lionz's Recent Forum Activity

  • I've been exporting for cordova this week and it seems fine to me.

  • You do not have permission to view this post

  • Are you familiar with global layers? The issue is that you have several quit buttons on screen and some are invisible or hidden below. The cause is because you are using global layers incorrectly.

    When you use a global layer you can leave the UI in one layout and it follows through to the other layouts, if you create the objects in every layout then it will duplicate them. The idea of it being global is so you can easily make the HUD once in the first layout and it follows through. You do not need to make a volume / quit button in each layout. If you run in debug mode you can see the several instances of buttons that exist.

    Also the reason they are hidden is because you have different hierarchy and number of layers per layout. If you are using global layers you should be using the same number of layers so that the global one has the same ID/number and name. i.e. Mobile UI layer could be 5 in each layout and should alter its position

    So 2 things to fix :

    - remove any objects that appear in a global HUD layer from all the layouts except the first one they appear

    - make sure you use the same number of layers in each layout and they are named the same and in the same order

  • You do not have permission to view this post

  • Yeah like that latest example above, you can use instance variable on the spaceship to pick the weapon.

    If var=1, shoot minigun projectile, set firerate to 0.25

    If var=2, shoot missile projectile, set firerate to 2

    Then you set the variables at the point in the game where it needs to be decided which guns they are using, or you can alternate during the gameplay.

  • Sorry to jump in on this but I feel like you could've avoided using multiple turret behaviours on one object, which is confusing. You can instead use the turret behaviour, and based on an instance variable on the spaceship, determine the rate of fire and whether its firing a minigun projectile or a missile projectile.

  • Export to android is fine and there is a ton of documentation to guide you through it and publish to Google Play Store.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • isPlayer variable is set to false on the town layouts.

  • This seems rather simple so I'm not sure why a tutorial would be made for this. It is a matter of clicking a sprite and setting other sprites or possibly grouped objects in a family visible/not visible. You could make use of variables, when you select the tank icon it has an isSelected boolean which is set to true, when this is set to true then the vehicles are made visible. When you click the other icon, you hide the vehicle objects and make the other objects visible. Assuming the menu always has the same layout then it is easy to set up. If the icons move around then it becomes a little more difficult.

  • For it to move like space invaders you can do something like, sprite on collision with waypoint, sub event : system pick all sprites - apply angle of motion, because they always move across and down together right? Don't use a function or a for each.

    Some info on functions, when you try and apply the bullet stats to your heavy object it is not actually picking correctly, I know it implies that it would run the function for the one that collided but it doesn't and the function is separate. You can pass through the heavy objects UID as a parameter through the function, then on the function you say where sprite.UID=parameter 0. That way it will pick the object that triggered the function, but you don't need a function here.

  • 'Scroll To' behaviour on the player

  • This doesn't accomplish too much, there is already a construct discord run by staff.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 73 followers

Trophy Case

  • 11-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

24/44
How to earn trophies