I was wondering if anyone could tell me how I could go about fixing this problem. My code is this:
Attached to MC:
onClipEvent(load){
startPos = this._x
Attached to frame:
text1.onKeyDown = function(){
car._x=startPos
My problem is I want to have to have this code excecute when the backspace button is hit but I’m unsure about how to attach it to text1.onKeyDown = function(){?
If anyone could help it would be great.