home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 22 / XENIATGM22.iso / media / van-02.dir / 00069_Script_69 < prev    next >
Text File  |  1996-10-01  |  1KB  |  60 lines

  1. on exitFrame
  2.   sound close 1
  3.   
  4.   
  5.   if rollover (4) then
  6.     sivede
  7.     if the mousedown then 
  8.       sound playfile 2 , "give.wav"
  9.       go to "boom"
  10.     end if   
  11.   else
  12.     novede
  13.   end if
  14.   
  15.   if rollover (9) then
  16.     sivede
  17.     if the mousedown then
  18.       go to "start"
  19.     end if   
  20.   end if
  21.   
  22.   if rollover (5) then
  23.     sivede
  24.     if the mousedown then
  25.       sound playfile 2 , "cut.wav"
  26.       go to "boom"
  27.     end if   
  28.   end if
  29.   
  30.   if rollover (6) then
  31.     sivede
  32.     if the mousedown then 
  33.       sound playfile 2 , "another.wav"
  34.       go to "boom"
  35.     end if   
  36.   end if
  37.   
  38.   if rollover (7) then
  39.     sivede
  40.     if the mousedown then 
  41.       sound playfile 2 , "take.wav"
  42.       go to "boom"
  43.     end if   
  44.   end if
  45.   
  46.   if rollover (8) then
  47.     sivede
  48.     if the mousedown then 
  49.       sound playfile 2 , "totally.wav"
  50.       go to "boom"
  51.     end if   
  52.   end if
  53.   
  54.   set the loch of sprite 10= the mouseh
  55.   set the locv of sprite 10= the mousev
  56.   set the loch of sprite 11= the mouseh
  57.   set the locv of sprite 11= the mousev
  58.   cursor 200
  59.   go to the frame
  60. end