A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Goto And Play Not Working

  1. #1
    Member
    Join Date
    Dec 2000
    Posts
    37
    In my fla I have a button which when released is supposed to go to a frame labeled mini and play but instead it goes to frame 1 and plays? Can someone please help I've tried everything. Flash 4 and 5 do the same thing. I cant find any errors. The label is spelt the same. There are no duplicates. for the button I have

    on (release) {
    loadMovie ("kent site_TCBiographyA.swf", "/dummy");
    gotoAndPlay ("mini");
    }

  2. #2
    9th Grade WC
    Join Date
    Sep 2000
    Posts
    1,192
    try using _root.gotoAndPlay("mini");

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