Twitter style time stamp
0This function takes the date and time and returns how much time has passed, just like twitter does. for example 10 seconds ago
Twitsnip is a place to post code snippets and share them. Login with your existing Twitter account, if you don't have a Twitter account simply create on at www.twitter.com
Twitsnip is a place to post useful code snippets and share them with the community.
Easily post your snippets to Twitter, no need to create a new account simply use your existing Twitter account, if you don't have a Twitter account simply create on at www.twitter.com
This function takes the date and time and returns how much time has passed, just like twitter does. for example 10 seconds ago
I use this in case someone has forgotten there password alongside some other code. Hope it is useful!
If you ever wanted to do a motion tween with actionscript this tutorial will be very useful. The actionscript goes in the frame. Make a button in my example I gave it an instance name of bt. make a movieclip of the item you want to tween give it an instance name in my example I have given it a name of a1
This simple function checks the name of a variable and if it is a certain value changes it, else it will return the original value.