oosyrag's Recent Forum Activity

  • If you really want to refactor your actions, you can set x/y offset instance variables for each piece, then loop through each piece to set their position based on their instance variable.

  • A. Match all their origin points together.

    B. Use imagepoints, and spawn objects on imagepoints.

    C. Use position each object individually. Nothing wrong with 30 actions.

  • Ok so there's 3 parts to this: displaying an array, modifying arrays, and saving arrays.

    It sounds like you have a solution for displaying, so I'm not going to touch on that much, since there are many different ways to do so depending on how you want it too look and feel.

    My main advice would be to use seperate 2d arrays instead of a 3d array, since you want to be able to modify them individually. For example in your fifth point, you want to remove an item from one array upon adding it to another. If you were to delete the xth row in a 3d array, it would delete that row across the entire z axis as well.

    So start with organizing the arrays you want as seperate objects, displaying them, and modifying them as needed as 2d arrays.

    For saving, you can get an entire array's content as a string with the array.asjson expression. Save this string to a local storage key for loading later with the array object's load action.

  • You can only sort by x where y and z are 0.

    To get around this, you can use a helper array as an index of whichever axis you want to sort by, and reference the main array through that.

  • I don't mean to be rude but I did read through that twice... What was the question you wanted to ask exactly?

  • There is a create object action under system.

    If your spawn object event isn't running, there is probably an issue with your conditions. The best way to get help is to show what you did in your event. You can right click the event and click copy as text to share on the forums, or take a screen shot.

  • Yes, you can simulate it as xcom did, but do note that it was extremely math heavy and not going to be very accessible for a beginner.

    It depends on the scope of what you want to do really. Xcom actually simulated the path of the bullets and elevation and collision with intervening objects in a 2d engine. If you don't care about that then it should be significant easier.

    killscreen.com/previously/articles/can-beautiful-beleaguered-isometric-perspective-make-comeback

    As far as your specific requirement, no you won't be able to have 3d models in a 3d terrain. What you can do is like in Starcraft, model the units in 3d program, and export sets of sprite animations facing different angles to display in your 2d game.

  • I imagine 8 direction with some custom events to handle gravity might work well for this.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Check out the "spawning enemies" section in the Space Blaster example under intermediate examples.

  • Apply an additional downward force on the origin of the relevant object via events manually.

  • Looks pretty smooth to me, although each line can be differentiated if I look closely. Check your pixel rounding and sampling project properties. Or could be a scaling issue.

oosyrag's avatar

oosyrag

Online Now

Member since 20 Feb, 2013
Last online 19 Nov, 2024

Twitter
oosyrag has 38 followers

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

21/44
How to earn trophies