Airlinefood's Forum Posts

  • 4 posts
  • Having the same problem after running the nw.js icon updater as well on the most recent C3 build. The games exe and icon updater will trigger active virus software, if and when the icon updater is ran, otherwise running the exe (*in my case) without updating the icons caused no issue.

    Never had this problem when running it before.

    This false positive occurs across different virus suites/databases as: .Trojan:Win32/Bearfoos.B!ml

    Surely there has to be a better solution then reporting it to each individual vendor, specially if this is a general problem native to construct or nw js?

    Tried using resource hacker to change the games icon with no luck, and its seems counter intuitive to be spending additional time and resources to solve a problem caused by the out of the box solution bundled in the software I am paying to access. How is this not a C3 problem, when the problem occurs naturally from using the product as intended?

  • This is really well done, congrats on your work so far, the menus/ ui are very impressive.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Try this:

    45 * int(random(0,7))

    I think something like this should help!

    Thank You very much for the quick response! This did work, though I had to change it to (0,8) to have the ball go towards a up and right angle.

    Your help is greatly appreciated <img src="smileys/smiley4.gif" border="0" align="middle" /> !

  • Hello there, at the moment I am trying to figure out how to make an object move in 1 of 8 random directions on key release. The object is a ball, one that uses bullet behavior to effect its movement. The direction I need to move the ball in are 0(360?),45,90,135,180,225,270,315(for example).

    I need this ball to randomly go in one of these said directions on ever key release. I am currently using the random(360) expression for the sake of moving along, but it would be more fitting of the mechanics I am aiming for to have the ball move in only 8 possible directions. Any help would greatly be appreciated <img src="smileys/smiley1.gif" border="0" align="middle"> ! Thanks in advance for any help!

  • 4 posts