Modifying Scene from the outside
843799Aug 25 2001 — edited Aug 27 2001How do you modify an object in a scene from outside.
Lets say, i want to move an object left when i press the left key.
How do i tell the scene to move the object from the keyPressed function?
A code example would help