Niespor's Forum Posts

  • if Object.X < ViewportLeft(Self.LayerName)-(object.width/2) => destroy

    This way the object will get destroyed only if its on the left "off-screen".

  • I would just go with a seamless fire animation made in 3rd party software and import it back into Construct. Its actually 'lighter' on the CPU. If you insist in doing this via Particles plugin - make them spawn with random X offset, set grown rate to something below 0 (like e.g -16) + Destroy when fade out. To get different 'flame' color - apply 'yellow to orange' gradient tiledbg on top of it. All above with Addictive blend.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • on [enemy death] =>spawn object 'blood'? Can you be more specific?

  • Why not a object that would be the point that can be controlled both via mouse and keyboard? If none are active it just stays idle. If mouse moves - it set X/Y to mouse.x/y. If no input from mouse - active 8dir Beh?

  • I would advice against using Function plugin as it has been proven to hurt the FPS if not used casually. Try Global Variables and store your story copywrites in a external CSV file. Easier to manage and eventually - have different loc-kits.

  • You do not have permission to view this post

  • Hello everyone.

    I've spent around an hour or so, crawling on forums and looking for a solution to my need, but anything and everything I've found was insufficient, to say the least.

    What I need is plain and simple. Multiplayer leaderboards with players score, that can be uploaded/downloaded on any platform (mobile, browser, desktop) if the player has access to internet, and of course - gave my game required permission. So we are talking about some online service + corresponding C2 plugin. Perfect solution would be either free or cheap. Anybody knows anything?

  • Calling rexrainbow to the rescue! Any idea to make the plugin work with build.phonegap.com/apps phonegap?

  • So Google Play features doesn't work too? :/ idiotic.