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

#1 2010-05-01 17:48:01

VideoGameBacon
Scratcher
Registered: 2010-05-01
Posts: 2

New,need help

tell me if this is in the wrong area, if so, still please help!

im trying to make it so when the character reaches a certain point, it changes the background, and how do you make enemies?

Offline

 

#2 2010-05-01 18:04:35

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: New,need help

Hi, VideoGameBacon, this is the right thread to post this.  smile

To make the background change you need a designated color or sprite as the main goal. Then put this script in:

Script for the player sprite:
<when green flag clicked>
<forever>
<broadcast[ nextbackground

Script for the background:
<when I receive[ nextbackground
<next costume> (Next background technically)


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#3 2010-05-01 19:27:28

Greatdane
Scratcher
Registered: 2007-06-05
Posts: 1000+

Re: New,need help

Here:
http://i39.tinypic.com/24ngqdj.gif

Any other questions, just ask.

Last edited by Greatdane (2010-05-01 19:28:04)


The future belongs to those who believe in the beauty of their dreams.
        ~ Eleanor Roosevelt

Offline

 

Board footer