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

#1 2012-05-18 07:39:01

MP-R
New Scratcher
Registered: 2012-03-09
Posts: 14

Bouncing Fish

I am trying to make a game for primary where there are fishes bouncing on the edges with written a word on it.
But when it bounces, the word gets upside down.

can anyone tell me how to make the fish do change direction , but NOT to make the WORD to get upside down??


Thanks...

Offline

 

#2 2012-05-18 07:43:35

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Bouncing Fish

http://wiki.scratch.mit.edu/images/Spritepaneheader.png
Click the right-left arrow. This will make it only face right/left.
This should be what you want.

Offline

 

#3 2012-05-18 10:17:14

MP-R
New Scratcher
Registered: 2012-03-09
Posts: 14

Re: Bouncing Fish

Yes I know, thanks, but the FISH has to change side and the WORD has to be the same because then you are going to read it like this: RETUPMOC or something like this...

Offline

 

#4 2012-05-18 10:23:21

MP-R
New Scratcher
Registered: 2012-03-09
Posts: 14

Re: Bouncing Fish

Ok, nevermind I found how to do this..

Offline

 

#5 2012-05-22 04:26:20

MP-R
New Scratcher
Registered: 2012-03-09
Posts: 14

Re: Bouncing Fish

Oh, no it doesn't work!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!i!!!!!!!!!i!!!

Offline

 

#6 2012-05-24 16:37:18

moretzprogramming
Scratcher
Registered: 2012-04-25
Posts: 61

Re: Bouncing Fish

Try this.

<scratchblocks>
<when green flag clicked>
<forever>
<if>((<direction><=>(-90)))
<point in direction(90)))
<end>
<end>
</scratchblocks>

This will turn the fish right side up if it is upside down.


Check out my music, Noise Dots (in flash), and my Upside-Down Cat!

Offline

 

Board footer