|
-
-
Solved: AS2 ClickTag and Rollover
Thanks to kglad on the Adobe Forums, I have the answer.
Remove all code from objects. Give both objects instance names (clickTag_btn and replay_btn). Be sure to name them in the "Instance Name" and not the "Instance of" section. Use the following code.
Actionscript Code:
clickTag_btn.onRelease=function(){ getURL(clickTag,"_blank"); }
clickTag_btn.onRollOver=function(){ this._parent.play(2); }
clickTag_btn.onRollOut=function(){ this._parent.gotoAndStop(33); }
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|