playMaker

Author Topic: Newb Logic question  (Read 1065 times)

sanatan

  • Playmaker Newbie
  • *
  • Posts: 1
Newb Logic question
« on: December 18, 2015, 04:28:43 AM »
I press fire > create bullet prefab at location > bullet translate on the Y axis

Working fine.

However, lets say I wanted each bullet to have a random speed along the Y axis. Sometimes we would shoot faster or slower bullets. I setup a variable to randomize a number and set it to the Y axis on creation, but then existing moving bullets inherit that speed as well.

What to do?????