I lose my object off the face of the screen. Also, I noticed in
key_manager.rb that the
# Called from the key listener
def key_held(e)
@held[e.key]=true
@released[e.key]=false
@pressed[e.key]=false
end
method was missing, so I popped it back in there.
The other thing I was curious about was, how do I get text to appear
on the ogre screen. I can get it in the console where the script/
runner is running, but that's it. Do I have to have text objects, and
treat them like images?
~Jeremy
There isn't any built in DSL for text yet, but it is accessible using
ogrerb. I'll send you a link later today.
As far as the key held event... I swear we are using it. I'll have to
look into it
Thanks,
Martyn
Sent from my iPhone
On Nov 1, 2007, at 7:32 PM, "JeremyW...@gmail.com" <JeremyW...@gmail.com