Posts by Pete
- 12.02.2007, 00:04
- Forum: Scripting
- Topic: celestia:requestkeyboard() - help
- Replies: 0
- Views: 3730
celestia:requestkeyboard() - help
I am trying to handle the keypress for a specific key only ('d') and allow celestia to handle all other keypresses. This works correctly for every key except the 'a' and 'z' keys which celestia doesn't handle as normal. Can anyone tell me why this is happening?
- 11.02.2007, 23:55
- Forum: Scripting
- Topic: Coordinates - getposition()
- Replies: 1
- Views: 3997
Re: Coordinates - getposition()
Never mind. I found the problem, just a silly typo.
- 08.02.2007, 05:18
- Forum: Scripting
- Topic: Coordinates - getposition()
- Replies: 1
- Views: 3997
Coordinates - getposition()
In my script I am trying to use getposition to record my position in space so that i can later on in the script use setposition to return to the same position. However, I never seem to end up in the same place. For example, if I am looking at the Earth when i use getposition, when i try to return to...