Hi,
Iam need of help,my problem is iam constructing a brick game,in this game we have bricks with 3 diff colors they needs to be moving on the screen from top to bottom of canvas class and if we arrange the same colored bricks in a row it must be added to the score,but the problem is when iam trying to move the image from top to bottom its moving at time to down,so i need help to move the image with the controled speed but if i use delay in canvas class its giving error or if i use threads its not controling and if i use thread in the canvas class iam getting error.
It sounds to be a very Tetris-like game ( without the complexity of multiple brick shapes…just colors ). There are some tutorials & samples for Tretris clones available on the web.
As you’ll probably see in several other posts asking for help, if you post the code where you’re having the problem you’ll have a lot better luck getting some direct assistance.