dop2000's Recent Forum Activity

  • No, runtime.callFunction is for calling C3 functions defined in events. So to call just use UUID();

    But you need to pass runtime to it. So UUID(runtime);

    And in your script change the function to function UUID(runtime) {....}

    Look at my second screenshot.

  • There are several ways to do this.

    How many values do you need to store for each tile? Will the set of values be the same for all tiles, or different? For example, water tiles will have "depth" value, ground tiles will have "walk_speed" and "solid" values etc.

    Will there be many tiles without any values? You can think of a Tilemap as a 2D array, which stores tile type (ground, sand, water, rock). So you don't have to store this info in the array.

    Do you need to store the array with all these values in the project, or will it be randomly generated in runtime?

  • Put the file into Scripts folder and change its purpose to "Import for events".

    However, if you need to access runtime in the function, you might have to pass it as a parameter.

  • Does this happen with a new blank project? Can you try a different browser? Maybe clearing browser data will help.

  • Press F12 and check error messages in console log - there may be more information.

  • Or

    Set animation frame to (self.AnimationFrame=0)

  • It depends on the game. For example, if you are using Platform behavior, you can temporarily increase its maximum speed and apply vector X in the direction of the dash. Say, max speed=2000 and vectorX=-2000. Also disable player controls.

    After a small delay enable the controls and restore the max speed.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If the object doesn't exist on current layout, you can't access its properties. You need to create it first.

    I misunderstood the question

  • I almost never use breakpoints, because they never work where I need them...

    Browser logging is still the primary debugging technique.

  • 3d calculations for 40k objects will certainly heavily use CPU resources.

  • Static objects should not utilize CPU. (as long as they don't have any behaviors or effects)

    Make sure you are not updating them too often, avoid using "For each" for all 40K instances.

    Also consider using a tilemap instead.

  • No need to tag me :)

    I don't know what the problem is. Make sure to start playback only after a user input (mouse click, key press etc.) Also check out this post:

    construct.net/en/forum/construct-3/how-do-i-8/music-work-every-browser-155250

dop2000's avatar

dop2000

Online Now

Member since 26 May, 2016
Last online 23 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