1
Old Bugs (1.x/2.x) / [iOS] After 3 times of touch-recycle-create, the game freezes.
« on: February 06, 2012, 08:58:10 pm »
In my program, I create the following logic:
Step1: click on item A to recycle itself and create item B on somewhere else
Step2: click on item B to recycle itself and create item C at the same coordinate
Step3: click on item C to recycle itself and re-create item B at the same coordinate
When I test my program, it passes the building process. But, when I play it, the game freezes after I click on item C.
Does anyone have any ideas?
P.S. I put iOS as the prefix since I'm using 'touch' as the user input although I'm currently testing it in flash.
Step1: click on item A to recycle itself and create item B on somewhere else
Step2: click on item B to recycle itself and create item C at the same coordinate
Step3: click on item C to recycle itself and re-create item B at the same coordinate
When I test my program, it passes the building process. But, when I play it, the game freezes after I click on item C.
Does anyone have any ideas?
P.S. I put iOS as the prefix since I'm using 'touch' as the user input although I'm currently testing it in flash.