Wednesday, May 4, 2011

...)
that.checkJump = function() {
if (that.Y > height*0.4) {
//if player is under about half of the screen - let him move
that.setPosition(that.X, that.Y - that.jumpSpeed);
} else {
//in other dont move player up, move platforms and circles down instead
MoveCircles(that.jumpSpeed * 0.5);
//clouds are in the background, further than platforms and player, so we will move it with half speed

platforms.forEach(function(platform, ind){
platform.y += that.jumpSpeed;

if (platform.y > height) {
//if platform moves outside the screen, we will generate another one on the top
var type = ~~(Math.random() * 5);
if (type == 0)
type = 1;
else
type = 0;
platforms[ind] = new Platform(Math.random() * (width - platformWidth), platform.y - height, type);
}
});
}


that.jumpSpeed--;
if (that.jumpSpeed == 0) {
that.isJumping = false;
that.isFalling = true;
that.fallSpeed = 1;
}

}

Saturday, April 23, 2011

Saturday, April 2, 2011

May LEGO Brand Store Calender

Seems that this has showed up on Brickset.
Looks like we will get Alien Conquest right before my Birthday!  See Brickset for back image.

Sunday, October 24, 2010

Numb chuck Prototype

Just a little something.

Custom Parts and store coming soon

I have been experimenting with resin casting for some time now,  and here are some prototypes, most will be available at my friend and mine's upcoming custom store. Please comment below with your questions, comments or criticism. Please keep in mind these are PROTOTYPES, a lot can change on the design. 

Bounty hunter headgear



Blaster

Wristband

All together

Saturday, July 17, 2010

Review on CustomBrickz.com

As I mentioned in a earlier post I ordered custom Light Saber blades from a eBay seller called custombrickz.com. After a shipping problem, The seller handled it with great customer service. And now I present my order:
Here is what came blade colors are: Red, Pink, Neon Pink, Orange, Yellow, Light Yellow, Green, Blue, Purple and Trans Clear ( Not shown above) As promised the blades contain no air bubbles. I really like the beautiful sheen they have.
Some of the blades are to thick to fit in the hilt, so the bottoms where sanded down by the seller.

Most fit into the hilt without sanding of the bottoms, like the Orange, Light Yellow, Pink, Neon Pink and Blue.




The Neon Pink is one of my favorite colors. It changes from Orange to Pink depending on the angle.






Here is a fuzzy photo of the trans clear. Unfortunately the Green and Clear blades don't are to loose to fit in the hilt, so all have to glue them. 

Rating:
(Ratings are on 0-5 scale 5 being the best)
Playability: 3 and a Half
Durability: 5
Usability: 4 and a Half
Visuals: 5
Customer Service: 5