home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 2 / boot-disc-1996-10.iso / bootcd.dir / 00288_Script_288 < prev    next >
Text File  |  1996-08-09  |  405b  |  10 lines

  1. on exitFrame
  2.   global robj,gStatus
  3.   set snds=["Electron_pulses_1","Electron_pulses_3","Goto_BootNet_1","Goto_BootNet_2", "Goto_demos_1","Goto_demos_2"]
  4.   set robj=new(script "RolloverClass","l_")
  5.   set the btnsound of robj to getat(snds,random(count(snds)))
  6.   setsoundpos("l_soundThumb",30,70,#vert)
  7.   setbtnText gStatus,"default","Welcome to Boot! Press any button to go to that section."
  8. end
  9.  
  10.