Button problem

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

before any of u suggest me reading the 3d flash mx rollover tut …
i did …
it has same “problem” … on mouse move out it doesnt just stop
it returns to start frame of clip …

is this 'cause its a button ??

as i said before … if u try this on mc of 3d object it works fine …
when i make button with it, it doesn’t :frowning:

help