Posted on 02-Jul-2008, 11:07:20 Play the Debugger flash game....
Oh my God, this is too terrible! There are so many bugs in my programs that I can't develop games anymore.
Please only look at these slimmy earwigs and cockroaches with that red eyes how they are freely walking inside my source code destroying it byte per byte! I'm begging you to help me to debug all these awful bugs!
Please draw a rectangular shape around the bugs and you will catch them. Am I seeking too much from you?
Read more...Game » Comments: 0 Posted on 07-May-2008, 14:06:51 Play the Polar Solar flash game....
In this puzzle game your task is to move the cloud-pusher by your mouse around the sky and push the clouds to complete the following tasks:
1) melt all brown icebergs by the polar sun before the sunset!
2) protect all blue icebergs from the melting in the same time!
Read more...Game » Comments: 0 Posted on 28-Apr-2008, 13:31:51 Theme: Implementation of ball moving using Bezier curve
I think it’s time to finally implement a ball moving by previously constructed Bezier curve.
As usual, we are starting with definitions for global variables. Fortunately, we have only one new variable in this part of the tutorial – currBezierPoint.
It is used as a pointer to the current Bezier point so we can cycle from the first to the last Bezier point and change current position of the ball.
Here is the code for cycling through the Bezier points and drawing ball movement (by the way, this code is placed in the main loop of the program):
Of course, don’t forget to draw a simple ball movie clip called ball_mc!
Read more...Tutorial » Comments: 0 Posted on 09-Apr-2008, 12:41:50 Theme: Adding a simple interface for manipulation with Bezier curve
In this part of tutorial we will draw complete Bezier curve with its points and control polygon.
We will add a simple interface for manipulation with Bezier curve so that user can change number of computed Bezier points and height of control polygon.
There will be also a small menu at the bottom with three check boxes to select which of Bezier component (curve, points and polygon) is currently displayed.
Read more...Tutorial » Comments: 0 Posted on 20-Mar-2008, 12:15:54 Play the Humanix (or Human Tetris) flash game...
Move and twist the figure so it matches the figure on the advancing wall in this human tetris like game!
Bust 7 walls and move up a level where it gets even more interesting.
Use Mouse to click and hold a body part to move it.
Press shift-key to reset the figure.
Press space-bar to speed up the wall.
Read more...Game » Comments: 0
|
|
|