eleanorjmorel's Recent Forum Activity

  • you only get a 20% discount

    only the cave runner game kit is worth it's price

    this bundle is not worth it at all

    it's like

    get one, pay for five

  • hello

    you can pick the correct object two ways,

    using containers will auto-pick the correct object

    or

    when one object creates the other

    store it's UID in an instance variable

    that way you can pick by UID later

  • technically, the smaller the tiles, the higher the CPU usage, at the same screen resolution, because it's a higher amount of tiles, and CPU is the bottleneck in pretty much every construct 3 game i made, but unless your game is really complex, it shouldn'T matter much

  • Hey so,

    what i suggest is to just pick randomly,

    it can be 22 x 22 too !!! and experiment!!

    But make sure that your code can use multiple sizes of tiles so that

    like

    just changing a global variable changes the size of tiles everywhere in your events

    so that once you explore your game

    and decide you want to change

    and the change is because

    you actually spent some time and got experience

    you can do the change with ease

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • I just came across this topic and I was wondering how to set up the jump and platforms from that

    with great difficulty strawberrypunch.com (press M to mute the music)

    to get started you could use a tilemap for the level and consider it a heightmap, you can'T go into tiles with a higher image index multiplied by a z variable comparable to the X and Y size of the tiles, so the higher the index of the image in the tilemap, the higher the Z position characters need to be able to walk on them. clamp the character'S Z position to the tile it's walking on so it can'T go below, and add a z velocity variable to reduce your character's z position on every tick. Z velocity is z velocity - gravity or something so on every tick the gravity increases. set Z velocity to 0 if you'Re touching the ground, set z velocity to something higher than 0 if you want to jump and it will gradually get eaten by gravity. tadaa, you have a heightmap and you can jump !!! now you just need to spawn sprites for each tile in the tilemap and position thme according to their x in the grid, Y in the grid, and image index and you have a visual representation of what your characters can jump on

  • Ashley

    Those are the error messages

    I didn't clear the cache or anything I tried playing my game at strawberrypunch.com and it worked fine without internet good job on that !

  • It's stuck like this

  • without posting screeshots if your events or sharing a copy of your project its impossible to determine why it happens

    you can buy your own assets

eleanorjmorel's avatar

eleanorjmorel

Member since 7 May, 2020

Twitter
eleanorjmorel has 7 followers

Connect with eleanorjmorel

Trophy Case

  • 4-Year Club
  • Entrepreneur Sold something in the asset store
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Quick Draw First 5 people to up-vote a new Construct 3 release
  • Email Verified

Progress

10/44
How to earn trophies