A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: telltarget error

Hybrid View

  1. #1
    Junior Member
    Join Date
    Aug 2001
    Posts
    15
    I named the instance of the movie I am targeting pagesmovie, and clicked on the button, on the stage, and this is the script..
    on (release){
    tellTarget ("pagesmovie") {
    }
    gotoAndPlay ("photos");
    }
    And the frame label is photos, I get this for an error
    Target not found: Target="pagesmovie" Base="_level0"

    I have looked around using search, for telltarget errors, and such, is there a place on the board that gives explanation for specific errors, I dont know why it cant find it???
    Thanks again,
    Tator (using flash5)

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    120
    Hi
    You can try to put _root. before pagesmovie, so it will look like this:

    tellTarget ("_root.pagesmovie") {
    }

    I hope this helps you!




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