in AS2, it's _x and _y
in AS3, it's .x and .y (like you have). however, there is no onClipEvent in AS3, so you must be in AS2.PHP Code:onClipEvent(enterFrame){
trace(rock._x);
trace(rock._y);
}
btw, this is the AS3 board.
|
Results 1 to 4 of 4
Thread: x and y coordinates and angleThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |