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

#26 2007-12-15 21:10:54

andresmh
Scratch Team at MIT
Registered: 2007-03-05
Posts: 1000+

Re: How do i Create a flash game on scratch??

Please post new questions on a different thread otherwise people won't see them and they will end up unanswered.

A general suggestion: if you see a project that you like and you want to make a similar one start by downloading the project you liked and change it.


Andres Monroy-Hernandez | Scratch Team at the MIT Media Lab
on identi.ca and  twitter

Offline

 

#27 2007-12-16 10:20:11

mzcutie
Scratcher
Registered: 2007-12-16
Posts: 1

Re: How do i Create a flash game on scratch??

i need someone to help me make a game cause i be bored i jus cant help it man so please someone help if you do its a nice thing love mzcutie

Offline

 

#28 2007-12-26 03:06:23

monkeygurl101
Scratcher
Registered: 2007-12-10
Posts: 11

Re: How do i Create a flash game on scratch??

Yeah i kinda wanna know that too........i wanna know how Example: If i had 2 opponents if one of them got their health down to 0 i would want it to say like....you win or you lose.

does anyone know how to do that?

Offline

 

#29 2007-12-26 03:50:15

MyRedNeptune
Community Moderator
Registered: 2007-05-07
Posts: 1000+

Re: How do i Create a flash game on scratch??

You can try this script for the background:

<when green flag clicked>
<hide>
<forever>
   <if><( <{ opponent 1 health }> <=> 0 )>
   <switch to costume[ you lose
   <show>
   <end>
   <if> <( <{ opponent 2 health }> <=> 0 )>
   <switch to costume[ you win
   <show>
   <end>
<end>

Last edited by MyRedNeptune (2007-12-26 03:51:22)


http://i52.tinypic.com/5es7t0.png I know what you're thinking! "Neptune! Get rid of those filthy advertisements and give us back the Zarathustra siggy, you horrible person!" Well, don't worry about it, the Zara siggy will be back soon, new and improved! ^^ Meanwhile, just do what the sig tells you to. >.>

Offline

 

#30 2008-01-14 21:14:42

randomdude
Scratcher
Registered: 2007-12-15
Posts: 28

Re: How do i Create a flash game on scratch??

You all should start off on small steps. You should also read the beginning guide for help because if you want to make some pretty cool and complicated games, you have to know the basics first. Just work your way up using forums and downloading other projects to learn from them. You can't just ask someone to tell you how do something. You have got to explore Scratch, boys and girls!

Offline

 

#31 2008-01-14 21:16:18

randomdude
Scratcher
Registered: 2007-12-15
Posts: 28

Re: How do i Create a flash game on scratch??

You all should start off on small steps. You should also read the beginning guide for help because if you want to make some pretty cool and complicated games, you have to know the basics first. Just work your way up using forums and downloading other projects to learn from them. You can't just ask someone to tell you how do something. You have got to explore Scratch, boys and girls!

Offline

 

#32 2008-01-15 16:32:14

MHZCT
Scratcher
Registered: 2008-01-15
Posts: 1

Re: How do i Create a flash game on scratch??

HOW DO YOU CREATE A GAME  smile

Offline

 

#33 2008-01-19 09:46:13

natalie
Scratch Team
Registered: 2007-03-07
Posts: 100+

Re: How do i Create a flash game on scratch??

Hi mygoodies, You can create a sprite and draw or type in the Image Editor "YOU WIN!"

At the beginning of your program use: [blocks]<hide>[/blocks] so that sprite is hidden.
Then when the opponent is defeated use the block  [blocks]<show>[/blocks] 

Does that work for you?

Offline

 

#34 2010-04-07 10:36:18

austinla07
Scratcher
Registered: 2010-04-07
Posts: 1

Re: How do i Create a flash game on scratch??

i want to make a game

Offline

 

Board footer