Ok I’m making a game and it is a parody off of those old nintendo games.
So it will fade in using 3-4 keyframes (no tweening) and use aliased text to give it that really old-timey feel.
One thing that those Nintendo games did was, fade in from black to a title screen that might have had something repeating in the back ground.
Then the start button would pop up out of no-where and the game would sit there, looping in the background and a static start button in the front.
I have tried to create this using movie symbols but none of the actionscripts on those symbols work. The main timeline just takes over the whole thing, I have a “fade in” movie symbol, a “looping something” and a “start button”.
The finished product fades in from black, with looping in the background and then when the button appears everything stops. The button has a stop(); script but since it is only one frame long that is the only way I can get the thing to stay there. If I increase the frames the entire movie falls apart and starts looping in weird ways.
Just to let everyone know I am a total newbie to actionscript.
Any help would be appreciated…