home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 July / WPCJUL96.ISO / file.exe / INTRFINJ.DXR / 00009_GoTOCCLSection.ls < prev    next >
Encoding:
Text File  |  1996-05-15  |  349 b   |  14 lines

  1. on mouseDown
  2.   set TempNum to the castNum of sprite 48
  3.   set the ink of sprite 48 to 0
  4.   set the castNum of sprite 48 to 87
  5.   set the locH of sprite 48 to 228
  6.   set the locV of sprite 48 to 116
  7.   updateStage()
  8.   repeat while rollOver(48)
  9.   end repeat
  10.   set the castNum of sprite 48 to TempNum
  11.   set the locH of sprite 48 to 2000
  12.   updateStage()
  13. end
  14.