NetOne's Forum Posts

  • Ok man , you should share a project then more people will pitch in. I still dont understand this flickering you are talking about. If you delete the "on space bar pressed" condition in my project it will generate every frame. 60 times a second and no flickering. I never used tokenat before either so good for me to learn!

    Anyway England are through so all is well.....

  • What you mean?

    here no flicker.

    drive.google.com/open

  • a bit ineficiant but so you can see how it works

    make a text input field

    and a text (output)box

    then

    + System: len(tokenat(TextInput.Text, 1, ".")) = 0

    (This counts the characters after the decimal and checks if = 0)

    -> Text: Set text to tokenat(TextInput.Text, 0, ".")&"."&tokenat(TextInput.Text, 1, ".")&"000"

    (If true then this sets the text to the characters before the decimal + a decimal point + 000)

    Then just repeat for 1 2 3 i.e more characters after decimal less 0s

    + System: len(tokenat(TextInput.Text, 1, ".")) = 1

    -> Text: Set text to tokenat(TextInput.Text, 0, ".")&"."&tokenat(TextInput.Text, 1, ".")&"00"

    + System: len(tokenat(TextInput.Text, 1, ".")) = 2

    -> Text: Set text to tokenat(TextInput.Text, 0, ".")&"."&tokenat(TextInput.Text, 1, ".")&"0"

    + System: len(tokenat(TextInput.Text, 1, ".")) = 3

    -> Text: Set text to tokenat(TextInput.Text, 0, ".")&"."&tokenat(TextInput.Text, 1, ".")

  • Actually I am being stupid.

    Zeropad pads to the left. You need zeros to the right.

    So I am now thinking just count the chars after the decimal then add zeros as nessesary.

    hmm let me see...

  • deleted bad answer

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • don't know about single html file

    but you can wrap the nwjs output into a single .exe file with something like Enigma Virtual Box . with no performance issues whatsoever. (though there are restrictions on leaving files (eg save files) on the user's machine)

  • first power up ! so excited - DOUBLE SHOT

  • Good point, its like the fonts change from bold to not bold.

    I much prefer the initial thicker fonts much easier to read.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Well you can count me in for a pre-order !

  • Dude , that looks sweet. And the drifting physics / motion looks spot on. Looking FWD to play!

  • as always graphics are place holder and yes I have gone back to HD and horizontal shooting. That is final now. No more arguments.

    excuse the spaceship. My daughter discovered fimo ( I think it is called) and i couldn't resist. it is like fancy Plasticine and before you start trolling my complete lack of modelling skillz try it your self. it is impossible to work with I dont know how people make such good stuff with it.

    My daughter has said she will do a nephilim for me as a boss. I cant wait to see it. once I get the plasticine boss in I will tidy the game up, fix the background and put up a one level prototype

    that would be a good milestone.

    LINK to Video.

    drive.google.com/open

  • Construct 2 layout max zoom out is 10 %

    Construct 3 layout max zoom out is 1 % (much much better)

    On 22in monitor that ~ 50,000 pixels high layout

    On 27in monitor that ~ 100,000 pixels high layout

    100px = 1 m

    = 1000m mech !

    =BIG