all groups > flash actionscript > may 2005 >
You're in the

flash actionscript

group:

_level interactivity not working



Re: _level interactivity not working Blade al'Slayer
5/5/2005 12:00:00 AM
flash actionscript: [quoted text, click to view]

The problem here might be that you are trying to control it right after
the load statement. Maybe the swf is not completely loaded when
_level1.stop() is invoked!
Try creating a function that would attempt to stop/play level1 that is
called a little bit later...

--
_level interactivity not working Last Year
5/5/2005 7:33:02 PM
Hi,

I have a movie('main.swf') and I load another swf file('ball.swf') into it's
main timeline using the loadMovieNum method. It works fine,and I can see
'ball.swf' play on 'main.swf''s timeline.

However, when using the _level property, I cannot control 'ball.swf' from
'main.swf' at all.

Here is are the details:

Two swf files: 'main.swf', 'ball.swf'

'ball.swf' has 10 frames, with a movieClip ('ball') moving diagonally across
the stage.

'main.swf' has 1 frame, with this actionscript in it...

loadMovieNum("ball.swf", 1);
_level1.stop();

Again, the 'ball.swf' file loads fine, but I cannot control it.
Any thoughts on what I might be doing wrong?

Thanks.
Re: _level interactivity not working Last Year
5/7/2005 12:00:00 AM
Re: _level interactivity not working Blade al'Slayer
5/7/2005 12:00:00 AM
[quoted text, click to view]

You're welcome...

--
AddThis Social Bookmark Button