I use a custom mouse cursor in my "shooting-game".
I hide the win mouse cursor and drag a crosshair
movie instance to the mouse cursor.
My prob:
When I load a movie (I must, sorry! ;P) with loadmovienum() this movie is placed over the "old" movie.
This means that my "mouse cursor" is behind the "new" movie when I cross it.
My question:
Is it possible to change the level of a movie instance?
Alternatively, is it possible to load a movie behind an existing movie? (level -1 does not work :-[ )
I hide the win mouse cursor and drag a crosshair
movie instance to the mouse cursor.
My prob:
When I load a movie (I must, sorry! ;P) with loadmovienum() this movie is placed over the "old" movie.
This means that my "mouse cursor" is behind the "new" movie when I cross it.
My question:
Is it possible to change the level of a movie instance?
Alternatively, is it possible to load a movie behind an existing movie? (level -1 does not work :-[ )