dop2000's Recent Forum Activity

  • In this case you should use random(2,5) time.

    do i need to make a at least 5 different sprites with different random movements

    No, it's a bad idea. You can randomize movement properties like speed for every instance of the sprite. For example:

    Sprite on created -> Sprite set maximum speed to random(80,100)

    Making diffe

  • random() can't be use like that.

    If you want the event to be triggered every 2-5 seconds, use random(2,5)

    Or, if you want it to be in 0.5s intervals, use choose(2,2.5,3,3.5,4,4.5,5)

  • Make sure to use "Key is down" condition, not "On key pressed".

  • Construct doesn't support isometric tilemaps. You can fake an isometric tilemap by layering two tilemaps:

  • Have you tried 7zip?

    If 7zip can't unpack your project, then it's broken beyond repair. Move on and don't forget to back up your work in the future.

  • I suggest you use a Tilemap instead. You can pre-fill it with grass tiles in the editor, and then spawn other objects on selected tiles.

    A single tilemap will be massively better for performance than a thousand of small sprites.

    Check out the built-in examples in C3, there are lots of demo games which you can use a template for your game.

  • Try using 7zip. If it can't open your project, then the file must corrupted and there's probably nothing you can do to restore it.

  • The most simple level selection screen can be done with one event. Create an instance variable "levelNumber" on level selection sprites and add this event:

    Mouse on clicked LevelButton -> System Go to layout (by name) "Level"&LevelButton.levelNumber

    But of course if you want to track progress and lock/unlock some levels, this will require more effort.

  • Well of course it would create more and more blocks every 0.5 seconds, because each new created block will trigger event #1 and spawn 4 more blocks.

    What exactly are you trying to achieve?

  • Check the Volume Mixer, maybe Windows reduces the volume for this app.

  • I'm using pngquant. I believe it works better than the built-in compressor and produces smaller files. Export the project and then run this command in the folder with images:

    pngquant.exe --ext=.png --force --verbose --quality=45-85 *.png
    
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Turns out GetMonth returns a number from 0 to 11 (which is quite silly).

    So October is number 9

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