home *** CD-ROM | disk | FTP | other *** search
/ Club KidSoft Volume 3 #1 / ClubKidsoft.iso / movies / cover.dir / 00068_Script_68 < prev    next >
Text File  |  1995-02-08  |  219b  |  11 lines

  1. -- "Credits" + 1
  2. on enterFrame
  3.   global gClubVolume
  4.   SetQTSoundVolume(gClubVolume, 3) -- a PC only problem on Compaq 520s
  5. end
  6.  
  7. on exitFrame
  8.   SetVisibleIfOver(2) -- return arrow
  9.   
  10.   go to frame the frame
  11. end