dop2000's Recent Forum Activity

  • "Block puzzle" is a collective name for all these games and it's often used instead of "Tetris", because "Tetris" is a copyrighted trademark.

    The game mechanics may differ, but you still can use some basic principles of Tetris in other variants of this game - tetriminos generation, placing etc.

    I know what I'm talking about because I made one myself :)

  • Type this in Google:

    tetris site:construct.net
    
  • If you have multiple sprites for dunes, add them all to a family Dunes, and then in my code example replace "Hill" with "Dunes".

    What my code does - when a tank is hit, it checks if there is any hill/dune sprite in this point. And if this hill is on a layer higher than tank, or on the same layer with tank, but above the tank on z-axis, then the hit is cancelled. (because the tank is hidden by the hill)

  • Kyatric Unfortunately, new memory management actions in C3 don't provide the same functionality as MM_Preloader plugin. If you need to spawn many different graphics objects, with the plugin you can preload them into memory and then spawn from any layout without lags. With system actions you still need to dump all these objects on each layout..

  • Interestingly, the new Functions in C3 don't have this problem. You can use wait inside the function, call it multiple times and it will still remember its parameters.

  • That link is wrong (only you can access it).

    You need to share the file, copy link to shared file and post it here.

  • No, that's not what I meant. Tilemap is one object, you can't give behaviors to individual tiles. For example, if you add Fade behavior, it will apply to the whole TileMap, and all tiles will fade at once.

    If you need to control/move/animate individual tiles, you need to use Sprites instead.

  • You can add any behaviors to tilemaps, and you can use tilemaps for different things, not just decoration.

    For level design in sokoban game a Tilemap with Solid behavior is a good choice. However, it's better to use sprites for moving objects (boxes and character).

  • You mean typing mistake in your code? Is it working now? If not, please post your project file, because I don't see any errors in events, must be something else.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can use variables if you need, just set them to correct values before adding to the list. You mean something like this?

    The code from your latest screenshot will not work, because the function is called on start of layout, when true=false. (Please don't name variables like this, it's really confusing)

  • Object compare X>Mouse.X -> Object set mirrored

    Object compare X<Mouse.X -> Object set not mirrored

dop2000's avatar

dop2000

Online Now

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