Notascape Alpha - Updates and more!

It is fine. The art looks nice also. But the gun fires too rapidly when you hold down Q. That is supposed to be a pistol, right? If not that is probably a bug. From this behavior I can conclude that you are using the Keydown event or using isKeyDown("q"). You should instead use the Keypressed event or isKeyJustPressed("q").

Also in the first version, you can shoot at the yellow thing but it won’t get “damaged”, because it seems like it only gets “damaged” when the cursor is touching the yellow thing. Realistically it should get “damaged” if you are aiming at the thing, whether or not the cursor is actually touching the thing. Even though this is probably above your level I will tell you how you can achieve that. You can do this by treating the bullet as a ray, and checking if the ray intersects with the thing’s rectangular axis-aligned (not rotated) hitbox. I’m pretty sure there’s a formula to do this that you can search up online. I will try to find that. this? https://stackoverflow.com/questions/10906381/how-to-find-out-if-a-ray-intersects-a-rectangle

1 Like

I know this is normal criticism, BUT it’s still in prototype so I might change that soon. Thanks for the feedback

when you press q for a while the gun shot sound turns into earape

The gun is gonna be a pistol now so it won’t be in FULL earape.

Version 1.5.1 is now out!

whats new

Updated death for the yellow guy

can you add him respawning

1 Like

Maybe later! Thank you for the suggestion.

why did You withdrawn the message that said you quit the project?

It’s because I changed my mind.

1 Like

Oh Alright.

And also, new update.

UPDATE 1.5.2

PATCHES

I decided to remove the dummy (for a while) because I needed to reload the project because the 3rd version felt buggy.

Now 1080p!

Stick Figure rotates with the gun as well.

Camera exists!

Since I reloaded the project, no more sounds! (will be fixed)

Regrouping will be added in 1.5.3.

And a question

what should I add

  • Respawning
  • Enemies
  • Title Screen

0 voters

Title Screen has been chosen. (I will add enemies and respawning)

Gun Test2-23-2021_19-23-05.html (2.2 MB)

New update again… I was confused of bugs so this is what I have

This is probably a spam bot thingy

Eh, Just Flag It.

1 Like

Done. :smiley:

1 Like

5th Version out now!

Updates

Building blockz

That is all. I just added building blocks because I could

EXPLANATION FOR BUILDING BLOCK

  1. Could be destroyed by bomb
  2. May add more than 1 block

AND A QUESTION…

When should I release it

  • Next week
  • on march
  • the deadline
  • in the summer
  • next year (LOL)

0 voters

Next year? Well ok, I guess.
(edit: no offense to anyone choosing next year but if i want I’ll release it)

see you in 2022

1 Like

Are you gonna release the source code to it or not while your at it?