alastair's Forum Posts

  • I like the new theme, but something about it feels slightly wrong, maybe it's the color choices? or an issue about clarity? or the colors are too busy? I'm not sure.

  • Anyone know if rumble/vibration is supported yet in chrome, what it's current status is? It's been so many years!

  • I haven't used Stencyl myself, but I found a couple of topics that might help you.

  • Thanks for the replies, great thoughts!

    An OR condition is much more basic and faster than creating complicated equations and functions, especially for newer users. Sometimes spending a lot of time on functions, and optimizing things to a single event is tedious.

    If it helps, here is another example to illustrate.

    Before:

    After:

    Simply half the events!

    In a real game you can end up with dozens of duplicated subevents. Just quickly putting in an OR would be quite nice!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Does anyone use the current "Or blocks"? They feel limiting and against the design of Construct, since events are all about using multiple conditions per event, but the or block goes against that design by only allowing a single condition to be used.

    Wouldn't it be awesome if we could insert an "or" system condition wherever we want and do more advanced efficient useful things?

    A current example of code that could be more efficient with an "or condition":

    Imagine if we had the power to just quickly insert an OR there and save time and duplicate events! Mockup:

    From 8 events to 4, and it was quick and simple, awesome!

  • thank you, I'll try terminal!

  • It's good to see more software support the Switch, hopefully Clickteam's Fusion 3 will support it as well, it's nice to have competition with Construct 3!

  • In the stable build I noticed that

    • when I load my game my properties, layers, and project windows all seem to be the small default sizes

    • it starts windowed, doesn't remember that I ran it as maximized

    anyone else had that issue, or is that fixed in the beta release version?

    Remember you can report bugs if you ever find any so they can be fixed!

    https://github.com/Scirra/Construct-3-bugs/issues

  • Thanks R0J0hound

  • That's odd there's no way, thanks for your reply.

  • How do I change the pitch of a sound effect? I want to put a random value so that it'll help make the audio more varied and interesting.

  • Sounds like a bug, although the request of having an option to have adjustments apply to all sheets could be useful.

  • Honestly I think the best thing to do is just do everything on the Mac if at all possible. Transferring files to Windows and back without losing special file permissions on the symlinks is difficult - I'm not sure if it's even possible, the two OSs treat symlinks differently.

    How do you upload with the steam SDK from Mac? I can only run the content builder .bat file from windows.

  • Control + W should close the current tab (i.e. the current event sheet), like closing a browser tab.