home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 24 / MacAddict_024_1998_08.iso / Media / Software.dxr / Internal_3.ls < prev    next >
Encoding:
Text File  |  1998-06-04  |  300 b   |  18 lines

  1. on mouseDown
  2.   puppetSprite(14, 1)
  3.   set the locV of sprite 14 to the locV of sprite 14 + 1
  4.   updateStage()
  5.   puppetSprite(14, 0)
  6.   updateStage()
  7. end
  8.  
  9. on mouseUp
  10.   closeV12()
  11.   closeXLib()
  12.   if the platform = "Macintosh,PowerPC" then
  13.     play movie "Main"
  14.   else
  15.     play movie "Main68"
  16.   end if
  17. end
  18.