home *** CD-ROM | disk | FTP | other *** search
/ Homework Helper / homeworkhelperdiscoverymultimedia.iso / discglb.dir / 00117_Script_117 < prev    next >
Text File  |  1995-07-17  |  380b  |  20 lines

  1. on exitFrame
  2.   preload "animals to weather","end a w"
  3.   preload "animals to ocean","end a o"
  4.   repeat while the mousedown = false
  5.     if rollover(4) then
  6.       go "a hi"
  7.       exit repeat
  8.     end if
  9.     if rollover(5) then
  10.       go "a l hi"
  11.       exit repeat
  12.     end if
  13.     if rollover(6) then
  14.       go "a r hi"
  15.       exit repeat
  16.     end if
  17.   end repeat
  18.   
  19. end
  20.