HI IM MOOSHEEP
Age 31, Male
Student
Harlington upper
England
Joined on 4/24/08
flamingemu 2008-05-24 05:06:02
To get rid of the menu and tab, write in this code into a random button that is there throughout the movie, make sure it is too small to be pressed:
on(keyPress "<Tab>") {gotoAndStop(1) }
and put this in the first frame of your movie:
Stage.showMenu = false;
flamingemu
To get rid of the menu and tab, write in this code into a random button that is there throughout the movie, make sure it is too small to be pressed:
on(keyPress "<Tab>")
{gotoAndStop(1)
}
and put this in the first frame of your movie:
Stage.showMenu = false;