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

#1 2011-08-06 22:33:10

tyskater
Scratcher
Registered: 2009-07-29
Posts: 6

help me with my game issue

im making a pokemon remix and im stuck in pallet town and i want to make it so when i touch yellow it switches backgrounds how do i do that?

Offline

 

#2 2011-08-06 22:34:51

Flait7
Scratcher
Registered: 2008-04-14
Posts: 100+

Re: help me with my game issue

<if><touching color[ yellow ]>
<next costume>
<end>


http://scratch.mit.edu/static/projects/Flait7/2248016_sm.pnghttp://scratch.mit.edu/static/projects/Flait7/1827934_sm.png

Offline

 

#3 2011-08-06 22:37:57

gettysburg11
Scratcher
Registered: 2008-06-14
Posts: 1000+

Re: help me with my game issue

Flait7 wrote:

<if><touching color[ yellow ]>
<next costume>
<end>

This, just switch the "Next costume" block to either "Next background" or "Go to background x".


http://i256.photobucket.com/albums/hh184/mnacmilan/LOGO_ACMILAN-Splash.gif

Offline

 

#4 2011-08-06 22:40:57

laptop97
Scratcher
Registered: 2011-06-27
Posts: 1000+

Re: help me with my game issue

Sprite:

Start
Forever If <touching color yellow>
  broadcast [change background] and wait

Stage:

When I recieve [change background]
switch to background [after pallet town]

Offline

 

#5 2011-08-07 15:44:45

tyskater
Scratcher
Registered: 2009-07-29
Posts: 6

Re: help me with my game issue

thank you all for this good advice but i know i sound like a noob scratcher even tho its been a while since i joined but i tried making the backgrounds as sprites but then my main sprite which is the main character doesnt show up what should i do?

Offline

 

#6 2011-08-07 16:01:40

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: help me with my game issue

tyskater wrote:

thank you all for this good advice but i know i sound like a noob scratcher even tho its been a while since i joined but i tried making the backgrounds as sprites but then my main sprite which is the main character doesnt show up what should i do?

Just make the main character go to the top layer by using the "go to front" block in looks.  smile

http://wiki.scratch.mit.edu/images/Go_to_Front.png


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://i.imgur.com/OZn2RD3.png&amp;link2=http://i.imgur.com/duzaGTB.png&amp;link3=http://i.imgur.com/CrDGvvZ.png&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#7 2011-08-07 16:06:16

tyskater
Scratcher
Registered: 2009-07-29
Posts: 6

Re: help me with my game issue

o thanks and do you know where i can find  pokemon route and city music/sounds?

Offline

 

#8 2011-08-07 16:27:23

laptop97
Scratcher
Registered: 2011-06-27
Posts: 1000+

Re: help me with my game issue

tyskater wrote:

o thanks and do you know where i can find  pokemon route and city music/sounds?

Try asking in the Requests Forum.  smile

Offline

 

#9 2011-08-07 17:00:22

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: help me with my game issue

tyskater wrote:

o thanks and do you know where i can find  pokemon route and city music/sounds?

You can also check the Scratch Resources or search for Pokemon sprites/music on Google.  smile


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://i.imgur.com/OZn2RD3.png&amp;link2=http://i.imgur.com/duzaGTB.png&amp;link3=http://i.imgur.com/CrDGvvZ.png&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#10 2011-08-09 04:46:41

jebis
New Scratcher
Registered: 2011-08-09
Posts: 9

Re: help me with my game issue

gl

Offline

 

#11 2011-08-09 14:00:14

moose12141
Scratcher
Registered: 2008-04-03
Posts: 57

Re: help me with my game issue

In regards to the Pokemon music and sounds, I recommend asking the all-knowing Google.

Offline

 

Board footer