home *** CD-ROM | disk | FTP | other *** search
/ Passport / passport.iso / pc / passport / help.dxr / Script_2.ls < prev    next >
Encoding:
Text File  |  1998-02-02  |  193 b   |  11 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on prepareFrame
  6.   puppetSprite(40, 0)
  7.   if the castLibNum of sprite 5 <> (the frame + 1) then
  8.     set the castLibNum of sprite 5 to the frame + 1
  9.   end if
  10. end
  11.