;

PDA

Click to See Complete Forum and Search --> : I have no idea what happened


marinebro0306
09-15-2005, 05:39 PM
I was making my George Bush game, because he's an idiot (see other thread here (http://flashkit.com/board/showthread.php?t=649907)) But, I was resizing the whole thing, but when I play it, it only registers every other shot. Before, it was fine. The attached file is the game as of now, and it is its original size but still messed up. What happened!?!?!?!

blanius
09-15-2005, 06:06 PM
easy.. First you need to wrap the n=1 in clipevent(load) so that it doesn't keep getting set to 1

then in your button action
you where moving the original blood clip not the duplicate. Change to:

duplicateMovieClip (blood, "blood"+n, n);
setProperty("blood"+n , _x, getProperty(_root.crosshairs, _x));
setProperty("blood"+n , _y ,getProperty(_root.crosshairs, _y));

marinebro0306
09-15-2005, 06:26 PM
OK I'll try that- but why did it work before I resized it?

Ultra Pulse
09-15-2005, 07:56 PM
it's a mystery that never will be solved...