Followers

Wednesday, January 9, 2013

Splash Screen

Today I taught my classes how to add an intro screen to their games.

Here is the button code that will make the intro screen disappear.


splashMC.playBtn.onRelease = function() {
    splashMC._visible = false;
}

No comments:

Post a Comment