newt's Forum Posts

  • Loops are only executed in one tick.

    For what you are trying to do try some variables like:

    +compare variable variablestorednumber is >0

    +every n seconds, do fo, subtract 1 from variablestorednumber

  • Object set x to layout width-self.x.

  • Yes, using C2.

  • Pixel Spaceships — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-graphics/pixel-spaceships-348

    <p>2000 16x16 Pixel Spaceships, over 8 different color profiles.</p>

    Use this topic to leave comments, ask questions and talk about Pixel Spaceships

  • Features that are useless for use in C2 perhaps(sprite sheeting etc), and "still under development" is a non issue as the featureset for C2 is finished until we get proper Webgl mesh deformations in C2 of course.

    In fact it may always be in development, as they are always adding new features.

  • Its all adjustable. The "bones" should all be there to mod as you like.

    As to the rest, its based on the Pathfinder behavior so it has to deal with the constraints of the behavior, like constantly finding a path is too much for mobiles.

  • If theres enough interest, I'll do some video tuts for this.

    The capx is commented, but it occurred to me that a new user might need some help in things like adding new objects, as well as how to edit the 2d layer.

  • isobones — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/isobones-342

    <p>An isometric template using the pathfinding behavior, and line of sight to make a diablo type movement.</p><p>Features:</p><p>Uses a 2d layer to simplify game making using the iso projection method.</p><p>Stand ins for 8 direction animations(simplifies adding your own graphics).</p><p>Optimized to use with modern mobile devices (including touch)</p><p>Includes some basic ai to get you started.</p>

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

  • Time travel badge ftw.

    Truth is, its javascript so its pretty easy to cheat anyway, variables, and webstorage call all be accessed in browser.

    Your guess of using a server is about the only decent solution, but they will still likely cheat.

    The time spent trying to prevent it would be better used to pander to it.

    In other words use the bad habits to your advantage.

  • Went to the Steam site recently to check out what's new there. was going to log in but somehow my passwords changed, so I hit the reset password thing, and it told me I had to install Steam to do that. That reminded me of why I uninstalled it before.....

  • About 50 fps moving, 60 standing.

    Nice job on the shadows, is that with the third party plug?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Just checked the capx again. Its now working as expected. Something is just not getting updated when it should be.

  • Problem Description

    ____ Objects with different size textures are not set to the right position after replacement ____

    Attach a Capx

    ____ Check you email Ashley ____

    Description of Capx

    ____ Run and see isowall is set to correct position, note animation of frames ____

    Steps to Reproduce Bug

    • Step 1 reverse the frames for isowall
    • Step 2 run again
    • Step 3 etc.

    Observed Result

    ____ Frame 0 for the first animation changes all the other instances position for some reason. ____

    Expected Result

    ____ Should work as is without the need for the placer frame ____

    Affected Browsers

    • Chrome: (YES/NO)
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    ____ 764 ____

    Construct 2 Version ID

    ____ 182 ____

  • Its doable, but it would be from the ground up as there are no existing libraries specifically made to handle all the many elements.

    Take a look at the ajax object first as any time you start talking about members you get features only a server can do.