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
Click the right-left arrow. This will make it only face right/left.
This should be what you want.
Offline
Oh, no it doesn't work!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!i!!!!!!!!!i!!!
Offline
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.
Offline