director basics
director basics
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- PuFFi0
property spriteNum
on exitFrame me
myMember = sprite(spriteNum).member
myDuration = member(myMember).duration
myMovietime = sprite(spriteNum).movieTime
if myDuration > myMovietime then
go to the frame
else
go to the frame + 1
end if
endcopy that script and put it on the video.
with this script the play head stays on the film until it stops playing, when finished it plays the timeline, if you ad another video , put the same script on it.
go to the lingo dictonary and look for duration