See this tutorial:
construct.net/en/tutorials/supporting-multiple-screen-sizes-77
I found this addon, but I don't know if it works with binary data:
construct.net/en/make-games/addons/257/forge-c3-runtimeworkers
Also, encrypting a video would probably take a very long time and the result will be too large for an email. I would consider uploading unencrypted images/videos to a secure server instead.
You do not have permission to view this post
Set money to clamp(money, 0, 1000000000) should work.
You can also use max(money, 0)
Develop games in your browser. Powerful, performant & highly capable.
It's not possible, use Timer behavior instead.
For the bottom sprite use "Top edge: Viewport bottom" setting.
Press F12 in editor, there should be an error message. You may need to edit some JSON files.
If you can open the project in Construct 2, you can remove this behavior. In C3 you can replace it with Tween or Orbit behavior.
You can use clamp() or min() expressions. For example, Set recoil to min(recoil+10,30)
Or you can use "Set position to another object" action
Position of origin image point is also important. Ideally it should be at the bottom for all objects.
Member since 26 May, 2016