Page 3 of 3

Re: Condition Index

Posted: 01 Apr 2021, 18:51
by THEMAX
Is on weather fun possible ? Well, on specific weather to be more specific.
Like on storm fun, on rain fun, on sunny fun or on fog fun, perhaps even on blizzard fun.

Basically i want to have a building façade that change color at night based on the on-going weather.

Re: Condition Index

Posted: 01 Apr 2021, 19:02
by Kulche
You can use variables for that: viewtopic.php?f=81&t=5903

Re: Condition Index

Posted: 10 Dec 2023, 11:50
by PBbunnypower
Using in touch fun, Im trying to make an animation sort of thing. I have two animations defined. So what I ma trying to do is, have the snowflake fly up with one animation and make it fly down once the first animation. But I want to play the first animation on tap and stop when the second animation is over by itself (without an additional tap) So kinda like a video with autoplay off . I dont know how to execute the second part of it though.

Re: Condition Index

Posted: 10 Dec 2023, 14:52
by JustAnyone
You would probably use fun variables for that. On clicked fun you would set the variable to 1, then a fun listener would check if variable is equal to 1 and start an animation. You would then check if animation is running and when it stops, change the variable back to zero and start the second animation. Something like that.