This forum is for new scratch users or ones that need my help. If you want to make a game, but you don't know how to do parts, tell me and I'll help you with the scripts. NOTE: I do not know how to do everything but I'll do my best.
Offline
Cheese=1.5
(round cheese) = 2, the problem is that it rounds up how can i make it so it rounds down? (round cheese) = 1
Last edited by arthurz (2010-04-14 06:04:37)
Offline
Any numbers that have a decimal that is .5 or larger will always round up...
Maybe try:
(round ( (cheese) - (0.01) ) - that would equal one...
Offline
benjamin2 wrote:
Wolfie1996 wrote:
Any numbers that have a decimal that is .5 or larger will always round up...
Maybe try:
(round ( (cheese) - (0.01) ) - that would equal one...Hey, I was just about to say that!
Beat you to it, gotta be ready for anything in the job you've decided.
Offline
markyparky56 wrote:
benjamin2 wrote:
Wolfie1996 wrote:
Any numbers that have a decimal that is .5 or larger will always round up...
Maybe try:
(round ( (cheese) - (0.01) ) - that would equal one...Hey, I was just about to say that!
Beat you to it, gotta be ready for anything in the job you've decided.
Thank you, MP56
And, Benjamin, I replied over 3 days before you O.o
Offline
Just look the others forums.
I don't think the users who need help will post here
Offline
VilceGT wrote:
Just look the others forums.
I don't think the users who need help will post here
You might not, but others might, some one has.
Offline
My first project is called soccer maze. Please help me with the glitch in level 4, and i will update alot and complete. There is no point on working on this if i cant figure it out. Please help me figure out how to stop the glitch by downloading my file and figuring out what is wrong with my scripts. Thanks!
Offline
Capester8 wrote:
My first project is called soccer maze. Please help me with the glitch in level 4, and i will update alot and complete. There is no point on working on this if i cant figure it out. Please help me figure out how to stop the glitch by downloading my file and figuring out what is wrong with my scripts. Thanks!
I'll look now and try to see what's wrong.
Offline
Capester8 wrote:
My first project is called soccer maze. Please help me with the glitch in level 4, and i will update alot and complete. There is no point on working on this if i cant figure it out. Please help me figure out how to stop the glitch by downloading my file and figuring out what is wrong with my scripts. Thanks!
It's because you forgot to program the ball to go to level 5 when it finished on that colour.
Offline