dop2000's Recent Forum Activity

  • You need to change animations on Platform events, not on Keyboard events.

    Try something like this (screenshot from someone else's game):

  • You can make this image invisible, add Timer behavior. On start of the layout set Timer to random(10,30) for example.

    On Timer event set image visible, wait 2 seconds, set invisible or destroy.

  • What happens if you press Left or Right in mid-jump?

    You need to add another condition to those events - "Platform is on floor"

  • When you use "System-> Create", this creates an instance of your object, which inherits all behaviors, instance variables, effects etc. of the object. So if your block sprite has Physics behavior, all instances of this block will also have this behavior.

    When a new instance is created, all its properties are copied from the very first instance of this object which you placed on the layout in the editor. So if your first block instance has "Physics Initial State=Disabled", then all instances created in runtime will also have Physics behavior disabled, and you'll need to enable it with events.

  • Don't use "On key released" event to set Idle animation, because the key can be released while another key is still down.

    Use "Platform is NOT moving" event instead.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Impossible to tell without seeing your project.

    Please share the capx or at least a screenshot of your event sheet.

  • You do not have permission to view this post

  • You need to convert dictionary data to/from JSON.

    See this demo:

    https://www.dropbox.com/s/f2d7lc8o4zajg ... .capx?dl=0

  • Try using "Apply impulse" if you want to "kick" the ball.

    From the tutorial:

    [quote:3s8uayn2]Usually you apply a force to an object over a long period of time to cause it to accelerate in a direction. For example, gravity is a constant downwards force.

    An impulse is like a sudden impact on an object. If a ball is hit with a bat in your game, you'd apply an impulse rather than a force, for a sudden one-off strike.

  • See this comment:

    There are also a few plugins you can try, here is one:

  • You can't add an object to multiple containers. But you can create a simple event that will attach the effect sprite to each item:

    On ItemsFamily created -> ItemsFamily spawn EffectSprite
                              EffectSprite pin to ItemsFamily[/code:2vkq1xm7]
    
    And another event to destroy it:
    [code:2vkq1xm7]On ItemsFamily destroyed 
       System -> Pick EffectSprite by comparison EffectSprite.Pin.PinnedUID=ItemsFamily.UID   -> EffectSprite destroy
    [/code:2vkq1xm7]
dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 257 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