Hey what's up brohams, do you know any nice contemporary pacman clone to draw inspiration from?
thanks!
The music normally doesn't stop when you change layouts. You don't need to do anything.
When I go back to the first layout it starts over again. I want it to continue even if going back to layout1. How I do that?
I want to give the same music to different layouts, say introductive layout, high score layout, help layout and the music should not stop when you click on the icon and the layout changes. How would you do it?
I was asking because designing 2d sprites from zero might be a pain in the butt for those who are not skilled designers like me so if I could have some presets or template that would be amazing.
What do you think are the best sites for statistics and figures about apps and mobile games?
So how did IOS accepted a basic game like Flappy Bird?
How would you do this trail-like effect on a sprite?
https://www.scirra.com/arcade/action-games/monster-rush-18784
I'm looking for a software with presets for creating 2D characters, something like IClone for 3D characters.
In case there's no such program around, I'm looking for a full body avatar creation site, possibly not just frontal but also in profile.
Do you think this tutorial could work if implemented in C2?
Looks interesting but what if I have like 10 instances and I want to detect a frame match of let's say two instances overlapping? Is there a way to tell the program that I want to check only the two instances that are overlapping?
they're two instances of the same sprite.
It should be something like
Event: Object is on screen
other condition: if instance1.frame = instance2.frame
do this
I want to create an event that compares frames of two different instances of a same sprite and detects when there's a match. For example compare frames of the two instances that are on screen and see if they are the same.
Do you think it's possible to do that?
Develop games in your browser. Powerful, performant & highly capable.
How do I make a curved movement from point A to point B?