http://scratch.mit.edu/projects/AlanProjects/223174 Please help me fix it and tell me whats wrong!
Offline
i replyed
Offline
Offline
no solutions to the problem.......
Offline
Hellooooooo??????!
Offline
Help me!!!!!!!!!!!!!!!!!!!!!.............
Offline
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.
Offline
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
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 Well I have the project made that fixed it..
Offline
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 Well I have the project made that fixed it..
Well, in that case, thanks to you too!
Offline
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 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
Offline