home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / Enigma / Enigma-081.exe / data / levels / martin39.lua < prev    next >
Text File  |  2003-01-05  |  1KB  |  40 lines

  1. -- created by Martin Hawlisch
  2.  
  3. levelw = 39
  4. levelh = 13
  5.  
  6. create_world( levelw, levelh)
  7. fill_floor( "fl-marble", 0, 0, levelw, levelh)
  8. draw_border( "st-invisible_magic")
  9.  
  10. draw_stones( "st-invisible_magic", {1,1}, {0,1},11)
  11. draw_stones( "st-invisible_magic", {8,1}, {0,1}, 8)
  12. draw_stones( "st-invisible_magic", {13,4}, {0,1}, 8)
  13. draw_stones( "st-invisible_magic", {18,1}, {0,1}, 8)
  14. draw_stones( "st-invisible_magic", {23,4}, {0,1}, 8)
  15. draw_stones( "st-brick_magic", {28,1}, {0,1}, 8)
  16. draw_stones( "st-brick_magic", {33,4}, {0,1}, 8)
  17.  
  18. set_attrib( laser( 38,2, FALSE, WEST), "name", "laser1")
  19. set_stone("st-switch", 38,1, {action="onoff", target="laser1"})
  20.  
  21. set_attrib( laser( 38,5, FALSE, WEST), "name", "laser2")
  22. set_stone("st-switch", 38,4, {action="onoff", target="laser2"})
  23.  
  24. set_attrib( laser( 38,7, FALSE, WEST), "name", "laser3")
  25. set_stone("st-switch", 38,8, {action="onoff", target="laser3"})
  26.  
  27. set_attrib( laser( 38,10, FALSE, WEST), "name", "laser4")
  28. set_stone("st-switch", 38,11, {action="onoff", target="laser4"})
  29.  
  30. oxyd( 0, 2)
  31. oxyd( 0, 5)
  32. oxyd( 0, 7)
  33. oxyd( 0,10)
  34.  
  35. oxyd_shuffle()
  36.  
  37. set_actor("ac-blackball", 5.5, 4.5, {player=0})
  38. set_item("it-magicwand",5,6)
  39.  
  40.