Nitro187's Forum Posts

  • Problem Description

    Sprite animations not playing as per their properties. They 'listen' only to their 'default' properties, rather than their own.

    Attach a Capx

    games.nitrolic.comAnimation.capx

    Description of Capx

    Displayed are two of the same sprite. One is set to the "Default" Animation, and the other set to "Dud". The speed properties of the "Default" animation are set to "0" and the speed properties of the "Dud" animation are set to "5".

    Observed Result

    Both animations remain stationary, and don't animate.

    Expected Result

    The left one (Default) should remain stationary, and the right one (Dud) should animate at the speed set in the properties of "5"

    Operating System and Service Pack

    Windows 10 64bit

    Construct 2 Version ID

    227

    The only way to get the animation to actually start playing, is to send an action telling it to play... it should not work this way... it should obey the properties set by the animation; otherwise there is no point of setting properties.

  • Awesome news.

  • Problem Description

    9-patch center disappears when using anything other than top left hot spot

    Observed Result

    For some reason, on some devices that do not have WebGL (WiiU for example) any 9-patch that has does not have a top left hotspot set, the center tiled image is not visible at all. I took a quick look at the plugin, and I'm not sure as to why it's doing this.

    Construct 2 Version ID

    v 226

  • Problem Description

    Tiled Background images disappears when not set to top left hotspot

    Observed Result

    For some reason, on some devices that do not have WebGL (WiiU for example) any TiledBG that does not have the hot spot set to top left.. are not visible at all. I took a quick look at the plugin, and I'm not sure as to why it's doing this.

    Construct 2 Version ID

    v 226

  • You mean just more information in the undo bar, or a scrollable one?

    The status bar, where it typically says "Ready" on the bottom left of the C2 UI. The dropdown list for the "Undo" or "Redo" also only shows minimal information. It should be quite easy to extract the information from memory as to where these changes take place.

    Unreal Engine 4 has a nice solution for that. If you undo or redo something, a small notification appears in the lower-right corner (similar to what Windows 10 uses) with information about what did you just undo or redo.

    Yes, something similar to that would be awesome.

  • Saving a bunch of undo's would take up extra memory.

    It has to have a limit somewhere.

    He could make it save it to a local file, but that would take time to load each time.

    Undo/ redo is freakishly hard to get right to begin with, should it remember what was in the image editor, should it remember the redo that you just um undid, etc.?

    Actually, I had an issue that I found out hours after, and had to undo at least 400 changes once. It works fantastic... and ALL that information is stored in the 'undo' system, so that C2 knows HOW to undo, or re-do the changes when you want to. All I'm asking is that they simply display this information when it does the undo\redo, rather than hiding it from the user.

  • [quote:cc0uxr8s]Redid: Edit action

    Undid: Edit action

    With over 3000 events, it's extremely exhausting trying to figure out where the last 'event' you edited was, especially when the undo list goes into the hundreds, or thousands and several event sheets. Is there any chance at all the developers of C2 could add more information in the status bar than the preceding? A line # and event-sheet would be amazing, but even JUST the event-sheet would be valuable.

    Is this something we would have to wait till C3 for, or is it doable sooner than later?

  • rexrainbow: Ahh, gotcha. Thanks.

  • rexrainbow: Works great - you mentioned that "putImageData" has better performance... is this just for the loadFromJSON, or would this also increase performance for PasteLayer? Cause I'm noticing a lot of CPU usage when using it... especially on every tick.

  • Which bug?

  • : Drag it into Construct2 when it's open. It'll ask you to install it. Cheers!

  • It's been fixed - re-download.

  • Problem Description

    Missing VMProtectSDK64.dll when attempting to open Construct2

    Steps to Reproduce Bug

    • Install r223 of Construct2
    • Open Construct2

    Observed Result

    You're prompted with an error locating DLL library: VMProtectSDK64.dll

    Operating System and Service Pack

    Windows 7 SP2 64BIT

    Construct 2 Version ID

    R 223

    I'm sure if I google search for the VMProtect run-time files it'll resolve this issue, but that's a pain... especially when it's not bundled with R223, or a link providing the location of such run-time files.

  • Yeah - I gave up on hoping it would get fixed.... I just got rid of Drop Box, as the rest of the apps, such as Microsoft's One Drive, doesn't lock files.... which doesn't cause it to freeze anymore.

    Dropbox sucks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It only really works with non-webgl mode... I never (at the time) required anything more. I don't maintain it anymore, cause I never had a use for it past this version.