shinkan's Forum Posts

  • Yes. Tiles start at 0,0 on top left corner. Easiest way to count them is to make a simple action

    tileXY.capx

  • That's strange. I did some test before I wrote my last post and it worked fine. I did test it again few minutes ago and still works fine. Alt+F4 just closing opened window without running preview on my side.

  • Yep, almost the same as lennaert. 16-20fps in Chrome when I start the game and do nothing. If I select some units - doesn't matter how many, and move them to different place fps jumps to 38-46.

  • No issue here. Pressing alt+F4 is closing windows only without running preview.

    btw. You can press ESC for most of panels and windows in C2, and it will close them as well.

  • Use distance(x1,y1,x2,y2) expression to control opacity.

    Edit: I meant to say use distance to control size! But probably after reading last word about disappearing I've put opacity instead of a size. Sorry about that.

  • I think it's a bug.

    If you move your mouse over last tile in every row you will see Mouse X is between 224 and 256. But TileToPosition(mouse.X) will show 7168 and 8192.

    Even if you do TileToPosition(mouse.X)/32 - where 32 is tile width then it will be between 224.5 and 256.5.

    So using TileToPosition(mouse.X) will result mouse.X*32

    and TileToPosition(mouse.X)/32 will result mouse.X+0.5

  • You can change it if you want like this xD

  • Easiest way would be to add instance variable to sprite1 and use it to control which one you want to move.

    If you add instance text variable for them called "name" you can then assign different value for each object, for example: "obj1", "obj2", "obj3"

    Then in actions you need to make a condition. If sprite1 "name" = "obj2" -> move this object

  • There is a condition "Pick top/bottom".

  • Hey Blue is alright, but why not Green - like menu on top of the page to make all same consistent style? and you know... green is a peaceful color, might make some edgy people calm down ;P

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Most of your found issues are already listed on the first page of that topic. Read before you post same issues.

  • Can't test it. Every time I run CC file it freezes my pc, hmmm :/

  • Different image inside sprite, or different animation?

    If you only want to change current animation or animation frame you can do that in properties windows on the bottom left while Sprite object is selected.

    Cloned sprites are different objects If you have actions for Sprite1 and you cloned it to Sprite 2, actions will work only for original sprite1.

  • If you clone one sprite object called "Sprite1" it will make new object called "Sprite2". But if you copy "Sprite1" it will then create new instance of same "Sprite1".

    And that's what I did. And same you did with Buttons.

  • I thinks that's a sweetest Cthulhu I've ever seen haha