Page 1 of 1
isPlaying movieClip
Posted: 15 Jul 2014, 12:36
by chriss0212
it seems, that there is a bug in the isPlaying bool! like a script without setting the change flag...i can see a change of the bool...but the connected node is not reacting!
ventuz.4.4.2!!
greetz
christian
Re: isPlaying movieClip
Posted: 15 Jul 2014, 14:31
by Karol
Confirmed!
We stumbled already upon it and fixed it! Will be available in 4.4.3.
Sorry, this is one is really annoying!
Best
Karol
Re: isPlaying movieClip
Posted: 16 Jul 2014, 10:22
by schub
A quick fix:
- connect an INT to the Movie.Position
- connect a reverse Timer with 1.1s duration to the INT.changed event and use the timer.running bool for your logic
cheers
edit: or use a float and set the timer duration lower if you need more accuracy
Re: isPlaying movieClip
Posted: 17 Jul 2014, 13:08
by chriss0212
this is exact my used workaround...
i have used a float what gives more samples per time. one update per second is to slow!
greetz
christian