I need help with setting the scoreboard. Everytime when my script will catch the other script, the point should increase. How can i do that? I did already a variable but i dont know in which Script I should show the scoreboard and so on. Hopefully you understand my questions and u you can help me, Thank you!
Offline
HelgaSchmidt wrote:
I need help with setting the scoreboard. Everytime when my script will catch the other script, the point should increase. How can i do that? I did already a variable but i dont know in which Script I should show the scoreboard and so on. Hopefully you understand my questions and u you can help me, Thank you!
Can you show your link project? When we see your project is easier to find the mistakes...
Offline
when gf clicked if <touching [Sprite1 v] > change <Score v > by [1] end
Offline
You need to do something like this:
when gf clicked if <<touching ???>> change [score] by (1) endHope this helps,
Last edited by Sholvanic1058 (2012-12-25 06:17:58)
Offline
KateblurTheHedgehog wrote:
when gf clicked if <touching [Sprite1 v]? > change [Score v] by [1] end
Fixed
Offline
letmethink wrote:
KateblurTheHedgehog wrote:
when gf clicked if <touching [Sprite1 v]? > change [Score v] by [1] wait until <not <touching [sprite 1 v]?>> endFixed
Fixed
Last edited by Firedrake969 (2012-12-25 10:39:43)
Offline
Firedrake969 wrote:
letmethink wrote:
KateblurTheHedgehog wrote:
when gf clicked if <touching [Sprite1 v]? > change [Score v] by [1] wait until <not <touching [Sprite1 v]?>> //you put sprite 1 endFixed
Fixed
I meant that I fixed the BBcode not the actual thing,
by the way Sprite one has a capitaland there is no space between the sprite and one
Offline