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

#1 2012-08-15 20:55:28

gooeygoo
Scratcher
Registered: 2012-05-07
Posts: 82

Section scrolls

I want to make a game like alone 2, but I keep on having trouble, because when one time I had a background that would go to two, but it skiped to one when it was supposed to be two.


Play meh games, dont beh shy!!!
http://scratch.mit.edu/users/gooeygoo

Offline

 

#2 2012-08-22 12:08:07

Spyderblade
Scratcher
Registered: 2012-07-13
Posts: 100+

Re: Section scrolls

Hmmm...This would be easier if I could download and see the project for myself. All I can say right now is to go over your scrips again. Are you using the traditional method of scrolling?

when gf clicked
forever
 set x to <(scrollx) + [480] * [0]>
end
If you are, then It should be easy to spot the mistake.


http://i48.tinypic.com/2pzbc5x.jpg
Am I online? http://blocks.scratchr.org/API.php?user=Spyderblade&amp;action=onlineStatus&amp;type=circle And, check out my Challenge Mission 2!!

Offline

 

#3 2012-08-22 12:15:33

powerpoint56
Scratcher
Registered: 2012-04-19
Posts: 500+

Re: Section scrolls

Spyderblade wrote:

Hmmm...This would be easier if I could download and see the project for myself. All I can say right now is to go over your scrips again. Are you using the traditional method of scrolling?

when gf clicked
forever
 set x to ((scrollx) + ([480] * [0]))
end
If you are, then It should be easy to spot the mistake.

Fixed  smile


http://i48.tinypic.com/2072ctw.gif

Offline

 

#4 2012-08-22 12:18:35

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: Section scrolls

gooeygoo wrote:

I want to make a game like alone 2, but I keep on having trouble, because when one time I had a background that would go to two, but it skiped to one when it was supposed to be two.

Just recheck your scripts, you may have put a cosume change block that said switch to the wrong costume. But it would be easier if we could see it for ourselves.


Why are the secret organizations getting all the attention?  mad

Offline

 

Board footer