lionz's Recent Forum Activity

  • Yeah hard to understand with that English but the easiest way to do it is to probably spawn a circular sprite that acts as the bomb radius and anything that touches it gets destroyed?

  • You could create tile sprite clones and then set text on each sprite to create letters.

  • What's the issue you're having?

  • Platform behaviour > Simulate movement left/right etc

    or possibly use the MoveToward command on Every X seconds

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I don't get a javascript error but this usually occurs because things are looping too fast. Add in some Wait time of 0.1 seconds in the follow logic.

  • Yes, pathfinding.

  • I'm going to assume that this is happening because one animation is longer than the other. Just use some OnFinished events to ensure that both animations are finished before going to idle.

  • Easily is the answer. Look at layers in the manual.

  • Ah ok, from the way you listed the ways of doing it I assumed you knew what UIDs were. When you select the object, the UID is listed on the left side under the name of the object. In the kind of game you're describing I think it's fine to just use UIDs as you are unlikely to be spawning and destroying loads of buckets and gates etc.

  • My favourite way would be :

    If Bucket = Full (instance variable Full set to true perhaps)

    Cond: Pick bucket by unique ID (ID of relevant bucket)

        Sub event: Pick gate by unique ID (ID of related gate)

                  Do Action (like move gate, play anim of gate whatever it is you're doing)

  • If the bucket is always associated with the same gate then simply pick object by UID. It can't really go wrong : D

  • Are you actually able to access more than one gate and/or bucket at the same time? If not, then I don't think any of this is needed. When items collide with a bucket you add numbers to an instance variable for the bucket and then enable gate opening.

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