Paradox's Forum Posts

  • If a message pops up, warning you it can't be copied, read it. It tells you what is missing that, the part you are copying, needs to be present.

    You will need to copy sprites, arrays, or variables first, then all the events.

    I believe there is something on the todo list for Construct2 that will make it easier in the future, but for now it's manual.

  • Maybe something like the "Option Explicit" did in VB, with that statement in your startup, you were required to declare your variables. Without it you could make them as needed.

    Also if you have the Action in your startup, it would only "stop" on an out of bounds in the debugger, ignoring them again on export.

  • The screen shot looks like it's centering them, rather than left justify. But maybe I'm missing the point.

    Do you mean for the Sprite font plugin, or just doing text as sprites?

    Are you converting Bitmap images, or TrueType Fonts? if it is TrueType, have you played with Blackhornet's sprite font maker?

    http://www.scirra.com/forum/sprite-font-generator_topic72160.html

  • Ashley, can you say what you fixed? (event number to compare?) I used the example in a board game support app, but never tested it on a device.

  • LOL yeah.

    When R0J0hound makes something, you have to stare at it for a long time wondering how he got it to work.

  • If Ashley is out for the weekend, you could grab one of the samples to perform tests on.

  • I would probably record each keystroke, that way it would be compatible with all the exporters. For example Cocoon doesn't support text boxes.

    But text input boxes would handle putting the words together, with deleting and such.

    here is a tutorial on using a hidden textbox, so you aren't locked into the the look of each browser's version.

    https://www.scirra.com/tutorials/624/text-input-using-textbox-and-invisible-textbox

  • LOL

  • Does your game still work? mine wasn't working. I finally got it to work my not minimizing it on export. But I still get that error.

  • Sounds like fun. However, It would probably have to be integrated with the Scirra website to get enough people to continually use it.

    But I believe the Scirra website is already about maxed out.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I create many of my layouts centered and move the scroll on startup. This lets the sides or top and bottom to show extra info depending on orientation. So I can't use the dotted line to know where my edges are.

    It would be nice to adjust...

  • Link to .capx file (required!):

    Editor

    Steps to reproduce:

    1. Control f4 to debug preview

    2. notice your active Tab.

    Observed result:

    Tab closes and preview opens

    Expected result:

    Control f4 should probably not close tabs anymore.

    I think it was just June, you fixed the opposite, so preview wouldn't open when Control f4 was used to close a tab.

    Browsers affected:

    n/a

    Operating system & service pack:

    win7 64 bit w/dual monitor

    Construct 2 version:

        r142

  • Out of curiosity, does it work if you don't minify on export?

    I loaded up an old game to work on tonight, and previews work great, but black screen after export. My suspects were Random Seed plugin, and the old pathfinder plugin, and the list box control. (which I see in your screenshot)

    Exporting without minifying fixed my problem, so I gave up looking for now. Pathfinder and random seed worked in a test project alone.

    Edit: Just ran a test capx, and listbox worked minimized alone.

  • Hmm, now that I look, my default is set to Chrome in preferences, it is loading the system default instead.

    I didn't notice, because I usually set a preview browser different for each project. (depending on what I'm testing in each.)

    Open up your project main settings, in the properties tab. There under "Configuration settings" you can choose to use the default, or force it to use another.

    That one does work on picking the preview.

  • Did you reboot the phone, like maybe something crashed, and it's not running 100%?