Source and full lesson - http://www.developphp.com
In this Flash ActionScript 3.0 tutorial video and source file download you can learn how to go to next or previous FRAME LABELS inside your Flash CS3 or CS4 timelines. This uses a custom method for setting up a file the smart way if the need is there to go to previous or next frame labels programmatically in succession. There are many methods for going to frame labels or going through single frames in succession, but to programmatically jump to next and previous frame labels with a file that has frame labels spaced apart differently you have to use something along these lines. There are other methods, but this is the method I like to use when needed.
Could ya post a download link?
GaleWarrior 1 month ago
If I want nextSection for loop, I'm just remove if(curNumber <5){ right?
But if I want prevSection for loopback, how sgould I do?
:) Thx for your lesson, it help me a lot
tor1241 4 months ago
This was very helpful. Thanks.
BlueLotusLtd 5 months ago
@Mattatthat i just figured out why! pitch up this guys voice and he sounds like conker!
Mattatthat 5 months ago
your voice makes me giggle
Mattatthat 5 months ago
The ROLL_OVER function works perfect but when I try to make a ROLL_OUT function with the same button it doesn't work. Do you know what might prevent this from firing?
simplybradrock 6 months ago
@SkyblueX10 Thanks much. It was that simple. Been looking everywhere for that answer.
simplybradrock 6 months ago
@simplybradrock instead of using the EventListener CLICK, use an EventListener ROLL_OVER
SkyblueX10 6 months ago
I want to do this using a mouseover or rollover instead of a click. What's the code for that?
simplybradrock 6 months ago
Thanks so much, major help. I probably don't even need to do it this way but i'm a noob so whatever! Thanks again :D
SkyblueX10 6 months ago