joxer's Forum Posts

  • i tried simple puzzle here:

    datafilehost.com/download-ea9df785.html

    i made condition for each piece of puzzle seprately (they overlapping backround object, but not overlapping each other). is there easier way to do this? some condition or loop for it?

    thanks

  • great! thanks very much, this is exactly what i need

  • hello,

    i want to have a working progress bar in my game...

    for example i want to have a "mana" bar. if i cast a big spell, it will take 100 mana points (maximum), then mana will be automaticly restored for 2 minutes. when it will be full again (100 points), it will be possible to cast this spell again.

    can you help me how can i do this?

  • I cant open it, because it needs some plugin and it is for construct2. since i need well working exe, i want to create game in construct classic...

    any suggestions how to make puzzle swapping?

  • I dont know how to open it... is it for construct 2?

  • thanks Jayjay <img src="smileys/smiley1.gif" border="0" align="middle" />

  • thanks for link, look great :)

  • hello,

    i need to save file (for example ini), to location under users

    C:\Users\%USERNAME%

    how can i do that to "find" current user and save it under specific windows profile?

  • how can i create swapping puzzle...

    i mean i have a board and there are for example 9 pieces of puzzles, but not in right order. i want to swap them by clicking...

    how can i do it?

    here is cap with puzzles, but i dont know how to set it up :(

    datafilehost.com/download-226af289.html

  • i want to make a classic puzzle minigame, i know a basics of construct, but dont know how to achieve it clean and nice :)

    1.when i move pieces - if two or more is connected right i want to connect them as a one piece.

    2.when one piece is near another (for example 3 pixels or closer) i want automaticly connect them

    3.i want this to be controlled fully by left mouse click. i want also turn the pieces, so the best will be some button for turning, but how can i "select" some specific piece, so it will be turned the piece i want...

  • JayJay: it can be very useful for me, but i dont know where to find plugins that you use :(

    Shindoh: thanks, it works :)

  • I just want to say that I achieve that the save is named exactly as value. (example "5")... but I dont know how to write it to have some word before this value - for example "save5"

  • I want to have a value from ini file in file name.

    i am trying it with scirras save/load system (for now it is easier to learn).

    i have a value in ini file (group,item,value), the value is for example number 5

    how do i need to write it if i want my save be named save5 (it means save + value from ini). is it possible?

    thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • your english is good, but my understanding of hashtable is really bad :( i have read tulamide�s tutorial many times, but still dont understand how to use it.

    do you think you can make a cap for me with this "profile" saves? i am trying and trying and cant reach anything that works :(

  • ok, i tried many and many times and now i have something what seems starting to work.

    but still there are problems i dont know how to solve.

    here is cap: datafilehost.com/download-6fc95f6c.html

    when i write text in the box i want to save it on file. and when program is starting again i want to load this text again.

    it works, but there is not only this text, but also strange marks. can someone help what it is wrong in it?

    thanks