wabsol's Forum Posts

  • 12 posts
  • I would recommend having the old licenses available in the 'Your licenses' tab as well

  • Thanks for clarifying. I was confused because the licenses had nothing in there. Had no idea the assetstore had the old licenses. I found it thanks to your help.

  • I have my c2license.txt file from back when i bought construct2 ages ago.

    I didn't check the website anymore since construct3 was released.

    I wanted to work in construct2 today but i found out my account here lost its license somehow.

    I tried inserting the hash from my c2license.txt wich i never shared.

    but now i notice it sais it got claimed allready.

    This means one of two things:

    -option one my hash has been stolen somehow.

    -option two there was a mistake on the website might have been migration.

    I Bought construct 2 for my self a very long time ago i would like to return now to working with it.

  • thanks i will try that

  • basicly i want to be able to have only one block instead of 4

    for example by using a expression: X Tile((sprite.X/32)+1, (sprite.Y/32)) = ???(2,5,8,11)

  • I dont think I understand what you are trying to do.

    I am trying to check if a tile is either 2,5,8 or 11.

    but currently i have to do this:

  • Hi I am trying to check if the tile on the tilemap at the right of the player sprite is a lava tile

    ofcourse i can make allot of conditions saying: compare tile at (player.X/playerSize)+1,player.Y/playerSize = NumberOfTheTile

    but i want to check if the tile is a lava tile currently my lava tiles have number 2, 5, 8 and 11

    I was thinking if there was a expression to make one conditions saying: compare tile at (player.X/playerSize)+1,player.Y/playersize = Expression(2,5,8,11)

    but i cant find it anywhere

  • no problem i like to help

  • 1) create a variable boolean for damageImunity with default value false

    2) while player is flashing set damageImunity to true

    3) else set damageImunity to false

    4) where the player gets damage add a condition compare 2 values player.damageImunity = false

  • Thank You for the information

    I Will try to make them variabel thing work

    Maybe i can create such a plugin

    I hope i can

    I Will loser my internet connecties in a couple of second so i can not respond quickly

  • i want to be able to add variables and objects

    i know it is possible to add instances and change variables but this is not what i want to achieve

    i want to add or delete a variable while the game is running

    i want to create a new sprite while the game is running

    FYI i have knowledge/experience with javascript

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hey i am wabsol,

    i am using contruct 2(free edition) for a year now and i am really happy with it

    i am planning on buying the personal edition

  • 12 posts