A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: why won't this work?

  1. #1
    Junior Member
    Join Date
    Oct 2000
    Posts
    20
    I have a button, animated, made up of other buttons and movie clips. I have put this script on the button


    on (release) {
    tellTarget ("_level0/") {
    gotoAndPlay ("back", "back2");
    }
    }

    with back being the scene I wish the button to go to and back2 being the frame label within that scene.

    Why won't it go anywhere?

    any suggestions?

    Kez. XXX

  2. #2
    "_level0" not "_level0/"

    try that.

  3. #3
    Junior Member
    Join Date
    Oct 2000
    Posts
    20
    it still doesn't work. In fact you can take the tell target out altogether and it still does the same thing -nothing!!!

    Kez. XXX

  4. #4
    Kez,

    What exactly are you trying to do?
    What level/scene/movie clip is your button in?

    I can help you if you provide that info.

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