Python Scripting tutorials

This forum is currently in read-only mode.
  • I've looked at python scripting in Construct Engineering but usually the event system had a much easier way of doing things...so python scripting was redundant in some situations...and the ones that were useful were too complicated for me...

    can someone whip up a quick example that's fairly simple but can NOT be done using the event system? 2-3 examples would be nice actually

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It's probably too broad a request. You can do anything that you can with normal python. If you want to interface with Construct objects then it's mostly straightforward, although there are many gotchas since the way events work are very different to python. Do a forum search for python and you'll get a lot of info. Only search for posts by me and that narrows it down a bit to more relevant info.

    There are also things you can't access from python, but it all depends on what you want to do.

    Generally events are a better way to write stuff. Python is more reusable but it's main use is to interface with third party libraries.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)