This script will navigate to the desired frame, frame marker; or loop ( loop will sit on the attached frame).
Very easy to implement; the default sits on a frame.
on isOKToAttach (me, aSpriteType) -- What am I attached to?
case aSpriteType of
#graphic:
return FALSE -- You can't attach ME to that!
#script:
return TRUE -- I can be attached to that. ( script = attached to a frame )
end case
end isOKToAttach
on getPropertyDescriptionList -- Open the Property "Pop-Up" Box.
description = [:] -- Declare the Property Variable Array.
on getBehaviorDescription me
RETURN
"TimeLine Re-Direction and Navigation" & RETURN & RETURN &
"Parameters: " & RETURN &
" *Move to / sit on a frame."
end getBehaviorDescription
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA