What are you trying to do? Maybe you're looking to set the wall to solid and have the other object as a bullet that bounces off solids?
When two objects collide you can use system pick nth instance, where 0 and 1 are the two objects colliding. You can use this to reference the two and get their UIDs.
Develop games in your browser. Powerful, performant & highly capable.
BadMario If you set it to T, then only ads that comply with 'suitable for 12+' are shown.
Are you trying to store the animation frame as 1? You would store the number 1 only, then on game load you can set the animation frame to the local storage item.
You have to create it first on the event sheet, then it's possible to call it.
When you go to shop you can store the previous layout name in a variable then when you exit shop you go to layout by name using the variable.
The same logic as entering the shop...on button pushed go to layout.
For the camera you add the 'scroll to' behaviour to the player object that is jumping. Game camera then follows the player at runtime. As for the objects you can use system create object to create platforms at run time but I guess this will be used alongside other conditions.
You don't configure the apk, you must use the device settings. Or there are some apps on the store that allow more detailed override of the screen timeout but you don't do it with the game itself.
Cool quirky game but it's live already and I think it could've done with some testing, really buggy game. Or maybe that is to add to the charm hmm.
Looks like the issue is caused by a combination of the high movement speed with the ridiculous acceleration/deceleration settings. I don't know enough about them to give an exact reason as to why it stops abruptly during pathfinding but if you set it to something more normal then it's fine.
I made a simple file and it's working well so better to share your file.
Set cell size to something lower than 25
I thought you were just doing find path to mouse.x,mouse.y and because you're clicking obstacles it doesn't quite get there. I'm not sure what relevance the black boxes have, you didn't mention those earlier? Let's see your event sheet.
Some decent tips here about the development process when it comes to the gameplay and art split. I also thought the same about adding art early on to help imagine some new design ideas.