home *** CD-ROM | disk | FTP | other *** search
/ Chip 14 / Chip_14_1998.iso / V.dxr / 00016.ls < prev    next >
Encoding:
Text File  |  1998-06-09  |  218 b   |  11 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if (rollOver(20) = 1) or rollOver(3) or rollOver(4) or rollOver(5) or rollOver(6) then
  4.     cursor([30, 31])
  5.   else
  6.     cursor(-1)
  7.   end if
  8.   set the soundEnabled to 1
  9.   updateStage()
  10. end
  11.