A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Another Tell Target Problem

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    8
    Hello everybody,

    I have 2 Movies on the main timeline. Ane first Movie (a) After a couple of frames Movie (a) and Movie (b) starts.
    In Movie a is a button. And I want that wehn somebody press the button the Main timeline goes to the frame 1724 and Movie b should go to the frame 474. I gave the movie b the instance name "szene3" And put the following script on the button in movie a:


    On (Release)
    Begin Tell Target ("/")
    Go to and Play (1724)
    End Tell Target
    Begin Tell Target ("../szene3")
    Go to and Play (474)
    End Tell Target
    End On

    But it didn´t funktion. The jump on main timeline is function but the jmp in the movie b isn´t. Where is my mistake ?

    Please help me. It is very urgent.

    regards Sigi

  2. #2
    Member
    Join Date
    Mar 2001
    Location
    Venice, CA
    Posts
    88
    If movie b is on the main timeline, then your path needs to be /szene3 not ../szene3

    On (Release)
    Begin Tell Target ("/")
    Go to and Play (1724)
    End Tell Target
    Begin Tell Target ("/szene3")
    Go to and Play (474)
    End Tell Target
    End On

    Best,
    Katharine

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