ok I will work on it
oh wait now i know what you mean for the vital icons extension ill try but i thought that it would be too hard to do that but ill try
add 3 new thingies in the enums you used and use decimal to access them
so would you like it if instead of set level (enum input) you would want set level (number input) so you could have as many as possible
yes exactly you could use a string instead so you would know which level is which
I love outrun!!! I played turbo outrun on an arcade machine at my house! It also runs all the other arcade games
Yeah. I would take a look at sprite scaling. You can make normal sized sprites and then scale them all the way down when you spawn them, then you can slowly scale them back up to normal size as they come towards the bottom. You can probably make them projectiles and test until you find a random range for the X velocity that doesn’t go off the road. The sprites should also go slightly faster down over time to match the road, and then probably have to scale up fast over time too. I would make my own movement function, one that only does left and right and doesn’t let you go off the road.
well would you want to have as many levels as possible because I think I can do that but have each level have a name like you said might be to hard for me but ill try
could you give a example that’s kinda confusing
add this to the list of good games Ive made flappy bird https://arcade.makecode.com/S69673-45376-99791-66686
problem with that is the player sprite grows smaller unevenly so it woul look buggy eather the player sprite needed to be like starting sprite has to be tiny
Something like this could work. You would have to mess with some values until it looks right and matches the shape of your road:
question does anyone know how to make outrun
What is outrun?
well that looks good but i wanted the 3d effect on the road not the cars but thanks for actually making it
I have a question does any one know how to use the radio broadcast extension because I have been wanting to make it where I press a on my microbit and on my electfreaks Gameboy it changes the score by one or do it on my Chromebook because I was wondering if having a duck hunt gut where I works with the game would be possilbe with maybe the microbit in the gun
Outrun check this out
so I updated the vital icons extension so now the change block lets you select if you want to change it by a half or a full icon
Duck hunt is not possible with the radio because it is not directional, so there is no way to know if the microbit is pointed at the screen. The OG duck hunt used a light censor in the barrel of the gun combined with a quick flash of the screen when you pulled the trigger to detect if the gun was pointed at the bird!
well for right now would it be possible to just know where the gun is and not care if its pointed at the screen