Two things:
a) How can i center my movie into a Html file, cause when i publish my movie in HTML the movie is shown on the upper left corner!!
b)I placed some button into a movieclip in my movie. Now i need to use this buttons to go somewhere else in the movie, as an example, Scene 3, frame 2.
I've tried gotoAndPlay ("Scene 3", 2); and
_root.gotoAndPlay ("Scene 3", 2)
None of this two worked... What can i do?
Thanks in advance to anyone who answers.
a) How can i center my movie into a Html file, cause when i publish my movie in HTML the movie is shown on the upper left corner!!
b)I placed some button into a movieclip in my movie. Now i need to use this buttons to go somewhere else in the movie, as an example, Scene 3, frame 2.
I've tried gotoAndPlay ("Scene 3", 2); and
_root.gotoAndPlay ("Scene 3", 2)
None of this two worked... What can i do?
Thanks in advance to anyone who answers.