Welcome To Snipplr


Everyone's Recent ActionScript 3 Snippets Tagged actionscript



This is a dynamic label generator for a project I'm working on. (Source files coming soon)
0 596 posted 14 years ago by alvincrespo
Check the URL to see image examples
1 613 posted 14 years ago by Flanture
Notes to self: re-use this for other projects
0 1160 posted 14 years ago by abbey
This is a sound manager class for a small project I've been working on for the past two days. Nothing really major or new, but just some simple functionality including play/stop/forward/previous functions that may help prove useful to someone. If you...
1 747 posted 14 years ago by alvincrespo
Spotlight Navigation effect using AS3 and Tweenlite Demo: http://www.adamcoulombe.info/lab/as3/spots_test.html FLA: http://www.adamcoulombe.info/lab/as3/spots_test.fla
2 910 posted 14 years ago by adamcoulombe
This is a snippet that will animate in a circle in a clockwise fashion based on the parameters the function is passed. It can be used to create a circular or clock wipe when used as a mask.
2 814 posted 14 years ago by sottenad
This is a sample application to demonstrate how to create and modify remote shared objects in a flex client application
0 587 posted 14 years ago by mprabhuram
On a new actions layer, add the following script to frames requiring to be paused. 10000 represents the delay milliseconds (10 seconds).
1 980 posted 14 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 "clickTag_bn" in the properties palette. 3. On a new layer add ActionScript to the timeline as follows:
2 721 posted 14 years ago by hotdiggity
Use this code to handle keypress/keyboard events
1 833 posted 14 years ago by mprabhuram
actionscript3 version of a more complex button action, which responds to rollover, rollout and clicking. this method uses one single 'buttonstuff' function with a 'switch' inside which causes the function to respond differently, depending on what...
1 836 posted 14 years ago by stiobhart
this code loads in the necessary actionscript classes for dealing with FLV [flash video] and metadata [in this case cuepoints]. this needs to be loaded right at the beginning of your code, so flash knows how to handle cuepoints embedded in FLV [flas...
0 735 posted 14 years ago by stiobhart
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
0 762 posted 14 years ago by stiobhart
This snippet uses the as3corelib which you can download on this page: http://code.google.com/p/as3corelib/
3 675 posted 15 years ago by publicbroadcast
0 571 posted 15 years ago by badabam
I copied this from my working example and tweaked some lines to make it generic. Thus there MAY be a typo which I haven't checked for, but probably not. This is what's needed to have something change upon selection of an item in a ComboBox.
0 817 posted 15 years ago by Winkyboy