home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 May / TYPEMANIA.ISO / systhema.dir / 00116_Script_116 < prev    next >
Text File  |  1995-02-27  |  390b  |  13 lines

  1. on exitFrame
  2.     if rollover(5) then
  3.     set the text of cast "Information" to "Klicken Sie auf das +, um die Anwendung zu beenden"
  4.     cursor 280
  5.   else if rollover(6) then
  6.     set the text of cast "Information" to "Klicken Sie auf das -, um zum Menⁿ zu gelangen"
  7.     cursor 280
  8.   else 
  9.     set the text of cast "Information" to " "
  10.     cursor -1
  11.   end if
  12.   go to the frame
  13. end