[Pipmak-Users] Re: Hotspot maps
Status: Alpha
Brought to you by:
cwalther
From: Will M. <lea...@ho...> - 2004-09-29 22:32:51
|
ok, a returns 97 and the space bar returns 32. alright. i also tried something else. i replaced: if key == string.byte("a") then pipmak.saveequirect(360, 180) with: if key == string.byte("a") then pipmak.print("ok") now, when i press a, it prints "ok," and then it says "Unused key 97 pressed," and the normal key commands still don't work. thanks, will |