Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
movieClip playing without a play()? — Gideros Forum

movieClip playing without a play()?

saeyssaeys Member
edited May 2015 in General questions
I put this question in a previous post but it was a bit off-topic, so that's maybe why I got no answer. :-)

I have a MovieClip loaded inside a function and when the function is called it plays automatically, without a play() call. Is that normal?

Comments

  • hgy29hgy29 Maintainer
    Accepted Answer
    Hi @saeys, following gideros ref manual (http://docs.giderosmobile.com/reference/gideros/MovieClip/new#MovieClip.new)
    After constructing the MovieClip object, it starts playing. You don't need to
    call [[MovieClip:play]].
    So it seems to be the normal behavior.

    Likes: saeys

    +1 -1 (+1 / -0 )Share on Facebook
  • saeyssaeys Member
    Well... X_X
  • SinisterSoftSinisterSoft Maintainer
    edited May 2015
    So, if you play it (as you may have thought you needed to, does it take up more resources - or does it replace the original playing back?)

    (I don't do this, but it just wondering)...
    Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!).
    https://deluxepixel.com
  • saeyssaeys Member
    I don't know about resources, I just have to make a workaround later on in the code in order to make it work in a controlled loop and together with sound.
Sign In or Register to comment.