jew
May 12 2008, 12:44 PM
0 comments
No comments yet. Be the first one to comment! |
just me
April 4 2008, 12:13 PM
titleScreen.onRelease = function()
{
this._visible = false;
startgame();
}
startgame = function()
{
for (var i = 0;i<9;i++)
{
var nm = "m" + i;
_root[nm].onPress = function()
{
if (this._currentframe == 10)
{
this.play();
whacks++;
scoreDisplay.whack_txt.text = whacks;
doWhackAt(_xmouse,_ymouse);
}
}
_root[nm].onEnterFrame = function()
{
if(this._currentframe == 1)
{
if ((Math.random()* 100) <1)
{
this.play();
}
}
else if (this._currentframe == 10)
{
if((Math.random() * 100) < 10)
{
this.play();
}
}
}
}
whacks = 0;
scoreDisplay.whack_txt.text =whacks;
endTime=getTimer()+30000;
_root.onEnterFrame = function()
{
var etime=endTime-getTimer();
if(etime<=0)
{
scoreDisplay.time_txt.text="Times Up";
for(var i = 0;i<0;i++)
{
varnm = "m" + i;
delte_root[nm].onPress
delete_root[nm].onEnterFrame;
_root[nm].stop();
delete_root.onEnterFrame;
}
}
else
{
scoreDisplay.time_txt.text=Math.ceil(etime/1000)+"sec";
}
}
}
went=0;
doWhackAt=function(x,y)
{
varnm="wc"+went;
_root.attachMovie("wackSign",nm,wcnt+99);
_root[nm]._x=x;
_root[nm]._y=y;
_root[nm]._xscale=_root[nm]._yscale=60;
_root[nm].onEnterFrame=function()
{
this._alpha-=10;
if(this.alpha<=10)
{
deletethis.onEnterFrame;
this.removeMovieClip();
}
}
went++;
went%=5;
}
0 comments
No comments yet. Be the first one to comment! |
M¥ LÌ£È
March 12 2008, 12:24 PM
So i was born in eugene oregon (all my relatives live there) then i moved to ney york for like 7 months then i moved to vermount for like 3 years then atfer that we moved to colorado springs and moved to different houses then me n my dad got in fights like one night he threw me against a door and chocked me then threw me on the ground and like sat on me and then he hit me really hard in my ribs and kicked me out at night so my mom diovorced him and me my brother and her all moved away so then she meet a guy and we moved in with him and dats were i am now going to coranado high school
2 comments
big-fun-little-package: aw im sorry! my dad is like that but i cant get ride... | 03-18-08 10:40 AM |
LethalxTreat: CRAZY!!!!!!!!!!!! | 03-12-08 12:30 PM |
Statistics
Entries | 3 |
Comments | 2 |
Page views | 1,980 |
Last update | May 12, 2008 |