lka Posted February 9, 2012 Report Share Posted February 9, 2012 Olá, tenho um menu em flash com 4 opções com loadmovie, porém no formulario de contato, quando clica nele, o swffica e não some, já utilizei unloadMovie e não funciona.segue o codigo:on (rollOver) { this.gotoAndPlay("over"); } on (releaseOutside, rollOut) { this.gotoAndPlay("out"); } on (release) { unloadMovieNum(1); createEmptyMovieClip("chamar", 1); chamar._x = -280; chamar._y = 80; loadMovie("formulario_contacto.swf", chamar); } Quote Link to comment Share on other sites More sharing options...
Question
lka
Olá, tenho um menu em flash com 4 opções com loadmovie, porém no formulario de contato, quando clica nele, o swf
fica e não some, já utilizei unloadMovie e não funciona.
segue o codigo:
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.