Reply
Actionscript 3.0 with Flash
Old 05-04-2008, 10:51 PM Actionscript 3.0 with Flash
Jasonpv's Avatar
Experienced Talker

Posts: 41
Is there a way to call a frame that is within a movie clip via MouseEvent? Here is my button code as it stands:

Code:
contact_btn.addEventListener(
  MouseEvent.MOUSE_DOWN,
  function(evt:MouseEvent):void {
    gotoAndStop("contact");
  }
);
I want to add a gotoAndPlay action to an exit animation. I know I need to create a variable for the exit animation to be called which is dependent upon the page that is currently being viewed. The problem is each of these exit animations exist within different movie clips. The exit animation that plays is dependent on the page the user is viewing. How can I make this happen in 3.0?
Jasonpv is offline
Reply With Quote
View Public Profile
 
Sponsored Links (We share ad revenue):
 
Old 05-06-2008, 02:45 PM Re: Actionscript 3.0 with Flash
Jasonpv's Avatar
Experienced Talker

Posts: 41
Is this possible?
Jasonpv is offline
Reply With Quote
View Public Profile
 
Sponsored Links (We share ad revenue):
 
Reply     « Reply to Actionscript 3.0 with Flash
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML


Page generated in 0.12570 seconds with 14 queries