A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: I have no idea what happened

  1. #1
    Always needs help marinebro0306's Avatar
    Join Date
    Jul 2005
    Location
    Philadelphia
    Posts
    166

    I have no idea what happened

    I was making my George Bush game, because he's an idiot (see other thread here) 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!?!?!?!
    Attached Files Attached Files

  2. #2
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    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));

  3. #3

  4. #4
    Some dude, says hi Ultra Pulse's Avatar
    Join Date
    Jun 2005
    Posts
    262
    it's a mystery that never will be solved...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center