This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-09-17 22:04:42

125ttra
Scratcher
Registered: 2011-12-17
Posts: 27

Wargame Classic Platform

All About Wargame Classic Platform.

Offline

 

#2 2012-09-17 22:07:56

125ttra
Scratcher
Registered: 2011-12-17
Posts: 27

Re: Wargame Classic Platform

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

 

#3 2012-09-17 22:11:06

125ttra
Scratcher
Registered: 2011-12-17
Posts: 27

Re: Wargame Classic Platform

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.

Along with this:
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.

And this:
when gf clicked
forever
if <(introtime) = [0]>
set (intro) to [OFF]
Note: This script should be in the stage.

Then have the intro look like this:
when gf clicked
repeat until <(intro) = [OFF]>
fill with the programming for the intro
Note: 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

 

#4 2012-09-18 21:18:01

125ttra
Scratcher
Registered: 2011-12-17
Posts: 27

Re: Wargame Classic Platform

Then for the press start menu, have something like this:

when gf clicked
forever
if <(intro) = [OFF]>
show
Also with this:
when gf clicked
forever
if <(intro) = [ON]>
hide
And:
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
I AM STILL WORKING ON THIS

Last edited by 125ttra (2012-09-18 21:18:40)

Offline

 

#5 2012-09-18 21:23:14

125ttra
Scratcher
Registered: 2011-12-17
Posts: 27

Re: Wargame Classic Platform

List of things to do:
-Make intro sprite
-Make main menu background

Last edited by 125ttra (2012-09-19 19:55:42)

Offline

 

Board footer