lionz's Recent Forum Activity

  • Not enough info, what do you mean?

  • Yes I would advise the same, make your own custom buttons.

  • Well you answered your own question. The sprite should be fine though, what problem are you having? There is a mouse cursor is over object condition.

  • Yeah if you use a Family which contains all objects or you won't know which object type to pick.

  • You can pick it by UID where the UID is stored as a global variable. If you want to give it a name you can use an instance variable str on the object.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If they are the same object as the original bullet then any other general gameplay events will affect them so you'll have to check. Do you have an event that tells the enemy bullet to go somewhere like towards the player? If not can you share a screenshot of the bullet splitting event.

  • Angle is different to the bullet Angle of motion, although they can affect each other if the Set Angle option is ticked on the behaviour. If that all looks correct then check where you set the angle, it must be in the action immediately after the spawn object action so they remain picked correctly.

  • The randomness comes with using choose. I think if for each location you set a choose() with the possible enemies it is not a lot of work if you know the choices already. Also under each location comes the size, it make sense to run an event for each location.

    e.g. ...

    if location=1, repeat 3 times, push choose(enemyA,enemyB) to back of array

    if location=2, repeat 4 times, push choose(enemyA,enemyB,enemyC) to back of array

  • If the enemy values must be 1,2,3,4 then use choose(1,2,3,4), 4 separate values. Or use enemy names, it might be easier.

  • If there are not many locations then you could just run events by location, if loc=2, repeat 3 times push back of array choose(1,2,3,4). I can't see a need here to make a function that reuses the code for all locations, might as well just force it with enemy types in the 'choose'.

  • No idea, it's corrupt or something. You download it and tell me if you can open it on your end.

  • Your actual file is broken it won't open

lionz's avatar

lionz

Online Now

Member since 5 Aug, 2013
Last online 17 Jan, 2025

Twitter
lionz has 72 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