I cannot seem to get an island to hide when it goes offscreen, even though I told it too. I will post my project to make it possible to download it. I have it like this:
If (x position)<-321
hide
else
show
If (x postion)>321
hide
else
show
If (y position)<-236
hide
else
show
If (y position)>236
hide
else
show
Sorry. I don't know how to use the scratch icons.
Offline
Here is the project I am talking about:
http://scratch.mit.edu/projects/InvaderMik/243205
Offline
Those all contradict each other. If you are too far off, but your Y is zero, it will show. Try making that one big diamond thing using the <or> blocks
Offline
Edit: Well, it sort of worked. It worked for Y but not for X. I will upload it again, I did what you said. Thanks halfway, but only half works.
Last edited by InvaderMik (2008-08-16 22:55:57)
Offline
Here is the new one.
http://scratch.mit.edu/projects/InvaderMik/243205
Offline
Nevermind, I got it.
Offline