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

#1 2008-08-16 22:20:44

InvaderMik
Scratcher
Registered: 2008-07-29
Posts: 5

Sidescrolling help urgently needed.

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

 

#2 2008-08-16 22:21:58

InvaderMik
Scratcher
Registered: 2008-07-29
Posts: 5

Re: Sidescrolling help urgently needed.

Here is the project I am talking about:

http://scratch.mit.edu/projects/InvaderMik/243205

Offline

 

#3 2008-08-16 22:32:54

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: Sidescrolling help urgently needed.

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


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#4 2008-08-16 22:53:18

InvaderMik
Scratcher
Registered: 2008-07-29
Posts: 5

Re: Sidescrolling help urgently needed.

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

 

#5 2008-08-16 22:57:51

InvaderMik
Scratcher
Registered: 2008-07-29
Posts: 5

Re: Sidescrolling help urgently needed.

Here is the new one.
http://scratch.mit.edu/projects/InvaderMik/243205

Offline

 

#6 2008-08-16 23:06:54

InvaderMik
Scratcher
Registered: 2008-07-29
Posts: 5

Re: Sidescrolling help urgently needed.

Nevermind, I got it.

Offline

 

Board footer