You can't overwrite project file. What you can do is save this data in Local Storage.
Are you using C3 build service?
Export to Cordova first, extract Images folder, compress the files, then update them in the zip. Then load this zip into the Export Manager and continue building the aab.
You can try sending your project to Construct support. But there is very little chance they will be able to help you.
To prevent this happening in the future, I suggest making backup copies of your project at least daily. And you can configure automatic backups in C3.
Develop games in your browser. Powerful, performant & highly capable.
I believe touchpad driver emulates mouse (and possibly touch/keyboard) events when you perform gestures like pinch on touchpad.
Try "Mouse On Wheel" event in C3.
Rename the file extension to .ZIP
Try opening it with Windows or MacOS or Winzip. If you are unable to extract files from it - you are out of luck.
The Animations editor can now export animations that include collision polygon data and image point data.
This is a great addition, thank you so much!
Create a new image point in the turret sprite. And spawn bullets at this image point.
You need to put a mask sprite with Source Atop blend mode over the object. Both objects need to be on the same layer and set "Force own texture=yes" on the layer.
Another option - use AdjustHSLMask effect on the mask, no blend modes, "Force own texture=yes". Change Hue value in the effect properties.
Those are just some warnings.
Scroll to the very end of the console log and copy the last few errors.
I don't think it's possible.
Press F12 and check for error messages in console tab.
Seems like this has become a frequent problem, I see this questions almost every day here.
Check out the official template, it shows how to parse and and extract data from JSON.
I also have an example which shows full path to every value in the JSON:
dropbox.com/s/srgf9lme08by9wa/JSON-RecursiveRead.c3p
You can use "Audio Set Silent" action. In Silent mode all sounds will be muted and new sounds will not play.
I really doubt this will work..
When the character dies, you can probably replace it with a "ragdoll" made of the same pieces, but connected together with physics joints. And let it collapse to the ground with physics.
I think copying and pasting values from Excel to C3 array is a better method - this way you don't have to rely on third-party addon, which may stop working with any new construct update.