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

  1. -- created by Martin Hawlisch
  2.  
  3. create_world( 20, 13)
  4. oxyd_default_flavor = "d"
  5.  
  6. fill_floor( "fl-brick")
  7. fill_floor( "fl-space", 1,7,18,5)
  8. fill_floor( "fl-brick", 9,9,2,1)
  9.  
  10. draw_border( "st-brick")
  11. draw_stones( "st-brick", {1,6}, {1,0}, 18)
  12.  
  13. set_stone("st-death", 1, 1)
  14. set_stone("st-death",18, 1)
  15. set_stone("st-death", 1, 5)
  16. set_stone("st-death",18, 5)
  17. set_stone("st-death", 6, 7)
  18. set_stone("st-death",13, 7)
  19.  
  20. oxyd(1,7)
  21. oxyd(1,10)
  22. oxyd(18,7)
  23. oxyd(18,10)
  24. oxyd(3,7)
  25. oxyd(16,7)
  26. oxyd(4,11)
  27. oxyd(15,11)
  28. oxyd(8,7)
  29. oxyd(9,7)
  30. oxyd(10,7)
  31. oxyd(11,7)
  32.  
  33. oxyd_shuffle()
  34.  
  35. local ac1 = set_actor("ac-blackball", 10, 4.5, {player=0})
  36. local ac2 = set_actor("ac-whiteball", 10, 9.5, {player=0, mouseforce=0})
  37.  
  38. AddRubberBand( ac1, ac2, 6, 5)
  39.  
  40.