(bad quality warning) fruit ninja on a very strict budget

yes, the quality is trash. yes, there are some mouse bugs that can (probably) be fixed. but this is kind of a prototype.

feel free to add design to and edit this.

fruit ninja on a very strict budget1-15-2021_19-52-35.wick (2.7 KB)
fruit ninja on a very strict budget1-15-2021_19-52-45.html (2.1 MB)

1 Like

It some glitches like when you click it does nothing, But this is good

you just have to hover over them. **

** and hope. and pray. and give an offering to the gods of javascript.

No, @awc95014, it doesn’t work. At least the html file… sometimes it cut the circles, but most of the time it doesn’t… this work didn’t came from you… :thinking: :crazy_face:

i’m not sure why it doesn’t work. i kinda mentioned this bug in the original post. and as i said-- very strict budget. $0 to be exact :P

based on what I’ve tested:

  1. if you don’t move the mouse and a circle goes in the mouse, that circle doesn’t react accordingly
  2. if you follow the circle when you do #1, it doesn’t react either.
  3. you have to leave the circle and come back with the mouse constantly moving or something like that, and only then does it work like 50% of the time.
  4. sometimes it just doesn’t work.

to solve this, i think i can use a clip constantly following the mouse, then using this.hits between the mouse circle and the “fruits” instead of using mousehover or mouseover or whatever i used. that should be better… i think…?

wow this is so cool but it will look better if you make a background and you make the balls a fruit i promise it will look better

Yes, I tried that, it definitely works better. But then things will explode easily by just being near the cursor, so I checked to see if the “mouseMoveX” was greater than 20 to see if the player was moving the cursor quickly in attempt to splice something, and that made it work perfectly

(also, great game btw :+1: )

1 Like