home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Komercni / Gopas / pwp1 / cz8004as.dcr / Behaviors_32.ls < prev    next >
Encoding:
Text File  |  2002-01-14  |  2.4 KB  |  63 lines

  1. on keyUp
  2.   if the text of field "frame4field" = "N" then
  3.     set the text of field "field2" to "N"
  4.   else
  5.     if the text of field "frame4field" = "Na" then
  6.       set the text of field "field2" to "Na"
  7.     else
  8.       if the text of field "frame4field" = "Na┼í" then
  9.         set the text of field "field2" to "Na┼í"
  10.       else
  11.         if the text of field "frame4field" = "Na┼íe" then
  12.           set the text of field "field2" to "Na┼íe"
  13.         else
  14.           if the text of field "frame4field" = "Na┼íe " then
  15.             set the text of field "field2" to "Na┼íe "
  16.           else
  17.             if the text of field "frame4field" = "Na┼íe N" then
  18.               set the text of field "field2" to "Na┼íe N"
  19.             else
  20.               if the text of field "frame4field" = "Na┼íe No" then
  21.                 set the text of field "field2" to "Na┼íe No"
  22.               else
  23.                 if the text of field "frame4field" = "Na┼íe Nov" then
  24.                   set the text of field "field2" to "Na┼íe Nov"
  25.                 else
  26.                   if the text of field "frame4field" = "Na┼íe Nov├⌐" then
  27.                     set the text of field "field2" to "Na┼íe Nov├⌐"
  28.                   else
  29.                     if the text of field "frame4field" = "Na┼íe Nov├⌐ " then
  30.                       set the text of field "field2" to "Na┼íe Nov├⌐ "
  31.                     else
  32.                       if the text of field "frame4field" = "Na┼íe Nov├⌐ L" then
  33.                         set the text of field "field2" to "Na┼íe Nov├⌐ L"
  34.                       else
  35.                         if the text of field "frame4field" = "Na┼íe Nov├⌐ Lo" then
  36.                           set the text of field "field2" to "Na┼íe Nov├⌐ Lo"
  37.                         else
  38.                           if the text of field "frame4field" = "Na┼íe Nov├⌐ Log" then
  39.                             set the text of field "field2" to "Na┼íe Nov├⌐ Log"
  40.                           else
  41.                             if the text of field "frame4field" = "Na┼íe Nov├⌐ Logo" then
  42.                               set the text of field "field2" to "Na┼íe Nov├⌐ Logo"
  43.                               Advance()
  44.                             end if
  45.                           end if
  46.                         end if
  47.                       end if
  48.                     end if
  49.                   end if
  50.                 end if
  51.               end if
  52.             end if
  53.           end if
  54.         end if
  55.       end if
  56.     end if
  57.   end if
  58. end
  59.  
  60. on exitFrame
  61.   go(the frame)
  62. end
  63.