Skip to main content
Participant
January 17, 2007
Question

Newbie basic AS help?

  • January 17, 2007
  • 3 replies
  • 239 views
I have created a webpage with an "outro animation" for one of my sections that I wanna use no matter
where you are going next. In other words I want this to play before jumping to one of the other sections no matter which section you choose So I wonder if there is an actionscript to use for this that is not to advanced.
i.e. If you click on the button to go to "section 4" then the actionscript could be gotoAndPlay("_outro") then gotoAndPlay("_section4")

Im totally new to actionscript so no advanced programming please :)

Thx for listening/ AquaStealth
This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
January 17, 2007
you're welcome.
Participant
January 17, 2007
Wow that was fast and easy as well BIG thx will try it right away :)
kglad
Community Expert
Community Expert
January 17, 2007
if your swf is all contained on the main timeline, then the most basic way to code that would be to add code to the last frame of each outro and code to your buttons.

using your example: