home *** CD-ROM | disk | FTP | other *** search
/ A Virtual Reality Guide to Texas / CD.iso / texdata / arcextra / extras.cst / 00062.ls < prev    next >
Encoding:
Text File  |  1998-06-23  |  549 b   |  20 lines

  1. on prepmain
  2.   
  3.   cursor [2267,2268]
  4.   updatestage
  5.   -- preloadcast 2,341  -- EVERYTHING the main menu will need, except the rollover sound
  6.   cursor -1
  7.   updatestage
  8.   -- preloadcast "markdwn.aif"
  9.   
  10.   repeat with i in [1,2,3,4,5,6,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,46]
  11.     set the visible of sprite i = true
  12.   end repeat
  13.   
  14.   repeat with i in [6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,41,42,43,44,47,48]
  15.     set the visible of sprite i = false
  16.   end repeat
  17.   
  18.   -- sound playfile 3, "backsong" & string(lastsong) & ".aif"
  19. end
  20.