alastair's Forum Posts

  • You do not have permission to view this post

  • Change font color was not finished, here you go:

    [color=#ff0000]change text color[/color]
    
  • Once I've made the build on the Mac, can I zip it on the mac, then bring it back to Windows again, then upload?

    There's no documentation on how to upload zips to Steam, whenever I try it, it doesn't work at all.

    TheRealDannyyy thanks for your care and support for exports.

  • Oh yes, of course, thanks so much! 😃

  • Anyone know why my line graph isn't a smooth straight line, it has holes in it, especially when it moves a large distance?

    Project: Download

    Thanks for helping me make it better!

  • There was a period where there was an issue with Mac file permissions with NWJS or something?

  • From months ago, there was a convoluted procedure to get Mac builds working, is that still the case?

    Can I upload my Mac build with the PC steam SDK yet?

  • It's in chrome too!

  • Ruskul have you tried testing the performance of the C3 runtime in the beta?

  • 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!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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!

  • 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!