Trouble with classes in actionscript. Be gentle, I'm self-taught and new.
I have an object on the stage, and I have given it the instance name "Jim".
I have a document class named "Jimulator" that frequently refers to "Jim" without any issue.
I have a class script for the class "wall" because I want to program some behaviour for when "Jim" collides with a "wall".
When in "wall", if I copy/paste something that refers to "Jim", I get error 1120.
If I change "Jim" to "Jimulator.Jim" I get error 1119: "Access of possibly undefined property of Jim through a reference with static type Class"
I'm still new to actionscript, and none of this is making any sense to me. Please help.
