Now Hiring!
I need:
1- Someone to get sounds for the platform. (gunshots, barking, etc.)
1- Person who can come up with new ideas for the platform
2- People who can help with programming
1- Person who can make good graphics
Offline
First the Intro. I am thinking of some graphical work. Then a press start screen. Then the menu.
An Intro could look like this:
when gf clicked set (introtime) to [10] set (intro) to [ON]Note: In the future, I will refer to this script as "Script 1.01". This script should be on the stage.
when gf clicked forever if <<(intro) = [ON]>and<(introtime) > [0]>> wait [1] second change (introtime) by [-1]Note: This script should be in the stage.
when gf clicked forever if <(introtime) = [0]> set (intro) to [OFF]Note: This script should be in the stage.
when gf clicked repeat until <(intro) = [OFF]> fill with the programming for the introNote: The block that says "fill with the programming for the intro" means to put the intro script in where that block is. This script should be in the intro sprite.
Last edited by 125ttra (2012-09-18 21:21:50)
Offline
Then for the press start menu, have something like this:
when gf clicked forever if <(intro) = [OFF]> showAlso with this:
when gf clicked forever if <(intro) = [ON]> hideAnd:
when gf clicked forever if <key [x v] pressed?> set (mainmenu) to [ON]Note: We will also have to make a change to Script 1.01. It will look like this:
when gf clicked set (introtime) to [10] set (intro) to [ON] set (mainmenu) to [OFF]INCOMPLETE
Last edited by 125ttra (2012-09-18 21:18:40)
Offline