Search results

  1. A

    How Can I Take My Mom To Court?

    This is not just another mother-daughter hate fest. My mom is a nut job. She hits me for no reason and yells for stupid reasons. You could say something compleately harmless and she yells and hits. I need to know how the be signed over to my grandparents. ( They are willing ) I Am 13 years old
  2. A

    Flash Code Help! (for the genius)?

    Ok so here is my code..... stop(); score=0; timer = 5; countdown = function(){ timer--; if(timer==0){ clearInterval(countdownInterval); } } countdownInterval = setInterval(countdown,1000); (everything is right until here) if (_root.timer=0) {_root.gotoAndPlay(5); } I am making a simple...
Back
Top