Forum index / General Homegrown / Ctrl + V Thread

Ctrl + V Thread

187 posts · page 3 of 7

post #61
13 October 2008, 02:10 UTC#61
I hit Ctrl+V and nothing happened, but that's because I just restarted my computer.
post #62
13 October 2008, 02:27 UTC#62
Good Game. Good Players. Quik Report. Rematch anytime. / OG over and out
post #64
13 October 2008, 03:26 UTC#64
ima take a quick shower, bbs

Sending the same message to two people on AIM.
post #65
13 October 2008, 03:38 UTC#65
しごとがんばって
post #68
13 October 2008, 06:07 UTC#68
Q = tan-1 (Ax / Ay)
post #69
13 October 2008, 06:10 UTC#69
8.28.2008 at 11:00 am
post #70
13 October 2008, 06:12 UTC#70
don't wanna go to class this morning, got the shits.



anyone got a cork?
post #74
13 October 2008, 07:42 UTC#74
TTV05
TTV06
TTV22
TTV24
TTV26

(im at work)
post #75
13 October 2008, 08:49 UTC#75
IVAX WTF YOU COON
post #76
13 October 2008, 10:26 UTC#76
Hey becky, Its Darren, just making sure you're all alright? text my phone so I kno u got this. Hope your havin a gd time at uni. xxxxx
post #78
13 October 2008, 11:12 UTC#78
/*
* Copyright 2007 © Andre Stubbe, http://www.andrestubbe.com
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*/

package
{
import flash.display.Sprite;
import flash.events.Event;

import org.papervision3d.cameras.Camera3D;
import org.papervision3d.objects.Plane;
import org.papervision3d.materials.ColorMaterial;
import org.papervision3d.scenes.MovieScene3D;

[SWF(width='400',height='400',backgroundColor='0x000000',frameRate='30')]

public class ExampleTransformationRotate extends Sprite
{
private var container: Sprite;
private var scene: MovieScene3D;
private var camera: Camera3D;
private var plane:Plane;

public function ExampleTransformationRotate()
{
container = new Sprite;
container.x = 200;
container.y = 200;
addChild( container );

scene = new MovieScene3D( container );

camera = new Camera3D();
camera.z = -500;
camera.zoom = 5;

// create red material
var material:ColorMaterial = new ColorMaterial();
material.doubleSided = true;
material.fillColor = 0xFF0000;
material.fillAlpha = 1.0;

// create a plane
plane = new Plane( material, 128, 128, 1, 1 );

// register plane
scene.addChild( plane );

stage.addEventListener( Event.ENTER_FRAME, onEnterFrame );

}

private function onEnterFrame( event: Event ): void
{

// rotate the plane
plane.rotationX += 4.35;
plane.rotationY += 6.55;
plane.rotationZ += 0.55;

// render the scene
scene.renderCamera( camera );

}


}

}

post #79
13 October 2008, 11:16 UTC#79
Whats that for Kane?
post #80
13 October 2008, 11:18 UTC#80
QUOTE(Fuzzy Mannerz @ Oct 13 2008, 11:26 AM) [snapback]513991[/snapback]

Hey becky, Its Darren, just making sure you're all alright? text my phone so I kno u got this. Hope your havin a gd time at uni. xxxxx


Stalker.
post #81
13 October 2008, 11:20 UTC#81
QUOTE(Fuzzy Mannerz @ Oct 13 2008, 12:16 PM) [snapback]514005[/snapback]

Whats that for Kane?


papervision
post #82
13 October 2008, 11:22 UTC#82
QUOTE(Rob764 @ Oct 13 2008, 11:18 AM) [snapback]514006[/snapback]

QUOTE(Fuzzy Mannerz @ Oct 13 2008, 11:26 AM) [snapback]513991[/snapback]

Hey becky, Its Darren, just making sure you're all alright? text my phone so I kno u got this. Hope your havin a gd time at uni. xxxxx


Stalker.


haha, she broke up with her boyfriend the other day and then had to go back to uni the day after so I was just checking she was alright.


QUOTE(k. @ Oct 13 2008, 11:20 AM) [snapback]514007[/snapback]

QUOTE(Fuzzy Mannerz @ Oct 13 2008, 12:16 PM) [snapback]514005[/snapback]

Whats that for Kane?


papervision


Ah right never heard of it, looks pretty awesome though... and confusing. lol
post #83
13 October 2008, 11:26 UTC#83
QUOTE(Fuzzy Mannerz @ Oct 13 2008, 12:22 PM) [snapback]514008[/snapback]

QUOTE(Rob764 @ Oct 13 2008, 11:18 AM) [snapback]514006[/snapback]

QUOTE(Fuzzy Mannerz @ Oct 13 2008, 11:26 AM) [snapback]513991[/snapback]

Hey becky, Its Darren, just making sure you're all alright? text my phone so I kno u got this. Hope your havin a gd time at uni. xxxxx


Stalker.


haha, she broke up with her boyfriend the other day and then had to go back to uni the day after so I was just checking she was alright.


Tapping it on the rebound. Nice.

External image not preserved — inspect source: http://i62.photobucket.com/albums/h100/redshirt_ensign/scrubs_todd_five.jpg
post #84
13 October 2008, 11:27 UTC#84
haha it may seem like that but I can assure you we're just good friends.
post #87
13 October 2008, 12:59 UTC#87
IRANIMATION
post #88
13 October 2008, 14:45 UTC#88
/DOaK87



yeah not so exciting =/
post #90
13 October 2008, 15:09 UTC#90
Elizabeth Marmur