home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / LINSTAL.DIR / 00002_Script_2 < prev    next >
Text File  |  2002-02-07  |  424b  |  22 lines

  1. on exitFrame
  2.   if rollOver(2) then
  3.     set the visible of sprite 5 to true
  4.   else
  5.     set the visible of sprite 5 to false
  6.   end if
  7.   
  8.   if rollOver(3) then
  9.     set the visible of sprite 6 to true
  10.   else
  11.     set the visible of sprite 6 to false
  12.   end if
  13.   
  14.   if rollOver(4) then
  15.     set the visible of sprite 7 to true
  16.   else
  17.     set the visible of sprite 7 to false
  18.   end if
  19.   
  20.   go to the frame
  21.   
  22. end