I am using a Flash behavior for when I hit a enemy they flash. I need it to be a half a second long but I do not know how to set it that way. I figured it would be .05.....but you cant set it like that , it does not like the decimal number.... Any ideas?
It has 3 parameters, so you can set them to 0.1, 0.2, 0.5 etc. Works OK for me.
See attached. Click on object to make flash.
Uses C2 r173 or higher.
Set your on and of time to 0.1 and set your duration to 0.5 instead of .05. That will give you a half second flash.
Develop games in your browser. Powerful, performant & highly capable.
you need to put a '0' in front.. I've noticed C2 does not like .05, instead do 0.05
thanks everyone, got it to work now. sometimes I feel like a fool. ha
You are not alone