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
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to