wish list

0 favourites
  • 2 posts
From the Asset Store
Template for scrollable list, fully documented in comment and video
  • I would like to see the following features in construct 2:

    timer functions

    (because using incrementing a variable on every tick is messy)

    .svg image support

    (perhaps it will make it easier with responsive design if all sprites are vector based?)

    editable code (text)

    (using nested ifs aren't easy with event view).

    be able to build and link libraries that is also written in C2.

    (make your commonly used functions into a library that you can use inside C2.

    JSON support(but i hear its planed).

    load gfx and sound to localstorage and read from there.

    to be able to run things in parallel

    (maybe html5 worker threads can be used)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • timer functions

    (because using incrementing a variable on every tick is messy)

    There is a timer behavior already, and Time and deltaTime variables (respectively time and dt) already in place to build your very own timer functions.

    (perhaps it will make it easier with responsive design if all sprites are vector based?)

    It doesn't really make a difference as far as responsive design is concerned. The primary advantage of the vector format is that the images are really lightweight.

    There is a sufficiently strong toolset at the moment in order to build responsive UIs within construct (tiled backgrounds and maybe 9slice are pretty much all you need).

    Regards,

    Nathan

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