orugari's Forum Posts

  • This topic was open to talk about the tab "All" of tutorial section. Not about every pages of tutorial section.

  • Dear guys,

    if you didn't notice, you are in a topic that speak about a specific problem.

    Can you not kill this topic with your questions? Especially if you are asking the same thing over and over. This is in a way, very annoying.

    Thanks.

  • Thank you so much for all of your informations, I really appreciate. Also, I guess, working on a 128x128 then reduce it to 32x32 (for example) to get more details is acceptable?

  • I am still having the problem but I noticed that it was just a css thing:

    ul.tut-lang li on line 94 from all.css work better and nicer with this: padding: 7px 10px 7px 50px; using chrome.

    Also if I may, I'd like to make a suggestion. The All page is pretty slow to load, does it not overload the server? Maybe limit the number of line to display by displaying buttons 0 1 2 ... a b c ... y z and able to filter the list from a keywords input.

    I hope I could help

  • I see,

    so no matter your window size, everything start from your grid size (Xeodrifter is for example, 42x42 for a 1200x720 window, so no relation). Everything is just a question of style then. Sprite of the player / sprite of level.

    So to make it sure, when you say "the camera is farther away" technically, it means that the tile is smaller, right ? (and so the player sprite) Because both games have same size (256x239)

    hum, really hard to find a good identity!

    3 examples of different character size, yet same window. I think I will focus on programming and try to find a partner ahah

    Thank you for your answer !

  • Hello everyone,

    I am here to talk about size. And when I say size, I want to talk about relation between screen, window, layout, margin and sprites size.

    Until now I was always grabing sprites from somewhere, buying it or asking it. My project were based on Construct 2 Start Project.

    I want to understand relations between all of that. Is there a good ratio to keep between sprite size and window ? When I am playing pixel style games, I always ask myself: "is each square are pixels?" "Has this sprite been resized?" "Did they work on this window size?"

    But now that I am trying to make game, other questions are coming. "What is the best sprite size, for what windows size?" "Should I work on big sprite and then resize it?"

    Let see two games. I let my desktop size to see how the game is from a 1080px screen:

    Pixel seems a bit shady, is it an effect, or is size is bigger than the original pixel size?

    Then this game:

    Now I can clearly see pixels, but, is one square = 1 pixel?

    Game's window is slightly the same but pixels seems different.

    To make simple, for a 2d pixel style game, what is the best ratio window, layout / sprite size? Any ideal grid?

    Thanks a lot for reading my topic!

  • Oh I didn't know about server issue! Well, I know what is to fix things like that so yeah, good luck Tom !

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi guys,

    I "think" there is a problem in the tab All from the tutorials page:

    Using Chrome!

  • Oh I see!

    Crap, internet can be really mean. isn't the "I am not a robot" from google not enough ?

    Anyway, I wish to the crew and members a happy new year !

  • Hello,

    I would like to edit one of my tutorial but when I hit the Edit this tutorial link, it brings me back to the top page of tutorials (https://www.scirra.com/tutorials/top).

    Thank you for your attention.

    Sincerely,

    orugari.

  • Hi there,

    I was wondering why, but I received something like 30+ mails saying there is discount on bundle. Even after clic on unsubscribe, it was still coming. I don't think this is scam because all links was heading to "https://www.scirra.com/" so would be nice to check your script !

    See ya !

  • Hello there !

    I think I have a problem with the setup ofIntel SDK. When I download it and launch it, I have the window showing it preparing the installation (it should create a folder with a setup.exe ? ) but nothing at all happend. In the current folder or temp folder. There is no new file create on my computer.

    I'm using W7 and giving administrator right does nothing. If someone could share the extract content I would be really happy !

    Thanks !

  • Hello there,

    Actually I have two question inside one. First is : Is it possible to create a theoretic area (in any shape) with variables ? for example x1 y1, x2 y2, x3 y3 etc.

    It is not the same way to use an overlapping because it is not an object. (Exactly the same usage of the <map> / <area> tag in html)

    Then, I'd like to know if there is a way to know when an object (in a way, the x and the y of the object) is inside this area.

    Thank you so much !

  • Aw that is a very nice idea!

    Thank you for your help !

  • Hello,

    The behavior Anchor works fine but, on a plateform game, it appear to be "shaking" and not smooth as an every tick event... Is there a reason why?

    Or can I simulate Anchor behavior to be smoother?

    Thank you !