Arima's Forum Posts

  • Perhaps I'm misunderstanding, but how I generally do it is:

    Event:

    5 conditions | actions to be performed each tick

         sub event:

         trigger once | actions to be performed once

  • Yaottabyte - Thanks! I apparently should actually make a thread about it though, because I don't want to other people's threads to get hijacked. ^^

  • I might be mistaken, but I think it requires pixel shader 3.0, and construct classic only supports 2.0.

  • tulamide - Thanks! Yeah, it's directly inspired by the battle systems of final fantasy IV/VI and super Mario RPG, along with the turn advancement being basically the FF active time battle system presented visually like how Grandia did it.

  • Awesome! I found it really useful in CC, so thanks Ashley!

  • Subscribe to Construct videos now
  • I don't think it's a good idea generally to completely start over, but refactoring is an important part of software development. I think you need to look at it and try to estimate the amount of hassle/work it would be or save refactoring it or not. For example, with my game, I started it before learning what families were. Refactoring the enemies code to use them saved me a ton of time and frustration. In retrospect, I should have taken the time to refactor everything that needed them.

  • I've tried to do the same - I would also really like an option in the properties to make the platform object only interact with objects on its layer.

    The only workarounds I've found or thought of are to either:

    1: use custom movement instead, requires a lot of events

    2: (haven't tried this, might not work) do something wacky using a combination of platform without solids and use custom movement for the collisions and events for the jumping (this will muck around with the 'is jumping' and such, though and probably is complex enough that you might as well use the custom movement entirely)

    3: actually have all the different layers displaced so none overlap, then have 'fakes' projected at the proper location.

    This is a feature I've wanted since the early days of CC. Ashley, any chance this could be put on that huge todo list of yours? ^^

  • I PM'ed you the link.

    The collision detection, at least in this particular .capx, appears to only be detecting one object at a time, resulting in enemy ships flying straight through laser beams unharmed as long as something else somewhere is getting hit by them.

    More description and such in the comment on the event sheet.

  • Are you sure the dialog box isn't appearing off the screen? Try resetting the dialogs in the preferences.

  • Ashley - Could it work instead like in CC where objects are fully created or destroyed at the next base event instead of at the end of the event sheet?

  • I don't think that's a bug, it looks like the aspect ratio of your screen is wider than the aspect ratio in the first picture. That results in more of the layout being shown. Even companies like blizzard have a problem with this when designing games like starcraft 2 - the lead designer simply said people with wide screens will have a bit of an advantage by being able to see more of the map.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • tomonw@scirra.com is in fact the address to contact. I don't know what error occurred, but I also assure you it was not intentional! Sometimes errors happen.

  • Yeah, I tried the inverse - I didn't have java installed to minify, but that didn't help either.

  • Wink - I don't think it'll make a difference, that's the same thing that happened on my tests as well, and I was hosting it on a paid server.