A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Help With Scores

  1. #1
    Registered User
    Join Date
    Jun 2000
    Location
    Woodland Hills, California
    Posts
    191
    I have a movie clip that counts down from 1500 when it gets to zero I want it to tell my main movie to go to a certain frame.

  2. #2
    Senior Moderator
    Join Date
    Apr 2000
    Location
    Sheffield, UK
    Posts
    3,881
    Insert a new movielcip and on the first frame put:
    If (/:score = "0")
    Begin tell target("/")
    Go To And Play(acertainframe)
    End Tell target
    End If

    Then on the second frame put:

    Go To And Play (1)

    put this movielcip on the main timeline and problem sorted!!!

    regards FlashGuru

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