Nice game.
How many sounds did you use in this project?
Develop games in your browser. Powerful, performant & highly capable.
The capx run smoothly with me.
Add text object and see the fps speed, maybe your pc is slow.
every tic ---- set text to : fps & " FPS (" & renderer & ") " & round(cpuutilisation * 100) & "% CPU "
Thank's guys for the help and the capx.
I don't want to use Var because i have already lot of it.
I hope some day the custom movement behavior will be improved so we can move sprites to target positions.
Hi all
Before i can open C2 instantly, But now it need few seconds to open even if it a new project.
Do you think it from my pc or it's from the C2 updates.
Any help will be great.
Thank's for the capx.
What i want is when i click a button the sprite go from Position X to Position X2, i think can be done without var.
Thank's for sharing the capx, you can put the logo and the menu in one layout and add Persist behavior to the logo so it will show only one time.
Can you share a video or images of your game.
I love platform puzzle games.
Hi everyone
I want to move a sprite from A to B smoothly using lerp and without Variables.
Can i make this?
Thank's for any help.
You can try this:
Enemy on screen
---- bullet set position to enemy and use lerp to make smooth moving
------ Else bullet set position to outside layout and also use lerp.
Wow this is a big game, remind me of FEZ style.
Add player not falling condition to one of the lerp actions and it will work fine.
You can add small white dots in the background to make a stars effect.
You will get great ideas from super meat boy and N+.
Sorry for the late replay, Problem with the site.
The MoveTo behavior always updated by the developer so don't worry.
The best thing using the MoveTo that you can control the speed as you like.
If you don't want to use cods add MoveTo behavior to the camera sprite and when :
Global variable = 0 ---- Camera move to player 1
Global variable = 1 ---- Camera move to player 2
You can download the MoveTo behavior in the plugins section.