home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 2 / boot-disc-1996-10.iso / bootcd.dir / 00270_Script_270 < prev    next >
Text File  |  1996-08-09  |  431b  |  14 lines

  1. on exitFrame
  2.   if not (the puppet of sprite 9) then
  3.     puppetsprite 9,true
  4.   end if
  5.   set the locV of sprite 9 to 362
  6.   set the locH of sprite 9 to (369+141*(1.0*(the movieTime of sprite 4)/(the duration of member (the membernum of sprite 4))))
  7.   updatestage
  8.   if the movietime of sprite 4=the duration of sprite 4 then
  9.     if marker(0)<>label("Lip4") then
  10.       go to marker(1)
  11.     end if
  12.   end if
  13.   go the frame
  14. end