Is there a easy way to get the frame # from the action actuator?
actu.frameNum?
Is there a easy way to get the frame # from the action actuator?
actu.frameNum?
*** Moderation ***
moved to own thread
reason: off topic
@BluePrintRandom: Again - do not hijack threads!
*** End of Moderation ***
lol, I did not know that was hi-jacking, I thought I was on subject,
I was thinking about using frame # to stop, delay, advance etc
if Frame # = (Whatever) then Do (whatever)
thank you Klauser
I found it after digging around for a while last night,
I have more use for using a property to advance the frame,
this is for a 30frame animation
Trigger--------------------and---------------X=1
if X=0---------------------/
if X =>1 while, X=<29-and----------------X=X+1
if X= 30-------------------and---------------X=0
if X!=0---------------------and--------------Action Frame number X
so I could add in delays, or have a property flag change which frame is played etc