home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / APP_DEMO / VR2JDEMO / SSHOW1.DIR / 00048_Script_48 < prev    next >
Text File  |  1996-11-15  |  224b  |  6 lines

  1. on exitFrame
  2.   put the movieTime of sprite 5, "<", the duration of member (the castnum of sprite 5)
  3.   if the movieTime of sprite 5 < the duration of member (the castnum of sprite 5) then
  4.     go to the frame
  5.   end if
  6. end