home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / main.dir / 00070_Script_• < prev    next >
Text File  |  1987-04-12  |  420b  |  18 lines

  1. on exitFrame
  2.   cursore
  3.   if rollOver(31) then
  4.     Rmain 31, "museiroll.pic"
  5.   else if rollOver(32) then 
  6.     Rmain 32, "giocoroll.pic"
  7.   else if rollOver(33) then 
  8.     Rmain 33, "temiroll.pic"
  9.   else if rollOver(34) then 
  10.     Rmain 34, "secoliroll.pic"
  11.   else if rollOver(35) then 
  12.     Rmain 35, "artistiroll.pic"
  13.   else if rollOver(36) then 
  14.     Rmain 36, "capolavroll.pic"
  15.   end if
  16.   go the frame
  17. end
  18.