mindfaQ's Recent Forum Activity

  • s000.tinyupload.com/index.php

    Hope it helps (added a deselection at the end as well). Works with as many bars as you want to have.

    <img src="http://666kb.com/i/cjoeny8z15z474nlb.png" border="0" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • When bullet hits, instead of applying damage to a single unit, pick units around bullet.x and bullet.y and apply damage to those instead.

    Use pick by comparison and compare distance(unit.x,unit.y,bullet.x,bullet.y) less or equal your_splash_radius

  • Yes it works.

  • So your reply was not related to the tilemap object, thus not relevant to this topic. Okay.

  • C-7: how to do that with the tilemap plugin? (can't really simulate pixel rounding just for the tilemap and tiles are strictly sized according to tile width and height)

  • Sometimes TV or Dota 2 streams on the side.

    If I listen to music, it can be different kinds though:

    • Soundtracks, Musicals (Inception, Social Network, Portal 2, Les Miserables, Mathilda)
    • Ambient/Instrumental (tipp: A Winged Victory for the Sullen - A Winged Victory for the Sullen, very calming; Apparat, The Flashbulb, Air, R?yksopp)
    • electro / house / electro swing / synth pop / goa / trance (examples: Daft Punk, Crystal Castles, Cut Copy, Parov Stelar, Vangelis)
    • Chiptunes, 8bitsongs (old demoscene stuff, Anamanaguchi, She, Slagsmalsklubben)
    • singer songwriting, Alternative (examples: The XX, Miike Snow)

    sometimes I want calming music, but often I don't mind some energetic music, so that's what runs the most

  • In event sheet 2 there is no tokenat, but now I see what you meant.

    Encapsule the tokenat expression with int() or float(). This will convert the string "0" to the number 0 (int will round to whole numbers, float will keep decimals)

  • It is probably better to just use a normal font installed on the system (or webfonts if you wanna put up with the load time every time). At least you can be sure that all characters will display. Sure, you can also only use Hiragana, Katakana and write everything with it like japanese kids would that just have begun learning the language, but I don't think it is optimal. Not to mention that that won't work for languages like Chinese or Korean.

    What's btw the best way to suggest Construct 2 to use fonts like in html.

    For example how to implement something like this:

    font-family:"?????? Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "????", Meiryo, "MS P????", "MS PGothic", sans-serif;

    (this list could probably be expanded by fonts installed on android/ios that support kanji)

  • Because Array.At(0) is 0 when you set text 2. You set array.at(0) to 5 only after that.

  • Okay thanks. I'm just worrying about performance, but maybe invisible/hidden sprites don't use up that much performance?

  • I just noticed my error, used c2_fix exe instead of start.bat. Sorry for the commotion ^^. Works like a charm as well.

    edit: no, it doesn't (I tested it on another pc where it worked, but now back to the first PC it is still not working even when I use start.bat)

  • Isometric tiles math.

    Yeah, but how to apply the path finding plugin to it. Is it necessary to create an invisible sprite + invisble obstacles in non-isometric view to the screen, run the pathfinding for the sprite and then translate the movement from the invisible sprite to the real unit we are supposed to see in isometric view? (this is for the case when someone wants the cell size of the grid to be the same as the tile size, so that basically only walking straight along the isometric tiles is allowed).

mindfaQ's avatar

mindfaQ

Member since 12 Oct, 2013

None one is following mindfaQ yet!

Trophy Case

  • 11-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

13/44
How to earn trophies