Can you try this out ?
beaudoin_n
Member Posts: 184
Here is my game (well not my game but my bug !)
http://gamesalad.com/game/play/40534
It works well on the web and on the viewer, but on the IPhone it bugs
first one square dissapears.. and if you play with it a while others start dissapearing or just not behaving correctly.
Behavior is simple, if dragged on the pink when released will go left out of the pink.
When dragged on the bottom they snap to a grid (invisible)
If you want to put an object on top of the other it should move back to its original place (instead of being on top of it)
Any ideas? oh Gamesalad wizards !
http://gamesalad.com/game/play/40534
It works well on the web and on the viewer, but on the IPhone it bugs
first one square dissapears.. and if you play with it a while others start dissapearing or just not behaving correctly.
Behavior is simple, if dragged on the pink when released will go left out of the pink.
When dragged on the bottom they snap to a grid (invisible)
If you want to put an object on top of the other it should move back to its original place (instead of being on top of it)
Any ideas? oh Gamesalad wizards !
Comments
I'm assuming you are using touch for this based on the behavior. Maybe you need a boolean attribute "ItemCurrentlyGrabbed" that gets set when an item is grabbed thusly maybe the second one being grabbed will not be grabbed since each one will test to make sure "ItemCurrentlyGrabbed" is false before allowing it to be grabbed (selected) and follow the touch/mouse...
Or your touch code is messed up. I have only used touch inside thus far. Maybe some others have more to share.
Any one ?
Bueller
Not better
Also when initially everything is setting up one of my squares dissapears
Any one has ideas ?
Or another way to get to what i want to do (ie set up objects on the grid)
Thanks
Heeeeelllpp !