lionz's Recent Forum Activity

  • Hello! I am making a hypercasual game which is very basic but gets somewhat addictive on mobile. I can't think of a theme though, basically a reason for the As and Bs to go in different directions and for bombs to exist. Check out the link and I'd love to hear if you have any thoughts on a theme that may work.

    dreamy-wing-88681b.netlify.com

  • It's because you have some logic under the on start of layout events where you set the enemy_heli_move instance variable to the district area you are overlapping therefore the heli is always in its correct district therefore it will never rotate to face any other district.

    edit: just realised you are saying the problem is that the variables are not assigned correctly, looks fine to me.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So your question is what size are mobile screens? Pick a landscape or portrait orientation, my guess is landscape for a board game. For screen size you target aspect ratios, for newer phones the common one is a 16:9 resolution, for a tablet a 4:3 resolution and some of the older phones use a 3:2 resolution.

  • Did you try overlap? If object is overlapping terminal, set global var to true else set false. If else is tricky to use because you are new, you can use if object is NOT overlapping terminal by inverting the overlap condition (right-click event - invert)

  • On tap is a trigger event which will trigger once after a tap.

    Is in touch is not a trigger event and will trigger the events as long as you are touching the object.

  • Yes, see the comment above. The turret is facing the enemy in terms of angle, just not visual. The front of the turret image should be facing to the right in the layout, it is probably facing up.

  • You do not have permission to view this post

  • Do you have other enemies off screen?

    Does the turret seem to follow the enemy with movement even though it is not facing it?

  • Looks interesting, let's see some gameplay. :)

  • It should retain the values, my guess is your End Game layout is using an event sheet which has logic 'on start of layout set global variable to 0' or 'reset global variables'. Did you add any logic like this?

  • Looks interesting, good job! I would say that the player looks like he is being punished by gravity when he jumps, as though the character is really heavy and maybe that would be frustrating to play but if that's the design so be it. Also there's something odd about the camera, it drifts too much and takes too long to follow the player, although this could be intentional again, I'm just pointing out what would be frustrating to me.

  • I feel like they should be sub events of the on created event but they're not, so I'm not sure how it works at all, you change the variable when a pillar is created but what prompts the create object actions?

    Also checking against a global variable changing as you're creating objects seems risky. Better logic I think would be to have an instance variable on the pillar, on pillar created set instance variable to choose(1-9) so you know exactly what is has been assigned, then on created as sub events you check if instance var =1, 2, 3 >4 etc, you don't need trigger once or pick last created conditions.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 79 followers

Trophy Case

  • 12-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
  • Forum Wizard Made 5,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
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

25/44
How to earn trophies