home *** CD-ROM | disk | FTP | other *** search
/ Club KidSoft Volume 3 #3 / CKSPCV33.BIN / movies / catalog.dir / 00211_Script_211 < prev    next >
Text File  |  1995-07-19  |  383b  |  17 lines

  1. -- "FreeSelect"
  2. on exitFrame
  3.   cursor 0
  4.   go to frame the frame
  5. end
  6.  
  7. on enterFrame
  8.   global gMIAWOpen
  9.   if gMIAWOpen = FALSE then
  10.     -- Has the mouse entered any of the cover buttons?
  11.     SetVisibleIfOver(4, "Swoosh")
  12.     SetVisibleIfOver(6, "Swoosh")
  13.     SetVisibleIfOver(7, "Swoosh")
  14.     SetVisibleIfOver(8, "Swoosh")
  15.     SetVisibleIfOver(9, "Swoosh")
  16.   end if
  17. end