A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Need some very easy help...

  1. #1
    Junior Member
    Join Date
    Aug 2003
    Location
    The city
    Posts
    27

    Need some very easy help...

    I'm new to MX 2004 and every thing is different.

    I'm trying to tell a movieclip to gotoAndPlay back to the parent timeline, very simple, but it's not working. The movieclip just loops...

    Here is my code:

    ifFrameLoaded (223) {
    tellTarget (_parent) {
    gotoAndPlay(12);

    }

    }

    Any suggestions would be very helpful.

    Thanks,

    Yoel

  2. #2
    Senior Member vevmesteren's Avatar
    Join Date
    Sep 2001
    Location
    Montréal, Québec
    Posts
    566
    your AS is AS v.1 have you set your clip to be exported as such? Not sure if that matters but give it a try, set your publishing settings for the FLA in question to AS 1 and Flash 6
    it is your mind that decides - it is with your mind that you fly


    vevmedia

  3. #3
    Junior Member
    Join Date
    Aug 2003
    Location
    The city
    Posts
    27

    AS 1.0

    It already is set for AS 1.0

  4. #4
    Senior Member
    Join Date
    Feb 2003
    Posts
    825
    try:

    ifFrameLoaded (223) {
    tellTarget (_parent) {
    _root.gotoAndPlay(12);

    }

    }

    probably don't even need the "tellTarget (_parent)"

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