home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / main.dir / 00069_Script_69 < prev    next >
Text File  |  1987-04-12  |  210b  |  9 lines

  1. on mousedown
  2.   suonainterruttore
  3.   put the number of cast "Mus13.pic" into CN
  4.   repeat with n = 0 to 12
  5.     set the castNum of sprite 18 = CN-n
  6.     updatestage
  7.   end repeat 
  8.   play movie"@:MainMuse"
  9. end