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

#1 2011-03-23 17:22:25

uncrocks
New Scratcher
Registered: 2011-03-23
Posts: 2

Trying to make my game...HELP

Hey everyone

I'm working on a game were this guy has to dodge astroids and i need to know how to get the astroids to enter on the screen from the top, then go down the screen, and then exit the screen from the bottom
HELP PLEASEEE ASAP

Offline

 

#2 2011-03-23 17:34:55

HD123
Scratcher
Registered: 2009-12-05
Posts: 500+

Re: Trying to make my game...HELP

I can help, but first, could you please upload the game?


~~HD123~~
Treat others as you want to be treated. |  big_smile  | http://i.imgur.com/OaNrY.gif | http://blocks.scratchr.org/libstatus.php?user=HD123&online=http://lemonfanatic.webs.com/ONLINE.png&offline=http://lemonfanatic.webs.com/OFFLINE.png

Offline

 

#3 2011-03-23 17:38:11

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: Trying to make my game...HELP

Add a green line to the very bottom of the screen. Then add this code:

|forever if touching color (green)|
|hide|


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#4 2011-03-23 17:57:42

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Trying to make my game...HELP

scratcher7_13 wrote:

Add a green line to the very bottom of the screen. Then add this code:

|forever if touching color (green)|
|hide|

[when green flag clicked]
[broadcast [update-asteroids]]

[when i recieve [update-asteroids]]
[go to x: (pick random -240 to 240) y: 155]
[show]
[(path)]

[when green flag clicked]
[forever]
[if <touching color [green]>?]
[hide]
[broadcast [update-asteroids]]


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#5 2011-03-23 18:42:33

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: Trying to make my game...HELP

bbbeb wrote:

scratcher7_13 wrote:

Add a green line to the very bottom of the screen. Then add this code:

|forever if touching color (green)|
|hide|

[when green flag clicked]
[broadcast [update-asteroids]]

[when i recieve [update-asteroids]]
[go to x: (pick random -240 to 240) y: 155]
[show]
[(path)]

[when green flag clicked]
[forever]
[if <touching color [green]>?]
[hide]
[broadcast [update-asteroids]]

But you might run into the problem of broadcasting it while the broadcast script is already activated, then it won't run at all (I think)


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

#6 2011-03-23 20:50:52

uncrocks
New Scratcher
Registered: 2011-03-23
Posts: 2

Re: Trying to make my game...HELP

thanks everybody I got it to work

Offline

 

Board footer