K
korr
Guest
Hello there,
I found your forum while i was searching for flash problem solving tutorials...
Unfortunately, I found nothing about my problem...
I' m looking for a tutorial that could help me resize my stage (in flash 8) and let me move the whole movie (movieclips, texts, pictures, actions etc) up-down and left- right.
What I was thinking till now, is to create a new flash file and load it in, as an external .swf file and move it through the new stage by using:
createEmptyMovieClip("movie_stage", 5);
movie_stage._x = 0;
movie_ stage._y = -140;
movie_stage.loadMovie("stage.swf");
please, any help would be much appreciated...
I hope there is a much easier solution...
any scene2movieclip converter?
p
I found your forum while i was searching for flash problem solving tutorials...
Unfortunately, I found nothing about my problem...
I' m looking for a tutorial that could help me resize my stage (in flash 8) and let me move the whole movie (movieclips, texts, pictures, actions etc) up-down and left- right.
What I was thinking till now, is to create a new flash file and load it in, as an external .swf file and move it through the new stage by using:
createEmptyMovieClip("movie_stage", 5);
movie_stage._x = 0;
movie_ stage._y = -140;
movie_stage.loadMovie("stage.swf");
please, any help would be much appreciated...
I hope there is a much easier solution...
any scene2movieclip converter?


