Re: [Pipmak-Users] Re: Hotspot maps
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2004-09-29 19:10:07
|
Will Meyer wrote: > when i use (), it doesn't give me an error line, but i can no longer > ESC out of the game And you are in node.lua, not in main.lua? Because when placed in main.lua, an onkeydown handler replaces the default global handler that handles ESC and the other keys, but it shouldn't do that when placed in node.lua. If it does, that's a bug in Pipmak. -Christian |