carlhusic
01-02-2003, 06:08 PM
OK - I'm trying to just get an object (movie clip symbol consisting
of a blue circle) to follow the cursor around. I attached the
following to the object instance on the stage:
onClipEvent (mouseMove) {
this._x = _xmouse;
this._y = _ymouse;
}
When I move the cursor the thing just kind of jerks around
and doesn't follow the cursor very well.
Obviously there needs to be a lot more than the little bit of code
that I have in here - can someone clue me in, or just point me to
an example that does this fundamental thing the way it should
be done?
Carl
of a blue circle) to follow the cursor around. I attached the
following to the object instance on the stage:
onClipEvent (mouseMove) {
this._x = _xmouse;
this._y = _ymouse;
}
When I move the cursor the thing just kind of jerks around
and doesn't follow the cursor very well.
Obviously there needs to be a lot more than the little bit of code
that I have in here - can someone clue me in, or just point me to
an example that does this fundamental thing the way it should
be done?
Carl