You can check construct 2 full platform tutorial on youtube and reddit and there also full capx to download for the platform game included animation's event's.
You can get free music and sprites from: open.commonly. cc
I want also to know this...
You can make this with after effect and then export it as png's
Search for free after effect templates you may found some.
To make the jump and walk more slow on the water :
player is overlapping water --- set jump to 300
Else ----- set jump to 600
Try Viktor game demo (made by c2).
They have nice intro story with slide images.
You don't need Global Variable to play random sounds
Develop games in your browser. Powerful, performant & highly capable.
Use the 'Play (by name)' action in the Audio object and use an expression like this:
choose("sound1", "sound2", "sound3")
This for the zoom out:
Every tic ------ lerp(layoutscale, 0.6, 1*dt)
Zoom in:
every tic ---------- lerp(layoutscale, 0.9, 1*dt)
1- Preload all sounds will be great.
2- Rise all volume by x db and reduce all volume by x db will be awesome, and help you when making your main menu options.
Do you mean Zoom in?
This thread have exactly what you want :
Search for title, because i can't post links:
"Smooth layout scale?"
This is great.
There always many ways to solve the problems.
You can destroy the buttons on start of the layout.
And when the player die, make an event that create the buttons on the middle of the screen.
I'm sorry i can't open your capx, there are plugin that i don't have.
You need to change the layout scale to zoom the screen.
on start of layout ------ system - layout scale set to 1.5 (for example).