lionz's Recent Forum Activity

  • End of layout triggers when you are going to a different layout so why would you expect to restart or see the current one has restarted ?

  • It's not really a noob question because you've started by taking an advanced template and tried to tweak it but this is not really the way to learn Construct.

    From what I can see your bullet is using 'animation speed', when it should be using the variable 'speed' which comes from the Family so you have to add waspbullet to the Family and use 'speed'.

    For the movement of the enemy it is up to you but you will notice the ship is using 8 direction, not something you mentioned or tried yet, so enemies could use 8 direction also and move about the screen.

  • You first need to set up your own controls rather than default, then you can disable the key assigned to accelerate with a variable. For future posts please add more info in the initial post such as I am using the Car behaviour.

  • Add to a global variable which is the score then say, on the left conditions system compare variable, score great than some value, then on the right side actions, go to layout 'next level'

  • That event for setting the variable is on its own running constantly, that's meant to be a sub event right ? Or show us the full event

  • On the condition add globalvar=0 and a trigger once, then at the top of the actions set globalvar to 1 and at the bottom of the actions set global var to 0.

  • Try 'Persist' behaviour on the object. This means it will remain destroyed when you re-enter the game.

  • Ah ok can't assist then, I don't know how that third-party plugin works I just use what Construct has to offer.

  • Maybe replace the numbers with items to collect instead because there is not much challenge with combining those numbers

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You just move the sprite to self.x+value and back, repeat a few times.

    You can make a basic attempt by doing something like this

    set to self.x+10

    wait 0.1 seconds

    set to self.x-10

    wait 0.1 seconds

    set to self.x+10

    wait 0.1 seconds

    set to self.x-10

    Or you can put it in a function, replace the 10 and 0.1 with parameters to define the distance and how quickly it shakes.

  • You can share the file I will try and block out the ability to pick up items

lionz's avatar

lionz

Member since 5 Aug, 2013

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