Hanging on Wait

JamesHBeckmann at aol.com JamesHBeckmann at aol.com
Sat Dec 28 15:02:01 EST 2002


I don't see where the handler playStopped gets called in the heirarchy of 
handlers (unless this is an automatic call from the movie completing its 
play). I also had intended for the movies to play consecutively not with each 
click of the mouse on the button.  I may be misunderstanding.


>on playStopped
>  add 1 to gFileNum
>  if gFileNum > 4 then
>    exit to top
>  else
>    PlayMovie
>  end if
>end playStopped
>
Thanks,
Jim



More information about the use-livecode mailing list