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

#1 2008-07-24 07:38:38

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Scrolling help needed!

http://scratch.mit.edu/projects/AlanProjects/223174 Please help me fix it and tell me whats wrong!

Offline

 

#2 2008-07-24 08:07:18

joeisawesome
Scratcher
Registered: 2008-06-10
Posts: 1000+

Re: Scrolling help needed!

i replyed


http://image.hotdog.hu/user/Alex-21/Zenekarok-Ensiferum.jpg

Offline

 

#3 2008-07-24 09:12:02

the3rdage
Scratcher
Registered: 2008-07-20
Posts: 100+

Re: Scrolling help needed!

i  commeted aswell

Offline

 

#4 2008-07-24 21:18:47

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: Scrolling help needed!

sad  no solutions to the problem.......

Offline

 

#5 2008-07-24 21:51:24

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: Scrolling help needed!

Hellooooooo??????!

Offline

 

#6 2008-07-24 22:06:34

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: Scrolling help needed!

Help me!!!!!!!!!!!!!!!!!!!!!.............

Offline

 

#7 2008-07-24 22:49:42

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: Scrolling help needed!

Your error is a simple one.

You put set x to (scrollX+480)*2

I think you meant to do this  set x to scrollX+(480*2)

See the problem? You are not supposed to multiply the scrollX variable but you did so by mistake. Only the number 480 should be multiplied.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#8 2008-07-24 22:57:05

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: Scrolling help needed!

archmage wrote:

Your error is a simple one.

You put set x to (scrollX+480)*2

I think you meant to do this  set x to scrollX+(480*2)

See the problem? You are not supposed to multiply the scrollX variable but you did so by mistake. Only the number 480 should be multiplied.

Oh. DUH! Thanks! first time doing scrolling without help.

Offline

 

#9 2008-07-24 23:22:39

newareagle
Scratcher
Registered: 2008-06-10
Posts: 100+

Re: Scrolling help needed!

AlanProjects wrote:

archmage wrote:

Your error is a simple one.

You put set x to (scrollX+480)*2

I think you meant to do this  set x to scrollX+(480*2)

See the problem? You are not supposed to multiply the scrollX variable but you did so by mistake. Only the number 480 should be multiplied.

Oh. DUH! Thanks! first time doing scrolling without help.

Ah the king of scrolling himself beat me to it  tongue  Well I have the project made that fixed it..


My Guitar Hero Game.
8/9 Projects on the Front Page at Once!

Offline

 

#10 2008-07-24 23:47:21

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: Scrolling help needed!

newareagle wrote:

AlanProjects wrote:

archmage wrote:

Your error is a simple one.

You put set x to (scrollX+480)*2

I think you meant to do this  set x to scrollX+(480*2)

See the problem? You are not supposed to multiply the scrollX variable but you did so by mistake. Only the number 480 should be multiplied.

Oh. DUH! Thanks! first time doing scrolling without help.

Ah the king of scrolling himself beat me to it  tongue  Well I have the project made that fixed it..

Well, in that case, thanks to you too!

Offline

 

#11 2008-07-25 00:57:37

newareagle
Scratcher
Registered: 2008-06-10
Posts: 100+

Re: Scrolling help needed!

AlanProjects wrote:

newareagle wrote:

AlanProjects wrote:


Oh. DUH! Thanks! first time doing scrolling without help.

Ah the king of scrolling himself beat me to it  tongue  Well I have the project made that fixed it..

Well, in that case, thanks to you too!

Haha no problem. Scrolling is a popular topic and i know a lot of ways to do it. I have the equation memorized somehow  tongue


My Guitar Hero Game.
8/9 Projects on the Front Page at Once!

Offline

 

Board footer