A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [Resolved] [Resolved] Can tell target call a certain frame in a clip?

  1. #1
    Senior Member
    Join Date
    Jun 2000
    Posts
    291
    Im calling a text window that closes with clicking the X. Since the window was brought up using tell target I cant seem to get it to come back up because the closed frame is a stopped 3rd frame.

    So can I use tell target to call a clip and a specific frame within it?

    Thanks!

  2. #2
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    Code:
    on (release){
      _root.yourMC.gotoAndPlay("framelabel");
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center