Ok, I'm making a game called Dart Throw, and its supposed to be "throw the dart, if its touching blah blah colors and whatnot increase your throws and coins by blah." Well, I set it to
and it DIDNT WORK!! GAAAH!
I couldnt get it to let you throw the dart again!!
Can anyone tell me why it dosent work? Oh, by the way, the open "If [ ]" block is a copy of the other one above it, just with a diffrent color and point number.
Last edited by wolvesstar97 (2011-12-22 14:02:51)
Offline
mcpNOVA wrote:
Set throws to 3? I don't know, in the image its set to one. But I don't exactly know if that controls the throws.
Hope this helps!
It says "When touching color [green] change {Throws} by [3]" To begin with you have 1 throw, you can earn more.
Offline
Dinoclor wrote:
Can you tell us what was supposed to happen and what happened when you used that code?
It was supposed to give you coins and give you more throws when you hit the green quadrant.
Offline
It seems to me that you stop the script, and it can't restart until you hit the green flag. I guess I don't really understand. Could you maybe upload the project so I can download it and study it closer?
Offline
rabbit1131 wrote:
It seems to me that you stop the script, and it can't restart until you hit the green flag. I guess I don't really understand. Could you maybe upload the project so I can download it and study it closer?
oo. I think that may be the issue. I'll try removing the <stop script> block.
Offline
wolvesstar97 wrote:
rabbit1131 wrote:
It seems to me that you stop the script, and it can't restart until you hit the green flag. I guess I don't really understand. Could you maybe upload the project so I can download it and study it closer?
oo. I think that may be the issue. I'll try removing the <stop script> block.
^This
Offline
Throwing and coins? Is this Hitman?
Awesome description for the game btw "throw the dart, if its touching blah blah colors and whatnot increase your throws and coins by blah."
It didn't work again because you stopped the script. Remove the stop script block.
Offline