PDA

View Full Version : [AS2] Collapse Game..Blocks of same colors


kris4all
02-17-2009, 10:10 PM
Hi All,

This is my first post in actionscript and I am a newbie in actionscript. I am looking for a game source code, even tutorials that could guide me in designing this game in actionscript 2.0.

"THE Main objective of the game is to click on adjacent same colored box tiles and and remove them. More colored boxes keep adding from the top, or from the bottom. There will be a timer and score keeper, and if the screen fills out, the games over. I dunno what they call this game, but i am assuming its similar to the collapse game, others call it block buster, ..etc.

Any help would be really appreciated. Its really urgent guys.

PhatKitty
02-20-2009, 11:55 PM
Bit late reply, but this is a bit broad, have you started the game yet? And if this is your first time in flash, then this isn't the best start, and if it isn't tell me what you have at the moment and I'll try to help you with it with my litle knowledge ;).

kris4all
02-24-2009, 05:18 PM
Thanks so much. Really appreciate it. What I need exactly or ..what I am working in is the collapse game, blocks of colors falling from the top and bottom, with timer, score and different levels of complexity. I need help in this matter, to get things done..I have a similar game code, with no score board, levels and timer attached. Can you help me with this..?

help112358
05-04-2009, 02:40 AM
hello...did you ever figure out this problem? i am having a similar game to do...i'm not really sure how to remove the blocks. can anyone help?

bluemagica
05-04-2009, 04:39 AM
make a 2d array and put the blocks in it, then when player clicks, get the block and loop through the block to find similar blocks which is adjacent to the current one.......its kindof hard for absolute beginners, but not much hard once you understand!

I will be writing an as3 tutorial about this pretty soon.....