Recent content by Tommy N

  1. T

    Does anybody know what Happens in Manhunt: the 12 day chase for Lincoln's killer?...

    ...chapters 6-9? If somebody can help me out here that would be huge. I have an extra credit discussion on the book on wed. and there is no way i will finish on time. I am on chapter six but i can read most of it, just not all of it. Please!
  2. T

    Are there any websites with chapter by chapter summaries of Manhunt: the 12 day

    chase for Lincoln's Killer? i need a website with chapter by chapter summaries of the book but i cant find any by using google
  3. T

    can some one help me debug this flash code it is for my charcter to move in my game?

    function rightKey(moveRight:KeyboardEvent):void { if (moveRight.keyCode==Keyboard.RIGHT){ fox_mc.x+=5 }; }; function leftKey(moveLeft:KeyboardEvent):void { if (moveLeft.keyCode==Keyboard.LEFT){ fox_mc.y+=5 }; };
  4. T

    Porn sites using flash 8 or lower?

    PERVERT!!! GET A LIFE
  5. T

    Porn sites using flash 8 or lower?

    PERVERT!!! GET A LIFE
  6. T

    What eats black garden ants?

    ant eaters some types of Spiders and some ppl
  7. T

    In Flash CS4, why would your graphic symbol be overwritten by another when...

    ...you select motion tween? I am using Flash CS4 and I have a movie clip that I am making to be placed on the main time line. I have text that is fading in and out, based on what button is clicked on the frame. The first set of text works just fine, and is brought in as a symbol (call it...
Back
Top