Max's Forum Posts

  • Whoops, that was dumb ^^ sorry for wasting your time! ... umm.. is there any way to transfer one object to another layout?

  • Another thing: We have Write to INI, but do we have Read from INI?

  • Another fps-related issue:

    Just adding fade to the possible transistions and the fps drops...

  • ... It's already in there <img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" />. File -> Preferences

  • I sent an email.

  • For some reason, subevents affect FPS very much.

    If I have:

    +On 1

    +On a :

    +On b :

    it is alot slower than this:

    +On 1

    +On a :

    +On 1

    +On b :

  • Many many thanks! I'm really starting to get comfortable working with Construct and I will try my best at helping you find bugs. <img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" />

  • It is. Thanks! <img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" />

    I found another bug. The function is ceil(0), right?

    "( is not allowed after ceil"

    How does the random function work?

  • Setting layer opacity doesnt seem to work for me.

    +On Layout

    : Set layeropacity of layer 4 to 10

    Doesnt seem to work...

  • Ah! I tried quotes, but I didn't think of single quotes <img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" />. Thanks!

  • Aaah, now I see what thats for! I really appreciate your help, I plan a large-scale project and your help is really great <img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" />.

    But when I use Global(variablehere) it says: variable here is not a recognised expression...

  • Hm, I'll try and send it later. In the meantime, I have another problem <img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" />. How can I set for example the layer opacity to a variable? Sorry for bombarding you with questions <img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" />.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I can't find a way to do this, is there any?

    Also, after I playtest my game, when I save, a message comes up:

    "Not enough memory" (translation)

    Halp?

  • Thanks, I'll impatiently wait <img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" />.

  • This is a another problem I just solved. Bur I mean something different:

    + On Layout Start

    + Array: For Each Element

    + (System/Compare values) Array.CurrentValue equal to 1

    : Create Object at CurrentX*32 and CurrentY*32

    What this should do is find all 1s in the array, multiply the X and Y values with 32 and place the object on a generated grid. But it does not only put objects where a 1 is, it puts objects everywhere on the grid and fills it up. It does not matter what number is in the array... I really apreciate your help <img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" />.