|
ASCII
Jun 6, 2002 0:48:03 GMT -5
Post by dietspam16 on Jun 6, 2002 0:48:03 GMT -5
lolx6
|
|
|
ASCII
Apr 18, 2007 16:35:47 GMT -5
Post by henry on Apr 18, 2007 16:35:47 GMT -5
i have some good ascii art:
dX = _x-x2; dY = _y-y2; if (Math.sqrt((dX*dX)+(dY*dY))<2) { _x = x2; _y = y2; r = random(360)-180; d = 0; dist = (1+random(3))*10; // while (d<dist) { x2 += 1*Math.sin(r*(Math.PI/180)); y2 += 1*Math.cos(r*(Math.PI/180)); d++; if (_root.world.walls.hitTest(x2, y2, true)) { if (d<5) { x2 = _x; y2 = _y; d = 420; } else { x2 -= 1*Math.sin(r*(Math.PI/180)); y2 -= 1*Math.cos(r*(Math.PI/180)); d = dist; } } } // if (d != 420) { delta_x = _x-x2; delta_y = _y-y2; r = -Math.atan2(delta_x, delta_y)/(Math.PI/180); xSpeed = 1*Math.sin(r*(Math.PI/180)); ySpeed = 1*Math.cos(r*(Math.PI/180)); } b = 0; }
if you look at it sideways, it's the pre-9/11 skyline of new york city.
|
|
|
ASCII
Apr 18, 2007 23:37:48 GMT -5
Post by Monolith on Apr 18, 2007 23:37:48 GMT -5
I can draw a sword:
8====D
Whups...
|
|
|
ASCII
Apr 18, 2007 23:58:19 GMT -5
Post by bezzerkker on Apr 18, 2007 23:58:19 GMT -5
<('.'<) <('.')> (>'.')> <(__)> <('.'<) <('.')> (>'.')>
Lookit kirby spin around!
|
|