I need a script that allows me to let a brick be hit two times before it disappears. Any help????????????????????
Thanks!!
Offline
nicoleandmax wrote:
I need a script that allows me to let a brick be hit two times before it disappears. Any help????????????????????
Thanks!!
when gf clicked switch to costume [intact v] set [hit? v] to [0] forever if <<touching [mouse-pointer v] ?> and <mouse down?>> next costume change [hit? v] by (1) if <(hit?) = [2]> wait (0.1) secs hideHope it helps.
Last edited by jontmy00 (2012-05-04 10:27:12)
Offline
when [brick] clicked change [hit_counter] by (1) when gf clicked show set [hit_counter] to (1) wait until <(hit_counter) > (2)> hideP.S.:
wait until <not <mouse down?>>block in there.
Last edited by MoreGamesNow (2012-05-04 16:55:32)
Offline