I am building an archery game, if statements included for when arrow hit board but somehow I can't broadcast well done, could do better and then Game Over.
These are:-
if (Green) <50 (orange) score
broadcast 'you can do better than that
else
broadcast 'well done, fantastic score.
Changed Variable of score to 70 to see if this would work but get nothing.
Other statements,
IF touching board for scores
Also it should broadcast start when green flag clicked (not so worried about that but need to show broadcast at end.
Thanks
Offline
Okay, let me see if i can help you,
Scripts:
when i receive [arrow shot v] if < (score) < [50] > say [You can shoot better than that!] else say [Great shooting!]I think you misunderstand the purpose for broadcasting(I did to, not to worry,)
when i receive [Game start v] // Or whateverto make broadcasting work.
Last edited by CAA14 (2013-03-07 19:49:01)
Offline
No problem.
Regards,
CAA14
Offline