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

Welcome to Twitsnip code snippets repository

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

Recent Snippets

Twitter style time stamp

0

This function takes the date and time and returns how much time has passed, just like twitter does. for example 10 seconds ago

PHP function to genarate a random password

0

I use this in case someone has forgotten there password alongside some other code. Hope it is useful!

Motion tween with actionscript

0

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

Change a variable to

0

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.

Remove text when clicked

0

the following code is used to remove the text when clicked.