Proxi.
Reinier de Vries   Overijssel, Netherlands
 
 
Een spontane jongen uit het noorden van het land.
Off-line
I liek games
much games :steamsalty:
Atividade recente
2.391 horas registradas
jogado pela última vez em 4 de fev.
102 horas registradas
jogado pela última vez em 4/dez./2024
63 horas registradas
jogado pela última vez em 14/set./2024
Conquistas   1 de 1
wilbo 7/jul./2021 às 15:50 
Signed by 'GC' wilbo ;)
Rizzo 26/ago./2020 às 9:20 
signed by rizzy
PogChamp 6/jun./2020 às 16:15 
wrost player evur cant not even hit the bol
wilbo 17/abr./2020 às 13:25 
congrats wit ur 10 year bethjje
krampus 12/ago./2013 às 6:07 
private function init(evt:Event):void
{
// Remove the ADDED_TO_STAGE event
removeEventListener(Event.ADDED_TO_STAGE,init);

// Create the new MovieClip where Flash will draw
clip_mc=new MovieClip();
addChild(clip_mc);
// Create a new BitmapData using the variable bit_data with same dimensions
// of bg_mc ( SWF's background MovieClip )
bit_data=new BitmapData(bg_mc.width,bg_mc.height,true,0xFFFFFFFF);
// Using draw() method of BitmapData Class to create a new BitmapData
// It is a copy of bg_mc ( SWF's background MovieClip )
bit_data.draw(bg_mc);

// Using lineStyle method and passing it ONLY ONE parameter,
// in this cae the value of BRUSH_SISE constant
clip_mc.graphics.lineStyle(BRUSH_SIZE);
// Using lineBitmapStyle method and passing the variable bit_data as parameter
clip_mc.graphics.lineBitmapStyle(bit_data);
// Define the start point where the drawing will start
clip_mc.graphics.moveTo(mouseX,mouseY);

addListeners();
}

krampus 6/ago./2013 às 13:16 
╔══════════════ ೋღ☃ღೋ ══════════════╗
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Repost this if ~ ~ ~ ~ ~ ~ ~ ~
~ ~ ~ ~ ~ ~ you are a beautiful strong black woman ~ ~ ~
~ ~ ~ ~ ~ ~ ~ ~ ~ who don’t need no man ~ ~ ~ ~ ~ ~ ~ ~
╚══════════════ ೋღ☃ღೋ ══════════════╝