notnsane's Forum Posts

  • Personally, it's no better than Construct 2 though it might be a bit more stable due to being non-HTML5.

  • Get me a 33% sale this year (or a 40%!) and you have a sale, right here, right now.

  • I need to make a simple smoke to go out of my plane's motors.

    No idea what I'm doing wrong:

    • I created a Particle object
    • Added a small image to it
    • Created an event: When OBJECT is moving (8 Direction Behaviour) THEN Spawn Particle
    • Particles never disappear!
    • Also, my particles go out in zero degrees but I set 90 on Propierties

    All this should be pretty basic, but no idea why it doesn't work.

  • I'll try my best. It's driving me nuts, I hope it works...

  • Excellent, thanks!

  • Ashley So, this Canvas or WebGL Text Shadow thing is the same as the CSS propierty Text Shadow?

    w3schools.com/cssref/css3_pr_text-shadow.asp

    Currenty I'm duplicating the Web Font, and moving it a couple pixels, then using Z-Order.

    Could be so much easier with a Text Shadow action... though I don't know if it's doable.

  • tulamide cc: ome6a1717

    Just to be sure, how do I "introduce a second or two delay to give the fonts a chance to load"?

    Like this?: In Start of Layout > Wait 2.0 seconds

  • Will research a bit how to compensate, though the engine should be "aware" of that.

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm guessing you can use x360ce emulator to simulate Xinput.

    Did someone tried? I'm guessing (again) that you might have to put it inside your browser's .exe directory.

  • Thank you so much for this too, jobel =)

    D-Pad is working, but I'd rather use the Left stick as with 95% of the games. Any help? Ashley

    ---

    Edit: It was the "Compare Axis" thingie. Pretty useful! Might do a tutorial soon =)

  • Site is dying on me lately. Have to fix a Comodo Browser annoyance too....

  • Link to .capx file (required!):

    dl.dropboxusercontent.com/u/2045883/bugReport.capx

    Steps to reproduce:

    1. Load .capx.

    2. Run "Layout - Level 1".

    3. Observe the OR statement.

    3. Press Space bar or A button on Xbox Gamepad.

    Observed result:

    Bullet Spawn point is different.

    Expected result:

    Bullet Spawn point should be the same.

    Browsers affected:

    Chrome: yes

    Firefox: yes

    Internet Explorer: ? can't test

    Operating system & service pack: Windows 7 64 bits SP1

    Construct 2 version: 151

    Please report to me when this is ready, so I can delete it.

  • Hi!

    Is there a tool to use minify without the dependency of Java? I don't want to install it due to security concerns lately.

    I could make Minecraft work without having Java "installed" I mean, I used a portable Java version.

    Could this be used with Minify?

  • I'm generally trying to avoid using more sprites - hence editing them and losing more times - and I'm not aiming for mobile devices right now... we'll see what I can do.

    I'm just trying to learn what Construct 2 can do! =)

    Thanks for the heads up!

  • I kinda want to make the player sprite glow to orange back and forth two times + maybe some opacity change.

    I have the opacity broken down with this:

    <img src="http://i.imgur.com/ZO4voHP.jpg" border="0" />

    But I still need a way to change, say, the hue of the sprite.

    Much appreciated =)