This site requires JavaScript, please enable it in your browser!
Greenfoot back
That0neGuy
That0neGuy wrote ...

2017/5/21

Collision detection

1
2
That0neGuy That0neGuy

2017/5/22

#
I have go the Input box to appear now, however as the panda is sill touching the bamboo, the input box keep appearing again and again, what do I use to stop it from keep on appearing after the user has answered the question? and would I still use the same If code you told me before or use a different one?
FutureCoder FutureCoder

2017/5/22

#
make a boolean variable that equals true when the player answers the question , and can only answer if the boolean variable equals false
You need to login to post a reply.
1
2