home *** CD-ROM | disk | FTP | other *** search
/ Internet Directory for Kids & Parents / InternetDirectory.iso / internet / coachnn / module2.dxr / 00031.ls < prev    next >
Encoding:
Text File  |  1997-11-25  |  322 b   |  14 lines

  1. on exitFrame
  2.   global numflash, versioncheck
  3.   set numflash to 0
  4.   if versioncheck = "12345" then
  5.     set the visible of sprite 14 to 1
  6.     set the visible of sprite 7 to 0
  7.     updateStage()
  8.   else
  9.     set the visible of sprite 14 to 0
  10.     set the visible of sprite 7 to 1
  11.   end if
  12.   set the visible of sprite 42 to 0
  13. end
  14.