hey
Im a newbie to flash.So here it comes
I want my button to do several things.
So far it does
on (release) {
_root.contents.loadMovie(“p1.swf”);
}
How will the script look if i want to add lets say :
on (rollover) {
_root.contents.loadMovie(“square.swf”);
}
Great forum! :sure: