home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac - Best of 1995 / SVM-MAC-WIN-1995-133.img / mac / PARTCOM / coups / playvid.dir / 00008_Script_8 < prev    next >
Text File  |  1995-11-10  |  191b  |  12 lines

  1. on exitFrame
  2.   if the movierate of sprite 6 then
  3.     go the frame
  4.   else
  5.     spritesoff
  6.     go to "retour"
  7.   end if
  8. end
  9.  
  10. on keydown 
  11.   if the keyCode=48 then go to "pausevideo"
  12. end