Flash help (actionscript)
- Started
- Last post
- 7 Responses
- Bullitt
Need a big favor here.
Got a bit of flash work on at the moment and I'm okay with everything on the animation front, but not so much with actionscript.Need some help doing some scripting, so any copy and paste stuff or direction to some tutorials be greatly appreciated.
So it's basically this.
simple flash style flashsite.got some navigation. and want to be able to call up other animation movies (PAGES) when clicking on the navigation buttons before closing the previous first (and playing a kind of transition movie)
So yeah it's basically a flash in a simple form.
really need to get my head round this fast...CHEERS!
- flashbender0
have a peek at this:
http://www.kirupa.com/developer/…
- FallowDeer0
Dont know if this is what you mean?
http://www.kirupa.com/developer/…it will play a few frames to you can animate out your MC
- 23kon0
set a variable
when someone clicks on a button it sets the variable to that number
swf jumps to "animate-out" part
then code pulls in the variable that had been set from the user clicking the button
flash loads in the correct next section/movie
- 23kon0
that kirupa link looks the handiest tho
- Bullitt0
Thanks guys, will have a look... no more help needed I think.