Hello!
I'm struggling a bit making this condition work. I'm trying to add an ammo bar that fades in and stays visible when the click is down and fades out when it's released.
So far I have tried these 3 but none have worked:
I've also tried with keyboard buttons and other mouse buttons and still the same.
Thanks!
Forgot to mention, by not working I mean, it fades out directly without waiting the 1.5 secs (or 3 secs with the 1.5 timer on, it fades out really fast)
(I didn't find the edit button so I replied myself...!)
Fade doesn't actually work well for this. Tween works better. This example should work, and takes into account how far the fade in or out is, and adjusts the period to allow for the current progress (based on a linear progression).
http://www.blackhornettechnologies.com/Construct3Stuff/Samples/FadeInAndOut_Kurjuus.zip
Fade doesn't actually work well for this. Tween works better. This example should work, and takes into account how far the fade in or out is, and adjusts the period to allow for the current progress (based on a linear progression). http://www.blackhornettechnologies.com/Construct3Stuff/Samples/FadeInAndOut_Kurjuus.zip
Thanks for the reply!
The link seems to be broken (404 Not Found) :(
Okay I've made it work properly with the Tween behaviour.
Thanks so much!
Develop games in your browser. Powerful, performant & highly capable.
Good. (Link fixed).