Answered
Action Script 3
Hi,
I recently completed a class in animation for multimedia. The final project was to develop a splash page, skip button, a website home page and at least (5-6) internal pages. All of the navigation had to work and we could only use Flash CS3 (no java script, no html, etc).
My project turned out the way I wanted except in one aspect. All of my Action Script runs across the top frame-by-frame. So, if I have a page with some links on it I placed my code for a button above that page. Looking ahead, I would prefer to have all of my code in one place rather than strung along the top frame-by-frame.
When I try to put multiple lines of code together (say I have 5 buttons on a page and I want to put all of the event listeners and gotoAndPlay code for all 5 buttons in one place), my movie basically breaks.
Isn't there a way to combine the Action Script for the entire Flash movie (one timeline) in one place? Or, must I string my code out frame-by-frame?
Thanks,
mindforge
I recently completed a class in animation for multimedia. The final project was to develop a splash page, skip button, a website home page and at least (5-6) internal pages. All of the navigation had to work and we could only use Flash CS3 (no java script, no html, etc).
My project turned out the way I wanted except in one aspect. All of my Action Script runs across the top frame-by-frame. So, if I have a page with some links on it I placed my code for a button above that page. Looking ahead, I would prefer to have all of my code in one place rather than strung along the top frame-by-frame.
When I try to put multiple lines of code together (say I have 5 buttons on a page and I want to put all of the event listeners and gotoAndPlay code for all 5 buttons in one place), my movie basically breaks.
Isn't there a way to combine the Action Script for the entire Flash movie (one timeline) in one place? Or, must I string my code out frame-by-frame?
Thanks,
mindforge
