Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

isPlaying movieClip

Please report bugs in this group. We will maybe populate a list of known bugs with a possibly modified description at a later time.

Moderator: Support

Post Reply
chriss0212
Posts: 666
Joined: 18 Jan 2012, 20:56
Location: wuppertal
Contact:

isPlaying movieClip

Post by chriss0212 » 15 Jul 2014, 12:36

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

User avatar
Karol
Posts: 640
Joined: 10 Jan 2012, 12:07

Re: isPlaying movieClip

Post by Karol » 15 Jul 2014, 14:31

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

schub
Posts: 54
Joined: 02 Feb 2012, 11:43

Re: isPlaying movieClip

Post by schub » 16 Jul 2014, 10:22

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

chriss0212
Posts: 666
Joined: 18 Jan 2012, 20:56
Location: wuppertal
Contact:

Re: isPlaying movieClip

Post by chriss0212 » 17 Jul 2014, 13:08

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

Post Reply