Joannesalfa's Forum Posts

  • So you want real world masurement? 20 pixels equals 2 feet isn't real,

    It must be 2000 pixels = 1.73 feet

    There a simple formula:

    1 px = 0.0008680556 ft

    as Variable

    feet = 0.0008680556

    You can multiply using 500 * feet

    Can't wait to see how it opens in next Monday

  • You need to choose one to Phonegap or CocoonJS, I don't think it would work with 2 platforms because API is different.

  • I think you misunderstand, Chrome in iOS isn't real chrome because it's based from Safari Core which is part of the rules to develop browser by Apple.

    No custom browsers are allowed without safari core in iOS, there an exception, you can upload a picture using Filechooser, there are 2 options: take a photo from webcam or image library.

    For example: This is possible using Filechooser

    Subscribe to Construct videos now

    I don't think real time webcam would work in iOS browser until a wrapper app or native app.

  • In safari browser? That's impossible!

  • Canvas: Upload and Save Image — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/canvas-upload-and-save-image-116

    <p>A function you can generate an image file by using canvas snapshot and upload in server with PHP. No extra configuration needed.</p><p>Compatible with all platforms including node-webkit and mobile devices with AJAX support and Canvas snapshot support.</p><p>New Version 1.1:</p>

    • URL Texbox is added.
    • PHP file is modified to output URL of saved image file.

    <p>Requirement:</p>

    • Server with PHP 5.2

    <p>This .ZIP package contains:</p>

    • .Capx with PHP file inside
    • Instructions.txt

    <p>New updates and features in future versions, stay tuned.</p>

    Use this topic to leave comments, ask questions and talk about Canvas: Upload and Save Image

  • Imgur Uploader — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/imgur-uploader-134

    <p>It's a simple app that you can take canvas snapshot and upload in Imgur, you don't need a server!. </p><p>Includes simple Image macro front-end.</p><p>New updates and features in future versions, stay tuned.</p>

    Use this topic to leave comments, ask questions and talk about Imgur Uploader

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • E-mail Sender — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/e-mail-sender-156

    <p>An utility that you can send e-mail to anyone with your existing Gmail or Hotmail accounts in runtime. </p><p>Features:</p>

    • Gmail and Hotmail Login.
    • Email Validator.
    • TLS Secure Connection.
    • You can send an e-mail in preview!.

    <p>In future version, it would be added such as massive and stand alone marketing campaign including HTML template and attachments.</p>

    Use this topic to leave comments, ask questions and talk about E-mail Sender

    Tom Make a list of rules of plugins, if they break one rule, then the plugin submission will be rejected. That's simple.

    Besides $ 5.00 as max price is really stupid idea, it would ruin the mantineance of high quality plugin.

  • PNG isn't designed to save canvas with biggest images including million of colors, PHP does it same, you should use JPG.

  • I noticed if you drag the slider very faster, it gives me some lag until 1 or 2 seconds to apply the changes.

    Anyway good effects!

  • It's offline cache, you might add Browser plugin and implement something to check update, if is new update, it appears downloading new update text and restart page.

  • R0J0hound Actually, I've fixed first gif, I really don't want to waste your time, how I did fix about chain reaction was change action Set position detector to gems from While loop to For each and changed collision polygon, it worked to prevent irregular chain reaction.

  • R0J0hound Sorry, I don't follow about your #1 as hitting a ceiling... with updated equation from your .capx, still same result.

    There an group of events that are part of your floodfill that rarely ignores match 3 like the #1 gif.

    More details about snap, also I've changed the snap equation from your .capx and I got same results:

    Actually I don't think snap to hex grid isn't a big issue but chain reaction is, I had no idea implement to pick the nearest grid sprite but I did instead of On collision, it wouldn't work after all.

  • R0J0hound

    Hi again, I hope you are fine, actually I'm frustrated about chain reaction, I did 60 hours of playtest and I found something irregular I've created 2 gifs to understand you better.

    1. Try to shoot in order target like that gif, sometimes when bubble is snapped, then execute a floodfill which is created by you, it's rarely ignored and won't do chain reaction.

    2. Using snap which is from your older example about bubble shooter, sometimes to snap between the walls, it goes to out of window.

    I was trying to figure out with some intentions but got no results, would you mind to help me again?