mOOnpunk's Recent Forum Activity

  • I tried the demo and there seems to be a lot of visual issues.

    First when you click the play button at the bottom, the menus are empty of icons, then the icons appear for a split second outside (as though they have just been loaded in the middle of the frame), then they appear in the menus.

    When you click the ui icon on the desktop the same thing happens with the text. Also you can see the text moving as the window resizes itself with easing. By opening and closing them quicky it becomes quite noticeable.

    I think what you have done is great, but i don't think based on this demo it can be used for a professional game in its current form.

  • If you're talking efficiency, when ever you use a foreach object, you should put it last in the conditions list of the event line.

    The difference is at the top it will loop over all objects and the actions will apply to any object that meet the conditions below it, where as if its on the bottom it will only loop over the objects that already meet those conditions.

    It wont make any difference with a small number of objects, but if you happen to be using hundreds or thousands of objects then it makes a difference if the conditions only apply to a few.

  • Wow impressive.

  • The excellent 3d object plugin is free now.

    kindeyegames.itch.io/c3-3dobject-alpha

  • You could have a value in the array which specifies which region a tile belongs to, then check tiles per region only when you need to.

    You would have to set this value before the game begins manually though.

    Also be aware that when it comes to foreach loops doing

    array = 1,

    foreach

    is more efficient than doing,

    foreach,

    array = 1

  • Its hard to say without seeing your code logic for determining how an enemy ship is destroyed.

    The ship has to be singled out in some way, whether its on a Collison check with a missile and health is below 1.

    Or check all healths of enemy ships like; enemy ship health < 1, for each enemy ship, destroy enemy ship.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • wow crazy.

  • Do empty array slots take up resources? I dont know.

  • You just match the x and y tile id to the x y position in the array, and use the z slots 0, 1, 2 etc to store the values. You just need to keep track of what the values relate to for each slot.

  • Are you wanting to make it fully 3d like the later games, or like the original with an 360 degree image?

    You could do both full 3d environment or, i think there's a plugin for 360 image.

  • Is it possible to have objects associated with a dialog box clip when they move outside of the boxes edge, so objects can be scrolled without the need for doing force own texture and destination out?

  • Nice videos. Seems like a well thought-out design so far.

mOOnpunk's avatar

mOOnpunk

Early Adopter

Member since 29 Mar, 2017

Twitter
mOOnpunk has 2 followers

Trophy Case

  • 7-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

13/44
How to earn trophies