Hello!
I’ve got some videos playing in a movieclip with the visibility on false. When the appropriate button is pressed and the movieclip becomes visible, of course the video is already half played. Makes perfect sense. I’ve fixed the problem for the moment by making the video not play automatically, but I would prefer if it did when the clip becomes visible.
So, naturally, I tried throwing in an “if movieclip._visible=true” then load the video. However, it caused the movieclip to alter itself to visible and start playing the video. I just can’t get my head around that. How can an “if” take over like that?
Does anyone know why it might do this, or any workarounds?
Thanks heaps.