eleanorjmorel's Recent Forum Activity

  • for what purpose ?

  • send a message with how long until it start and date.now and be done with it

  • you don't need a "for each", the issue is that you're not picking the OctoSpit in phase 2, you're picking player, so all OctoSpît will do the same as the Octospit that'S in phase 2 with the smallest IID

  • if the host is authoritative it doesn't really matter if it doesn't line up with lag, like, if the player dies on the host, then it will die a second later on the peer when it catches up with lag that'S all

  • Also, i think doing this is actually a very good exercise and lets you improve at construct by miles, to do this you have to understand picking and instance variables and self references and generally better understand what you're doing, which is very good !!!

    also about the part about it complicating your code in kinda false, if you're able to cram together multiple conditions and actions, you end up with a much smaller event count (maybe you don'T want people to do this because the event counting takes into account conditions and not actions so you can put huge amounts of events in the free version ?)

    Also, as an important note, it works here because every sprite is moving on every tick, but if you were to have some sprites not move, it would become inefficient because it forces those to do the action anyways. I recommend you give the "pick by evaluate" condition a shot with the ternary (?:) operator for "short circuiting" out of "or" blocks for picking objects, or if something simply has a velocity and you need to move it, the eval can be simply sprite.velocity <> 0 since it will return true for every sprite that has a non zero velocity and pick them and then the action can move them and that'S pretty cool !!

    (also if you want to short circuit, you should put the most likely condition FIRST, and when either true or false, whichever if the most likely, end by setting the variable, and put more conditions in the other branch, but in your example, you put it last so it kinda defeats the point)

  • You might want to get this!

    construct.net/en/game-assets/game-templates/pixel-perfect-resolution-554

    it'S for artifacts-free pixel art without using the constricting "optimize for pixel art" options

  • 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

  • How do i make this code work in worker mode

    history.pushState(null, null, location.href);
     window.onpopstate = function () {
     history.go(1);
     };

    it prevents the game from closing using the back button, but history and window aren'T available in worker mode

  • Very cool!

  • You do not have permission to view this post

  • You do not have permission to view this post

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