Jayjay's Forum Posts

  • Sounds like you want to make sprite 2 (the darker sprite) have an erase effect on its layer, and the layer below it have that color as the background.

    Then put Sprite 1 on the layer below Sprite 2 (the brown one), and it will show through.

    The top layer where Sprite 2 resides will want to have a white background

  • Try this for the set text: str(int(Score) + int(Score2) + int(Score3))

  • Sorry danielhunter, this is the Construct Classic section, can you try posting that in the "How do I....?" forum of Construct 2?

  • If you have more enemies than platform edges it might be better to make the static invisible objects at runtime for each platform instead (same idea, but stuck to the platform instead of AI). Then there is less objects, and it should work the same way.

  • What version of Windows are you using? And can you share a cap file that isn't working for us to try?

  • You can store the previous angle (either Sprite.Angle or Sprite[RTS].MovAngle) every 10 milliseconds (or similar) to a private variable, and then check the difference between them to check if a turn has been made.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It's possible that the object was global, but only first created on the second layout (layout 1). Remove all instances of it and try putting one in the very first layout of the cap file and then tick global

  • I made a few caps with Xbox 360 movement a while back and they didn't seem to lag, can you try these to see if that's the case for you?

    360 Control

    360 Control Type 2

  • Very cool Urled, thanks for sharing =]

  • Hi All,

    I've developed a graph/image monitoring system for my workplace with Construct 2 and thought it'd be worth sharing here (as we've just released it for free). It's currently a beta version, so there may be some bugs.

    This was designed to pull graphs from multiple Network Management Systems (NMS) into a single page, but can be used for many other instances such as displaying a wall of webcam images or stock market graphs. It's also pretty secure as the verification is performed by your browser by having the separate systems open in refreshing tabs.

    This is a small preview image of what the application looks like when it's running with some sample data:

    <img src="http://www.juch-tech.com/wp-content/uploads/CSMon_SamplePreview.png" border="0">

    Anyway, if you'd like to use it or read more about it, you can visit its webpage here: http://www.juch-tech.com/support/customer-service-monitor/

    Thanks to these guys for their plugins!

    callJS by Joe7

    ComboBox & ListBox by septeven

    loadURL by

  • damainman well Windows 7 takes it well, so I think 8 should too. I found the game didn't need too fast of a PC, but it seems the sound bug was when too many channels were playing every couple of seconds, it wasn't unloading them fast enough I guess.

    Urled, hmm, I haven't used Z elevation much in my game, but I do use it every loop. I'll avoid it for the next engine.

    Yeah, I would definitely like to make everything moddable in the game. The idea was that it's an icon and there will be a machine above it, but I never finished all the objects and game components yet.

    I've thought about 3D, I think the next engine will still be top-down but allow for z-movements like jumping over objects and changing building floors.

  • Thanks for the feedback Urled, I noticed that my game does run terribly on Vista.

    Strangely there is still a bug I couldn't pin down (at one point it was sounds, then it was custom movement behavior collisions) that affects all versions of Windows.

    It's part of the reason I'm doing a whole new re-write, I'm hoping that if I do certain parts of the game in a different way it will eradicate all the current bugs and glitches.

  • No problem Urled, I included the links to them in the downloads page but would be happy to know if I missed any out, thanks! <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Fimbul, ah I see. I was assuming it was as intensive as ray-tracing so I didn't think it could be deliberate slow-down.

    Reminded me of old DOS games that you could watch draw the screen

  • Thanks Urled! I loved your zombie game as well, very awesome art style <img src="smileys/smiley4.gif" border="0" align="middle" />