Rory's Forum Posts

  • Looks good! Reminds me of the tank game from the old NES days!

  • The same with every other game, start by planning.

    Any kind of game is possible with C2, but try not to target such as large scale project too early on without much experience with the engine!

  • I would love if there was an "Apply to all instances" button for each property!

  • It's been suggested before, I just don't think its going to be coming anytime soon. Shouldn't really be a priority in my opinion.

  • Make a light source object and a black square object.

    Set the black square object's height and opacity depending on the distance from the light source.

    Pin the black square object from a point at the bottom of the black square object to the shadow casting object and set its angle to the opposite direction from the light source using Angle().

  • Ah, I do get it now. Sorry for the confusion man!

    I really sucked at the logic behind that <img src="smileys/smiley5.gif" border="0" align="middle" />

  • 1 and 0 have the added bonus of toggling in an expression: set X to 1 - X.

    sqiddster I know, I'm saying that Setting X to 1 - X when X is 0 would be that you get 1 - 0, which is still 1.. am I missing something <img src="smileys/smiley3.gif" border="0" align="middle" />

  • Changes in the engine and how things work generally will definitely cut off support for capx files from older versions. It's up to you to have the older version to learn from those older versions and make it work for your game or for others to port it over to the latest version!

  • Yes, you can hoanganh17, the license also includes all future updates!

  • [<:o)] This is way better anyway.

  • I'll try it out just for fun!

  • Awesome, C2 is still the cheapest HTML5 game engine I can find.

    I bought it only after winning competition money with a game I made with C2, if you are good at what you do (with C2) you can find ways to earn the money back!

  • sqiddster If X = 0, 1 - X is still 1 :P

    I think you meant,

    X = X - 1

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • anthonykojima There's lots of good tutorials online, I learned the most from these (More tutorials in his dA Profile). I'll be writing some tutorials for the tutorial section soon as well. Thank you for the nice comments.

  • Very nice, simple gameplay.

    Graphics wise, could be improved a lot.

    The blood has a weird white border, probably from bad transparency or cropping.