hej peeps,
i’m tryin’ to make this button out of 3d object mc.
making the button is no problemo only thing
i can’t get right is this:
when i move mouse over button, 3d object starts spinning,
when moving mouse out 3d object returns to starting point
instead of stop at frame on which mouse moves out.
as a single mc this works on 3d object (using code:
on (rollOver) {
play();
}
on (rollOut) {
stop();
}
i tried to put the coded clip in button but this doesn’t work
3d object still returns to starting point/frame on mouse move out.
how can i get this to work ?
any comments are well appreciated
lat0rrrrrrrr