sprung
10-08-2002, 09:17 PM
www.hertzmedia.net/clients/january
i have make a movie clip with xy position on frame 1:
targetx = 1012;
targety = 385;
-----------------------------//
and one button with this script inside:
on (rollOver) {
_root.targetx = 660;
_root.targety = 385;
}
on (rollOut) {
_root.targetx = 1012;
_root.targety = 385;
}
---------------------------//
it does'nt work when i had another button
somebody know how to fix it or can explain me (tutorial ???) how proceed to make it functional?
thanks a lot
:)
i have make a movie clip with xy position on frame 1:
targetx = 1012;
targety = 385;
-----------------------------//
and one button with this script inside:
on (rollOver) {
_root.targetx = 660;
_root.targety = 385;
}
on (rollOut) {
_root.targetx = 1012;
_root.targety = 385;
}
---------------------------//
it does'nt work when i had another button
somebody know how to fix it or can explain me (tutorial ???) how proceed to make it functional?
thanks a lot
:)