Link to home
Create AccountLog in
Avatar of RICHARDH
RICHARDH

asked on

Frame Loaded and levels

is it possible to have a script on one level to see if a frame has been loaded on a movie in another level.

Also...How many levels can be used.

thanks for the help.
Avatar of coopa
coopa

Try this...

  Begin Tell Target ("_levelNNN/")
    If Frame Is Loaded (blah-blah)
       Goto and play
    End Frame Loaded
  End Tell Target

Where:

NNN = the level with the loading frame.

blah-blah = is the frame on this level where the frame is loaded.

Not too sure how many levels can be used.
You cannot put an If frame loaded inside a Tell target command.

The appropriate command remains grey and cannot be selected.

Any suggestions.
> Any suggestions.
No... Sorry.

It was a long shot.
ASKER CERTIFIED SOLUTION
Avatar of RoyKruyshaar
RoyKruyshaar

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of RICHARDH

ASKER

Answer accepted