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

  1. on exitFrame --rollover text ohne demo
  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(9) then
  18.     set the text of cast "Information" to "Klicken Sie auf M e n ⁿ, um in das Menⁿ zu gelangen"
  19.     cursor 280
  20.   else if rollover(8) then
  21.     set the text of cast "Information" to "Klicken Sie auf E n d e, um das Programm zu beenden"
  22.     cursor 280
  23. --  else if rollover(15) then
  24. --    set the text of cast "Information" to "Klicken Sie auf das Symbol, um das Intro erneut zu zeigen"
  25. --    cursor 280
  26.   else 
  27.     set the text of cast "Information" to " "
  28.     cursor -1
  29.   end if
  30.   
  31.   
  32.   go to the frame
  33. end