Sisyphus's Forum Posts

  • Try this tutorial, don't aim to resolution, better aim to aspect ratio.

  • Maybe you can preload audio after loader layout?

  • I wonder if this (see picture) would work without using physics behavior (revolute joint).

    But I do not know how to calculate the angular velocity/speed of the object if it is hit by a projectile or hits a static platform.

    Thanks

    Why you don't want to use physics behaviour? It's a lot easier than doing yourself the things that physics behaviour done by default.

  • Hi there!

    In december I bought Construct 2 on Steam. I'm using it in my free time and it's AWESOME!

    I was trying some of the examples here on the site but it seems that the steam version of construct isn't the same available here on the site.

    Can I also redeem a Personal License here on the site from my steam product?

    Thanks!

    Sorry, i've made a mistake i guess, you need to email here

    Doublepost for make op alerted.

  • Hi there!

    In december I bought Construct 2 on Steam. I'm using it in my free time and it's AWESOME!

    I was trying some of the examples here on the site but it seems that the steam version of construct isn't the same available here on the site.

    Can I also redeem a Personal License here on the site from my steam product?

    Thanks!

    You need to email this question directly to scirra here

  • Yeah but what if at some point, op will need some negative values?

    Now he knows the difference

    If so, then he got to use int for sure.

  • In this example is the same but int() and floor() are quite different. For example:

    floor(-10.7) = -11

    int(-10.7) = -10

    Sure, i'm not saying that they are the same, but if op use them for displaying score, that is frequently greater than 0, he can choose between them.

  • Actually, it's opposite of ceil, not round, floor does round a number downward to its nearest integer.

    I can't see a real difference between floor and int in that case. int(100.9995) and floor(100.9995) are still 100. So floor can be used too.

  • It's called float number, use integer.

    int(variable)

    floor is not integral, it' s opposite of round.

    I was so hurry that just write first that comes to mind

  • You mean that you have a number like 100.5? Use action Set text(or what you setting) to floor(ScoreVariable).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i know this but on the loader layout the loading of the others layout is automatic ?

    No, you need to add event - On loader layout complete > Go to layout, and choose the layout.

  • The advantage of a loader layout is that I can preload the sound before the game starts.

    because the loader by default loads only images and code.( i think)

    what is the command to load the layout 2 from the layout 1 (loader layout) ?

    On start layout 1 > ?

    Thank you

    On start of layout > Go to layout 2, read this tutorial.

  • the length of the bar to fit the size of the logo but the height ?

    I don't know really, you can try to set different values there, but i can't help you with this, sorry. And don't forget to make a backup

    Better make a loader layout, that's a lot easier than messing with css

  • progress bar that appears on load of project when previewing

    Hm, i guess you got to make your own loading layout, there's no option to customize the default loader in c2 editor. Possibly you can edit c2runtime after export, but better don't do it.

  • What progress bar do you mean? Progress bar object from form controls?

    [attachment=1:2o2g44lq][/attachment:2o2g44lq]

    Or progress bar that appears on load of project when previewing?

    [attachment=0:2o2g44lq][/attachment:2o2g44lq]