animation - How do I create a button in flash that can only be pressed on specific frames? (AS2) -
for example, have blinking lite animation want pressed, when lite on. how go doing this? have button within film clip animation, , it's actionscript 2.
i found out how this, forgot utilize _root command in as2. incase needs have same question answered, utilize code in as2 on button.
on(release){ _root.gotoandstop("puzzle 2"); }
flash animation button
No comments:
Post a Comment