Paradox's Forum Posts

  • None of mine are flagging it, however "Spybot: Search and destroy" is alerting about Google cookies on the website every now and then.

    It does it on my website too. Annoying.

    That way they can show you ads for what you are interested in. For example Searching for "Child's Laughter Daycare" should get you seeing daycare ads. Unless you typo and put "Child'slaughter" and you get shown all sorts of chainsaw ads.

  • Apparently putting a space between the and name doesn't send the notification. Not that it mattered. <img src="smileys/smiley2.gif" border="0" align="middle" />

  • You mean like:

    If POWERUP > 100-HEALTH then SHIELD=SHIELD+POWERUP-(100-HEALTH) and make

    HEALTH=100

    Does that offer an idea, or do you need the events to do it?

  • Well, a new update came out since posting that, that has added tilemaps to Construct2. It may offer what you are looking for. I haven't installed it yet, but the description mentions drawing directly on the tiles.

    https://www.scirra.com/construct2/releases/r149?page=1

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Do you mean in the layout editor, or in a game?

    In the editor I will sometimes make a sprite the size of the window, and sketch my design onto it, so I can get an idea of where I will be arranging things. However I don't like images that big in the final game because they take so much memory on mobile devices.

    If you mean in game, I would recommend the Canvas plugin.

    http://www.scirra.com/forum/plugin-canvas_topic46006.html

  • Or have it pause when it loses focus.

    Which is in the main project properties.

  • I don't believe the browsers allow that, because unscrupulous app makers could lock peoples cursors in the window.

    You could make a sprite that follows the mouse and lock it to the screen, when the mouse went out, it would stick at the edge.

  • There is a thread or something somewhere that helped me load a dictionary for a game once, but I can't find it right now. No time to dig through my old code right now, I'm heading out to my daughters birthday party.

    I did find a couple posts that may offer the same conclusion:

    http://www.scirra.com/forum/building-a-wordlist-database-in-construct-2_topic70582.html

    http://www.scirra.com/forum/array-performance-need-advice-please_topic55008.html

    After you get a word list made, it would just be a matter of searching the list for each word, and if it's not found, flag it.

    edited: because it didn't make sense in my rush.

  • Oh no.. That is horrible to find out after all that work. I am sorry.

  • It would make it nicer to switch what is being scrolled to. When you have multiple you switch between, doing it manually gets a tad messy.

  • thehen

    Using the emulator, somehow I got it working in landscape. (could be the deadline pressure going away.) And now the web simulator is even rotated showing landscape. (it's one of those cases where it seems different each time I try.)

    <content src="index.html"/> is present in the config.xml.

    Still searching for something else that could cause red "validation failed" under "application configuration/tizen:content"

    "Message: tizen:content node expected, but not found"

    and do your graphics appear blurry, anyone? in the Simulator "Tizen HD graphics" it's blurry, but if I switch the Configuration to "HD graphics" they are sharp. (the title screen is full res, but reduced to fit the 480x800 size, allowing "Scale Outer" to blow it back up on the full size screen.) "Use high DPI display" in Construct2 is switched on.

  • Apparently Ashley already added that line to the index, It was already there when I went to add it. Thanks for the pointer, though.

    I tried turning off scaling, different aspect ratios of the window size, everything I suspected might have a hand in it, but nothing makes any difference.

    edit: Actually it wasn't exact, it had width=device-width where the one there didn't. Still adding the line had no effect.

    edit: I am gettinga validation error: tizen:content node expected, but not found

    mean anything to anyone?

  • Turns out they are right. In the Web Sim my game is sideways on screen.

    Anyone have any experience like this, that can offer a clue how this is happening?

    (it appears to be locked to portrait, despite being locked landscape in game properties, and in events at the start of each layout.)

  • Well, I just got a notice that mine need to be in landscape. I already locked it to landscape because they already told me they didn't like the title screen not filling the screen. (rest of the layouts fit all sizes)

    So I guess "Lock to Landscape" doesn't work in Tizen?

    They didn't say anything about the Back button, although I did just resubmit.

    tgeorgemihai

    The back button is in the "Browser" Object, with Events for "Back" and "Menu" buttons, and Actions for Closing.

  • thehen

    I purposely made sure there was no "back" event on the title screen event sheet. ("menu" either) Do you think the default action shuts off if an event is included in any event sheet?