Hi friends,
i have a problem in the game.i have many sprite images with the same name(sprite3) and i have kept that sprite images in the layout and also kept a time bar in it but few sprite images are out of layout .
coming to the game==
When i click on that sprite images it will get destroyed and when the time ticks up(that would be 10sec's) the sprite images which are present outside the layout has to fall down on the layout and need to display for every 10sec's.
a b c--- sprite images outside the layout
- --------------------------------------------------------
1 2 3 4
5 6 7 8----- sprite images inside the layout
-----------------------------------------------------------
when i click on 1,2 3, after 10 sec's the one which is present outside the layout has to fall down in inside the layout
Can anyone help in this
Thanks