home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 3 #5 / CDRV3N5.ISO / demo / introdm.dir / Internal_60_EnglishOn_But.ls < prev    next >
Encoding:
Text File  |  1996-07-12  |  215 b   |  9 lines

  1. on mouseDown
  2.   set PressSprite to the clickOn
  3.   if (the frame - 1) = label("Vocabulary") then
  4.     ForeignOnOff(PressSprite, PressSprite - 12, PressSprite - 7)
  5.   else
  6.     ForeignOnOff(PressSprite, 2, 0)
  7.   end if
  8. end
  9.