Welcome To Snipplr


Everyone's Recent ActionScript Snippets Tagged actionscript



« Prev 1 2
A short snippet of code to save a ByteArray into any file
1 5028 posted 14 years ago by kiroweb
Useful for stripping out backslashes, hyphens and other punctuation
0 4407 posted 15 years ago by gromitski
Get a random Number in AS3
1 3565 posted 16 years ago by petrafull
On a new layer, add the following Actionscript to the frame requiring to be paused. 1000 represents the delay in milliseconds, being 1 second.
0 3934 posted 16 years ago by hotdiggity
1. Create button that covers the entire ad. 2. Create an instance of the button on the main timeline and name it "buttonClip" in the properties palette. 3. On a new layer add ActionScript to the timeline as follows:
0 3684 posted 16 years ago by hotdiggity
This code was adapted from a snippet I found somewhere awhile back... can't claim complete credit
1 2009 posted 16 years ago by iloveitaly
basic structure of the actionscript function to listen for cuepoints embedded in a piece of FLV [flash video]. note: cuepoints need to have been embedded when the video was converted from its original format to FLV - prior to importing it into flash
1 2300 posted 16 years ago by stiobhart
this is a handy snippet to trace the info about any cuepoints actionscript encounters, embedded in a FLV [flash video]. these traces will display the name, type and time of the cuepoint - in a nicely formatted list
1 2079 posted 16 years ago by stiobhart
actionscript3 version of the basic button action. in actionscript3, button actions can no longer be attached to the buttons themselves or called from the main timeline. you need to put an 'addEventListener' in the timeline to 'listen' for interacti...
1 2225 posted 16 years ago by stiobhart
basic actionscript button action that can be attached directly to a button on the stage. this will NOT work in actionscript 3, which does not allow actionscript to be attached directly onto buttons. make sure you're attaching this action to a but...
0 1507 posted 16 years ago by stiobhart
load in XML and style the text via CSS
1 2022 posted 16 years ago by stiobhart
actionscript date object and some date calculations
1 1619 posted 16 years ago by stiobhart
code to implement a paypal button in flash
0 1633 posted 16 years ago by stiobhart
an external javascript sort function, which you can import into flash to help sort arrays of objects. include the script thus: #include "objSort.js"
2 1873 posted 16 years ago by stiobhart
this will loop through an object and get all its properties
0 1422 posted 16 years ago by stiobhart
shows the basic structure of a switch statement. switches are useful when you want to respond to a series of possible values that a variable might have, without having to write a shitload of "if(blah blah){do blah}" code which, as we know soon end...
0 1731 posted 16 years ago by stiobhart
This is a CS3/AS2 Flash file containing a simple particle system. It requires the use of MC Tween (http://hosted.zeh.com.br/mctween/).
0 1717 posted 17 years ago by Winkyboy
Because onDragOver in AS2 doesn't really work, here is some script for actually detecting whether the mouse button is held down when rolling over something. NOTE that for ideal usage, you will have to write some actual collision detection between th...
0 1436 posted 17 years ago by Winkyboy
2 1308 posted 18 years ago by manec
Recursively trace an array or object in Actionscript.
0 1511 posted 18 years ago by mattkenefick
Small function that returns a random rounded value between two given numbers.
0 1767 posted 18 years ago by Wiederkehr
1 1586 posted 18 years ago by imhugo
« Prev 1 2