Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - WRB852

Pages: [1] 2 3 4 5 6 ... 13
1
Help / Lost Blockland Key
« on: October 03, 2015, 09:24:57 PM »
I lost my Blockland key about 5 years ago because my recovery email address was for my ISP at the time. Is there any way for me to prove my identity so I can get my key back?

2
Creativity / My First Song
« on: April 26, 2011, 12:56:26 PM »
Comments, criticisms, whatevers accepted.

Listen (You don't have to download it.)



If you're interested, I used an ION Discover USB Keyboard, and Reason 4.

Edit: fixed it up a tiny bit.

3
Off Topic / New Semester!
« on: January 15, 2011, 11:56:09 AM »
So this Tuesday my last semester of High School starts, and I'm actually psyched about my schedule for the first time ever.

I have:

Quote
1st Block - American History 1945-Present

2nd Block - Physics

3rd Block - Pre-Calculus

4th Block - Intro to Engineering

I mainly took the engineering class cause the teacher is loving HOT. Anywho, discuss what classes you're taking this time of the year! Or just school in general, whatever. :P!

4
Off Topic / Need help finding a picture.
« on: December 27, 2010, 11:10:51 PM »
It's probably from 4chan, but its a picture of guys doing a pose, and in the background you can see other guys doing something similar while taking a picture.

And in the dudes hand is a photograph that's from the camera of the other people taking the picture.

If that makes ANY sense, you've probably seen it too.

5
Off Topic / Llamas with Hats 4
« on: December 16, 2010, 04:17:28 PM »
:D

6
Off Topic / Cheerleader Backflipping At My Pep Assembly Eats stuff
« on: November 06, 2010, 07:52:55 PM »
this is a video of a pep assembly at my highschool of a cheerleader doing 18-some flips.

http://www.youtube.com/watch?v=esk2aNo6K0w

stuff NEEDS to go on tosh.0

7
General Discussion / Build Timelapse
« on: November 05, 2010, 02:02:24 PM »
Has anyone ever made one of these for an actually impressive build? I think it would be rather neat.

And if someone has, please link me.

8
Suggestions & Requests / Centered 1x1
« on: November 04, 2010, 02:57:58 AM »
A regular 1x1 brick centered on a 4x4 grid.

Pretty easy to understand, so I don't think a picture is necessary. This would be great for posts, and probably a billion other things I haven't put the time in to think about.

Also a plate, and round version would be good.

9
Off Topic / You're all getting Grand Slamwiches
« on: October 20, 2010, 04:38:44 AM »
:)

10
Off Topic / Man Invents Machine to Convert Plastic Into Oil
« on: August 26, 2010, 03:40:09 PM »
http://www.wimp.com/plasticoil/

Why is this not everywhere already, and changing the world?

11
Off Topic / 18th Birthday
« on: August 16, 2010, 12:15:59 AM »
wtf do i do now

12
Off Topic / Nostalgia stuffstorm
« on: August 11, 2010, 12:02:38 AM »
Just started watching Looney Toons episodes.

Here's one of my favorites.

Feel free to post yours, or other cartoons from your childhood.

13
Games / Any suggestions for making an online 2D game?
« on: July 21, 2010, 10:42:19 PM »
I'm looking into getting into game design, and already have enough skill to create a prototype. My problem is lack of inspiration. I'd like to make something that's interesting, and never been done correctly before. So yeah, anyone have any sweet ideas for an online 2D game? Anything 2-dimensional, with any form of online gameplay is the only thing I request. (Coop, competitive, sandbox, etc)

14
Modification Help / PathCamera
« on: July 13, 2010, 07:26:13 PM »
When I try to create a PathCamera, it gives me this error:

Code: [Select]
==>new PathCamera();
<input> (0): Register object failed for object (null) of class PathCamera.

Anyone know what I'm doing wrong?

15
Modification Help / Packaging Help?
« on: July 12, 2010, 08:11:45 PM »
I tried to put this code at the bottom of the gun script, and I get errors.

Code: [Select]
Package GunEchoPackage
{
function GunProjectile::onCollision(%this,%obj,%col,%fade,%pos,%normal)
{
echo(%this);
echo(%obj);
echo(%col);
echo(%fade);
echo(%pos);
echo(%normal);
Parent::onCollision(%this,%obj,%col,%fade,%pos,%normal);
}
};

activatepackage(gunechopackage);

Can anyone tell me what I'm doing wrong?

Pages: [1] 2 3 4 5 6 ... 13