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

  1. levelw = 20
  2. levelh = 13
  3.  
  4. create_world(levelw, levelh)
  5.  
  6. fill_floor("fl-metal")
  7.  
  8. draw_border("st-rock1")
  9.  
  10. set_item( "it-magnet", 6, 6, {on=1, })
  11.  
  12. hollow(13, 8)
  13. hollow(14, 6)
  14. hollow(11, 5)
  15. hollow(12, 9)
  16.  
  17. set_actor("ac-whiteball-small", 6.5, 5.5, {player=0, mouseforce=1})
  18. set_actor("ac-whiteball-small",13.5, 5.5, {player=0, mouseforce=1})
  19. set_actor("ac-whiteball-small", 9.5, 7.5, {player=0, mouseforce=1})
  20. set_actor("ac-whiteball-small",10.5, 7.5, {player=0, mouseforce=1})
  21.  
  22.