Pages: 1
Topic closed
Hi, im trying to make a projectile disappear after it hits the target, any help out there? and also how do i make it so that the projectile will broadcast 'hit' so my health bars can take themselves into action. Thanks!
Offline
Emm... That didnt work
Offline
Well you need to have for bullet
if touching sprite person
hide
broadcast hit
For person
when /= clicked
set health to 10 (watever)
when I recieve hit
change health by -2 (or watever)
another script for person
if health 1>0
hide
You could add watever u want to those scripts, overall, hoped I helped
Offline
<when I receive[ shoot ]>
<wait until><touching[ target ]>
<hide>
Offline
Topic closed
Pages: 1