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

#1 2009-06-17 19:01:34

LaxGoalie248
Scratcher
Registered: 2009-06-17
Posts: 1

How do you move up and down? How do you kill people in gun games?

Hey all, Thank you for Helping!

I was wondering how to move up and down and how to make people look like they die with a game over screen in the game.

Any help is appreciated!

Thanks,
LaxGoalie248

Offline

 

#2 2009-06-18 10:09:02

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: How do you move up and down? How do you kill people in gun games?

Change X instead of Y to make people move up and down.

Just make animations to make people look like they're dying. Here's how you do it:
Make as many costumes as you want the animation to be long.
Put this script in where the people are dying:

[if <touching [bullet]>]
     [repeat (10) ] <---- or the number of dying costumes
        [next costume]
        [wait 0.04 secs] <---- You can change the 0.04 to whatever you want if you want the animation to go faster or slower.

Offline

 

Board footer