[Pipmak-Users] Re: Hotspot maps
Status: Alpha
Brought to you by:
cwalther
From: Will M. <lea...@ho...> - 2004-09-28 16:46:10
|
ok. i understand that the hotspot maps to a sphere, sort of like a rectangular map of the earth. unfortunately, i can't get your hack to work. i added onkeydown ( function(key) if key == string.byte(" ") then pipmak.saveequirect(360, 180) --width, height return true --keypress was handled else return false --keypress needs to be passed along to the global key handler from defaults.lua end end ) to the tail of the node.lua file. i also tried replacing the first and last ( )with {}. either way, it causes the node not to work. i get an error message telling me Error loading lua file ["1/node.lua"]:25:unexpected symbol near' i'm reading up on lua scripting to see if i can fix this myself, but if you know what my problem is off the top of your head i'd appreciate it. cheers, will |