lionz's Recent Forum Activity

  • not checked the file yet but for a platformer game - system save and load should be simple and good enough, did you use this method ?

  • You do not have permission to view this post

  • set the turret variable on start of layout to a global variable value.

  • Spawn a bullet on the player gun imagepoint and set the bullet angle of motion to 180 if looking left and 0 if looking right. Whether you want a separate gun that's up to you.

  • Now I look at it more closely, you will know more about it than me. This project doesn't make use of standard pathfinding events and instead physics which is rarely used for top down game.

  • When you say clicked instance this narrows the possible instances to that one so you can't pick others with the sub event. You can try a 'pick all instances' before your sub event condition to open them all up to being picked again.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It should show a link? Then anyone can go to that link to launch the game as long as you are still running remote preview.

  • For what you are describing above in the screenshots you can open the function and check 'copy picked', this will keep the picked family object inside the function for use with the actions.

  • You can use ObjectTypeName to pick out the object name but it kinda defeats the purpose of using a Family.

    If your individual object does something on its own then just say mouse over that object instead of family.

  • I think that problem is based on logic of the current position during the race which was never really discussed. So they don't finish the race? Could you speed up the CPU so they finish, or wait? Or you could do - for each Racer ordered by current position, and not finished, set final position to global var and add 1.

    Also if that global var is stuck at 2 that means just 1 Racer completed the laps ? confusing. I would check the variable in debug view to see if it is adding 1 as racers finish and setting their final position. And what is cpu_alive ?

  • That url is broken goes to nothing. From your description though, multiple arrays doesn't sound like the best way. You can append button presses to create one string and compare it as matching a combo or that would be my approach.

  • I expected you to do it with Racers family that includes player and cpu, that will reduce risk of bugs. Also you should drop the trigger once and use the variable as the condition as mentioned above, either position=0 or finishedrace=false will do. Should be one easy line/event for everything.

    Does it stop at 4 when the player finishes and 2 CPU? It is always 4 ? Make the single event as I described with the fam and you won't have to track so many increases to the variable. The results screen is new, you can add debugging to find out if that does anything, maybe the picking is off. Reduce opacity of Racers that are finished to clearly determine who has finished and compare with the variable, do they match, and do this without the results screen first to find the cause.

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