home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / decoder / formular.dir / 00053.ls < prev    next >
Encoding:
Text File  |  1997-02-10  |  180 b   |  13 lines

  1. on exitFrame
  2.   if rollOver(45) then
  3.     go("act")
  4.   else
  5.     if rollOver(47) or rollOver(48) then
  6.       go("Info")
  7.     else
  8.       nothing()
  9.     end if
  10.   end if
  11.   go(the frame)
  12. end
  13.