danul777's Forum Posts

  • yes you can. Look on the left side.

    Or click on an empty space in the layout.

    in the properties bar click on project properties.

    scroll down and you'll find it

    sorry. but its didnt help. the quallity get worse

  • > How many threads are you going to create with this same topic?

    >

    > Please take care or I am going to start locking/deleting your multiposting.

    >

    Annoying, right? xD

    lol

  • In the 'Configuration Settings' just set 'Sampling' to 'Point' instead of 'Linear'.

    Then you have to recreate those objects to apply this change on them.

    can i do it with the free edition ? ( i cant enter the Configuration bar)

  • Pretty sure if you upload to something like dropbox, then remove the www so it begins with dropbox.com/XXXXXX

    thanks

  • danul777

    Why have you started a new thread when you already have an existing thread that this .capx relates to?

    Creating a new thread with an unrelated title and posting the .capx here is just pointless.

    fixed it. thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi everyone. i made png paintings with gimp. in C2 they look in bad quallity. its look better just when i change their size to smaller.

    how to make that the paintings will look good in their orginal size. (the window size is 1280x720), (the layout size is 2560, 1440) ?

    capx:

    dropbox.com/s/xda0udt1csnwgz8/my%20paintings%20doesnt%20look%20good.capx?dl=0&preview=my+paintings+doesnt+look+good.capx

  • dropbox.com/s/xda0udt1csnwgz8/my%20paintings%20doesnt%20look%20good.capx?dl=0&preview=my+paintings+doesnt+look+good.capx

    just cheack if its working

  • Hi everyone. how can I upload capx files ? ( I dont have enough point to upload url )

  • Hi everyone. i made png paintings with gimp. in C2 they look in bad quallity. its look better just when i change their size to smaller.

    how to make that the paintings will look good in their orginal size. (the window size is 1280x720), (the layout size is 2560, 1440) ?

  • See:

    https://www.scirra.com/blog/112/remember-not-to-waste-your-memory Remember not to waste your memory

    https://www.scirra.com/manual/183/memory-usage Memory usage

    https://www.scirra.com/manual/134/performance-tips Performance tips

    thanks

  • >

    > > HI everyone. i want to make hand drawn art for my game. what is the best size for images to not harm memory performence of the game?

    > > bat not harm the quallity of the images (sorry for the bad english )

    > >

    >

    > It depends in your layout size and window size in which size of your graphics will match. But it really depends in the number of instances you are gonna create. For example...

    >

    > If I were to make a HD Game of 1280x720 px(Windows Size) in landscape orientation and every Tile is sized 128x128px. It will be okay if I create a layout that is small like (3000, 3000) or (6000, 6000) max and object count is limited to 200 to 100 or below (mostly tiled backgrounds) but If I were to use Tilemaps then it will be another story(It will be a lot lesser). I know that by looks of it, it looks so many but if you include everything that your game needs for an Open World Platformer game then it is already enough and can be optimized. I know cause I tested it in my phones, if they are WebGl supported then it will surely run 50 to 60fps Crosswalk.

    >

    > My point is, that if you have bigger images then limit the object count but if you have smaller images you can have a little bit more instances.

    >

    > Mobile Game Screen Ration 16:9 HD - Windows size (1280, 720) and make tiles(repeatable images) according to the size you want to be seen in your game.

    > Examples:

    > *(32x32)

    > *(64x64)

    > *(128x128)

    > *(256x256)

    >

    Windows size (1280, 720) 16:9 is also HD and retains very good quality even in Desktops.

    thanks a lot . your comment very helped me.

    do you know how to make the game looks in hd?

  • HI everyone. i want to make hand drawn art for my game. what is the best size for images to not harm memory performence of the game?

    bat not harm the quallity of the images (sorry for the bad english )

  • Would this work for you?

    on key pressed

    > ship spawn bullet

    > bullet set angle 0 degrees

    > ship spawn bullet

    > bullet set angle 45 degrees

    > ship spawn bullet

    > bullet set angle 315 degrees

    There are ofcourse ways to do it with repeat 3 times and such, but basically this should work..

    thanks worked

  • Hi everyone. i make space shooter game. How to make that the enemies will shoot 3 bullets to 3 different directions?

  • add a condition "is not flashing" (is flashing inverted) to the events that harm your player?

    thanks its worked