home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1997 March / PowerPlay0397.iso / T-ONLINE / DECODER / FORMULAR.DIR / 00053_Script_53 < prev    next >
Text File  |  1997-01-08  |  162b  |  10 lines

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