A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: play movie above

  1. #1
    Junior Member
    Join Date
    Mar 2009
    Posts
    13

    play movie above

    This is probably pretty easy but it has me stumped.
    I have my main page with a movie on it with instance of dave
    inside dave i have a mov with an instance of terry
    an also another mov inside dave with an instance of ben
    inside ben I have a button with an action to tell terry gotoandplay(1).

    I tried _root.dave.ben gotoAndplay(1) but no luck

    any idea?


  2. #2
    the cheesy child bounceboy's Avatar
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    323
    _root.dave.ben gotoAndplay(1)

    something you've forgotten

    _root.dave.ben.gotoAndPlay(1)

    is what you should have done.

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