Hello all again!!
I 'm trying to develop a game.In my project i have a movieclip which is the character for the game.I also have 5 buttons(left right down up and stop) so the user can move.The game is for android.In my library i have a square with dimnesions 50 x 50.I have filled the stage with copies of this square with different instances so the character can move on them.The point of the game is that the user moves the character and with HitTestObject() function he removes the square that he is walking on.I used a timer so if 5 seconds are over and the player hasn't completed a rectangle of missing squares the squares appear again.But if he makes a rectangle(lets say that he makes it by removing 8 squares) the squares that are inside this rectangle must dissapear also.I need to find a way to see when the player completes this rectangle.I also think that my aproach to what i want to do is draft and there is a much better one.
Thanks in advance!