Spawn Actor With Button(not working)
jasmine12345
Member Posts: 39
3 actors bullet,aircraft,fire button( 1x boolean attribute,(shoot)
bullet (change velocity)
aircraft(attribute game.shoot true)( spawn actor bullet)
fire button(actor receives event(touch) is pressed)(change attribute,game.shoot true)
thats my setup but every time i press the button it will not spawn a new actor(bullet), only works the first time i press it
thanks for any help
bullet (change velocity)
aircraft(attribute game.shoot true)( spawn actor bullet)
fire button(actor receives event(touch) is pressed)(change attribute,game.shoot true)
thats my setup but every time i press the button it will not spawn a new actor(bullet), only works the first time i press it
thanks for any help