Vuuv's Forum Posts

  • Hey guys,

    I have a strange problem and maybe I just changed some crazy settings without noticing or it's a bug.

    On one of my layouts I can't see most of the objects when I zoom out. Also the select boxes (where you can adjust the size, angle etc) disappear. When I run the game, there are no problems, just in the editor. Only one layout is affected.

    Any suggestions?

  • Maybe you can implement an ingame shop. But the games you're referring to are quite complex.

    And you'll also need a startscreen, different menus etc. As far as I know the free version is limited to 100 events. In my opinion impossible.

  • Game like this without license is not possible. Or a big mess.

  • Is it an online or offline game?

  • Hey Construct Fans,

    for a long time now I think about creating a german class for construct 2. But before I put a lot of efforts in that I'd like to know from the community if there's a request for such a class.

    What I like to know is:

    Are there any german speakers interested in that?

    What type of teaching would you prefer? Skype? Youtbe? Presentation?

    Would you feel bothered about an optional donation system?

    Thanks in advance

    ----------------------------------

    Hey Construct Fans,

    ich denke schon seit längerem darüber nach Construct 2 Unterricht zu geben. Doch bevor ich viel Zeit und Energie in das Projekt investiere, möchte ich von euch wissen, ob überhaupt Bedarf besteht.

    Grundsätzlich interessiert mich:

    Gibt es hier überhaupt deutschsprache Construct Nutzer, die daran Interesse/Bedarf haben?

    Wie würdet ihr unterrichtet werden wollen? Skype, Youtube oder klassische Präsentation?

    Würdet ihr euch von einem freiwilligen Zahlsystem gestört fühlen?

    Danke schonmal im voraus

  • But dictionary just has one dimension, hasn't it?

  • I also love functions! They are absolutely necessary for good coding.

    I also like groups and the option to enable/disable them

    I'd love to see something like a Hashtable and/or associative array. I really love RexRainbows HashTable Plugin. Without it, I'd have a lot of trouble to communicate with backend.

  • Do you have an image bigger than 0.5 MB?

  • Unfortunately Arrays in c2 are not associative.

    Hence I use the HashPlugin from Rexrainbow.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • But still I recommend to use local variables, since too many global variables will be very confusing

  • Maybe you show us your example cause Webstorage is not connected with layouts.

  • As far as I can see there's no possibility to do this with the normal text object. But there are a lot of plugins out there that will help you!

    For example this:

    Or you use one single canvas object and change its colour.

  • yes, it picks all instances. But when you try to get an instance variable, it uses the object with the highest UID.

  • Actually you "just" need to find all the things that could be created/changed during the game and reset them to default.

    Commands like "reset all global variables" will help you. Or you just reload the layout.

  • Your first problem:

    Mouse-> Cursor is over object

    Second:

    As far as I know it always picks the last created instance. It's always good to be precise when picking objects.