Animmaniac's Forum Posts

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • It`s a nice suggestion. I would recommend shift+del though since it`s more standard for permanent delete, at least in Windows.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • I think I could parse the query strings when the page loads and then post them to the iframe, or maybe append the strings to the iframe url and create it dynamically.

    Now I noticed that the iframe workaround brings a new problem, I can't request fullscreen anymore. Any ideas about how to solve this?

  • superkew

    Try to design your levels using modular parts that can be re-used and combined to construct the scene. By using instances instead of new objects the memory usage can be significantly reduced.

    You can also upscale low detail images in the editor (like background gradients) to fill a big area without compromising memory usage or quality. The key is to find the balance between re-usability and variation.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • It works, but I need communication between the runtime and the webpage through query strings, and with an iframe this doesn't seems possible.

    I think I could workaround if C2 had actions to set the width and height of the canvas at runtime. Any chance this could be added someday in an upcoming release?

  • You do not have permission to view this post

  • I need to embed my exported project into an HTML, more specifically inside a div tag with "Width=100%" and "Height=100%", in a way that C2 canvas behave like in crop mode, showing more layout as the div gets larger.

    I tried editing the exported HTML and adding some custom javascript with no success. I'm not entirely sure of how C2 setup the project to resize it's canvas.

    How can I achieve this without breaking my project?