dop2000's Recent Forum Activity

  • You can adjust bullet speed, when bullet is spawned set bullet speed to (self.Bullet.Speed+Player.Platform.VectorX)

    You should probably do this on every tick, otherwise the bullet will continue to move too fast or too slow when the player stops:

    set bullet speed to (self.BaseSpeed+Player.Platform.VectorX)

    Also see this post for more examples:

    construct.net/en/forum/construct-2/how-do-i-18/constant-speed-129201

  • You are editing "On timer" event, parameter Tag should contain a string tag of the Timer. Duration expression returns a number, that's why you are getting this error. Why do you need it here anyway? If you want to compare timer duration, this should be in a separate condition, for example -

    System compare two values: Sprite.Timer.Duration("tag")>5

  • Great analysis, !

    Yeah, I miss the flexibility of the old functions, where you could pass any number of parameters and let the function to decide what to do with them..

    .

    I want to add one small UI issue - when you have lots of functions in the project, "Set return value" action becomes buried in them:

  • One other odd thing I noticed - you need to enter at least 100 characters into the short description field, and then when the game is published, it's not shown anywhere.

  • The game is now available on Scirra Arcade:

    construct.net/en/free-online-games/damaged-controls-4173/play

  • Move "Subtract 1 from ATES" before "Wait 2.5"

  • With my code this should not happen. Notice I used "System For Each Arrow", it's important here.

    If this doesn't help, you'll need to post a screenshot of your events or the project file.

  • Your explanation is a bit confusing. So you are not using Pin behavior?

    In this case:

    Arrow on collision with Enemy
    Arrow compare variable EnemyUID=0
    	-> Arrow set instance variable EnemyUID to Enemy.UID
    
    
    Every tick
     Arrow compare variable EnemyUID>0
     System For each Arrow
    	Enemy pick by unique ID Arrow.EnemyUID
    		-> Arrow Set position to Enemy.ImagePointX(1), Enemy.ImagePointY(1) 
    
  • No, you can't do it this way.

    You can change the color from white to green with "Set color" action, or by applying an effect (Tint, Set Color or Replace Color), or using BBcode. Not all of these methods will work with black outline, so you'll need to experiment.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Have you seen this template?

    https://editor.construct.net/#open=fireworks

  • No need to thank me, that's a built-in template in Construct.

  • Why do you need UIDs here? This should be enough:

    Arrow on collision with Enemy -> Arrow pin to Enemy

    .

    In case later you need to destroy the Enemy with all arrows in it, you can do this:

    Enemy on destroyed
    System pick Arrow by evaluating Arrow.Pin.PinnedUID=Enemy.UID 
    	-> Arrow destroy
    
dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 260 followers

Connect with dop2000

Trophy Case

  • 8-Year Club
  • Entrepreneur Sold something in the asset store
  • 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
  • Forum Unicorn Made 10,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • 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
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x13
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

28/44
How to earn trophies