home *** CD-ROM | disk | FTP | other *** search
/ Helix Design System / HELIX_DESIGN_SYSTEM_DEMO.iso / portug / modeling.dxr / 00386.ls < prev    next >
Encoding:
Text File  |  1996-12-19  |  504 b   |  27 lines

  1. on Tasten
  2.   global Warten, Root, ton
  3.   if the pauseState = 1 then
  4.     if the keyCode = 36 then
  5.       continue()
  6.     end if
  7.     if the keyCode = 49 then
  8.       continue()
  9.     end if
  10.     if the keyCode = 76 then
  11.       continue()
  12.     end if
  13.   end if
  14.   if the castNum of sprite 36 = 9 then
  15.     set Warten to 0
  16.     continue()
  17.   end if
  18.   repeat with i = 30 to 38
  19.     set the puppet of sprite i to 0
  20.   end repeat
  21.   if Warten = 0 then
  22.     set the castNum of sprite 36 to 8
  23.     updateStage()
  24.   end if
  25.   pass()
  26. end
  27.