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

#1 2012-03-24 18:33:48

GrayHats
New Scratcher
Registered: 2012-03-24
Posts: 6

Help Please! ~Scratch Basic Programming~

I'm making a game, and I want to do this:

If sprite one is touching sprite two, sprite three go to next costume.... Can someone help please

Offline

 

#2 2012-03-24 18:38:36

GrayHats
New Scratcher
Registered: 2012-03-24
Posts: 6

Re: Help Please! ~Scratch Basic Programming~

which sprite do i put the script on?

Offline

 

#3 2012-03-24 18:39:39

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: Help Please! ~Scratch Basic Programming~

Sprite 1.


http://trinary.tk/images/signature_.php

Offline

 

#4 2012-03-24 18:41:36

GrayHats
New Scratcher
Registered: 2012-03-24
Posts: 6

Re: Help Please! ~Scratch Basic Programming~

hold on let me ttry it

Offline

 

#5 2012-03-24 18:44:50

GrayHats
New Scratcher
Registered: 2012-03-24
Posts: 6

Re: Help Please! ~Scratch Basic Programming~

Sprite 1 = Character that moves around
Sprite 2 = The Background character moves on
Sprite 3 = The Flag, When sprite 1 touches this, i want sprite 2 to change


Will this still work?

Offline

 

#6 2012-03-24 18:46:17

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

Re: Help Please! ~Scratch Basic Programming~

in main sprite:

When gf clicked
forever
if<touching [Flag v]?>
broadcast [change costume]
end
end
In background sprite

When I Receive [change costume]
switch to costume [3]

Last edited by MoreGamesNow (2012-03-24 18:47:31)


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

Offline

 

#7 2012-03-24 18:47:57

GrayHats
New Scratcher
Registered: 2012-03-24
Posts: 6

Re: Help Please! ~Scratch Basic Programming~

ok, MoreGAmesNow, ill try that. Other thing didnt work  sad

Offline

 

#8 2012-03-24 18:50:59

GrayHats
New Scratcher
Registered: 2012-03-24
Posts: 6

Re: Help Please! ~Scratch Basic Programming~

Worked thanks!#@!@!@#@!#@!#!!@#!@#!@#!@#!@#!@!@# :DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

Took me 2 hours finnaly, thanks!!!!!!!!!1

Offline

 

Board footer