Hey everyone!
It's been some time since I have had time to work on my project. Picking up where I left off from 8 months ago has been a bit of a struggle with all the new features and fixes to C2.
I have a family called zapper which contains two animations. One "zapBeam" and another called "beamEmiter" they work together to create a zapper within my game that kills the player. There are multiple "zappers" on the map. They work just fine as is, but I am trying to have it where they all fire randomly from each other. As they are now, they all fire at the same time. Not sure how to go about randomizing them, or if I went about this in the wrong way.
I have included a screen shot to show how I am handling this event.
<img src="http://facecjf.com/img/zapper.jpg" border="0" />
"zapTime" is a variable that handles the time of the zapper state... on and off so to speak.
Perhaps another set of eyes will shed some light on my mistakes.
Thanks in advance!
Chris