dop2000's Recent Forum Activity

  • DarkViGaCi You don't really need "trigger once" in your case.

    But your code is fine. Most bugs happen when people use this condition with objects that have multiple instances. Like "Enemy HP=0, Trigger once"

  • Functions that return a value can't be called directly, only from an expression:

    Set myVar to Functions.FactorCalculations(param)

  • Another option is to fill each area with a unique color, paste the map on a drawing canvas, and then use expressions like DrawingCanvas.SnapshotRedAt(x,y) to detect the color of clicked pixel. The canvas object itself can be invisible.

  • Have you tried changing "Stepping mode"?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Run "select" layout, press Reset to clear storage.

  • It definitely works. I can't help you if you can't even run and test my project.

  • When you do "Obj on collision with Obj", it picks two instances. And you need to do additional picking if you need to get the type of each of them - use "System pick Nth instance" or "System For Each".

    You can create two families with the same sprites to make things easier. Then you could refer to each instance without having to pick them one by one. For example:

    Fruits1 On Collision with Fruits2
    
     Fruits1.animationName="Blueberry" & Fruits2.animationName="Blueberry"
     -> Create Cherry
    
     Fruits1.animationName="Blueberry" & Fruits2.animationName="Raspberry"
     OR Fruits1.animationName="Raspberry" & Fruits2.animationName="Blueberry"
     -> Create Pineaple
    

    If there are a lot of fruit combinations, this approach is not ideal because you'll have to create a lot of events. If this is the case, I would suggest using an array or JSON to store all these recipes. And perhaps a function which will look up a pair of names in the array and return the name of the merged object.

  • Try disabling Follow behavior. Even when Follow is stopped, it's still active and prevents object movement.

  • I also suggest checking the browser console log - both in the editor and in preview. If there are any problems with the project (like a corrupted file), there should be an error message in the console.

  • Do you have previous versions of your project? If they work correctly and your current version glitches, then it's likely some mistake in your code.

    You can also try a different browser.

  • It doesn't work like this. You need to post your suggestions on Github, each in a separate post, following the guidelines:

    github.com/Scirra/Construct-feature-requests/issues

dop2000's avatar

dop2000

Online Now

Member since 26 May, 2016
Last online 22 Feb, 2025

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