Hi,
here is the question:
I have a MovieClip and I'd like to make it LISTEN to keyDown event... This Mc as some more functions and properties like an "init" Function and "toTurnLeft" and
"toTurnRight" properties which hold keys to be pressed to turn left or right...

I'd like, let's say, make it turn left when toTurnLeft is press and turn right when toTurnRight is down...(values of toTurnLeft or to TurnRight are given by calling the init method with correct parameters...)

pretty easy no?? but I don't succeed in coding this action... Could you help???
Thanks
[Edited by CorguMolax on 09-29-2002 at 06:05 AM]