So im making this maze game where if u move the mouse onto the no go area you loose. Simple enough huh? We’ll im looking to make the No-Go zone move, but i can’t seem to do that because the No-Go area is a button.
This is what i have in the button so far:
on(rollOver){
gotoAndStop(4)
}
Is there anyway to change the action script to format a movie clip or make the button move back and forth?
Some body please help.