home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 May / TYPEMANIA.ISO / systhema.dir / 00042_Script_42 < prev    next >
Text File  |  1995-02-27  |  1KB  |  27 lines

  1. on exitFrame --rollover main
  2.   if rollover(10) then
  3.     set the text of cast "Information" to "Klicken Sie auf das Symbol, um zu der Kategorie zu gelangen"
  4.     cursor 280
  5.   else if rollover(11) then
  6.     set the text of cast "Information" to "Klicken Sie auf das Symbol, um zu der Kategorie zu gelangen"
  7.     cursor 280
  8.   else if rollover(12) then
  9.     set the text of cast "Information" to "Klicken Sie auf das Symbol, um zu der Kategorie zu gelangen"
  10.     cursor 280
  11.   else if rollover(13) then
  12.     set the text of cast "Information" to "Klicken Sie auf das Symbol, um zu der Kategorie zu gelangen"
  13.     cursor 280
  14.   else if rollover(14) then
  15.     set the text of cast "Information" to "Klicken Sie auf das Symbol, um zu der Kategorie zu gelangen"
  16.     cursor 280
  17.   else if rollover(8) then
  18.     set the text of cast "Information" to "Klicken Sie auf E n d e, um das Programm zu beenden"
  19.     cursor 280
  20.   else 
  21.     set the text of cast "Information" to " "
  22.     cursor -1
  23.   end if
  24.   
  25.   
  26.   go to the frame
  27. end