-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scratch Space Shooter Game Small Asteroids Disappearing. #22
Comments
E-man7598
changed the title
Scratch Space Shooter Game small Asteroids Disappearing.
Scratch Space Shooter Game Small Asteroids Disappearing.
Apr 1, 2022
If you can tell me your project ID then I can take a look in turbowarp
…On Fri, 1 Apr 2022 at 18:09, E-man7598 ***@***.***> wrote:
Hi Griffpatch.
I have recently been making a scratch space shooter game with your YouTube
tutorials, most things are working as normal but I do have one big problem
with the wrap around for the asteroids, everything seems to be working fine
for the bigger asteroids but for the small ones they will wrap around twice
and then they will disappear, this is very problematic for my scoring
system because if an asteroid is lost then the player will never be able to
destroy it and they will be stuck in the level. do you know what might be
going wrong here?
—
Reply to this email directly, view it on GitHub
<#22>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTM3PRLKAIWKCJ4M7H6R2LVC4UV7ANCNFSM5SJI7S6A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you so much! here is the project ID: 668000608 |
I suggest you add this after each of the 4 directions the tomato goes off
the edge of the screen... I think they are cycling around, it's just that
they are at such sharp angles that they are staying off screen for ages!
point towards player, set dir to direction + pick random -45 to 45
![2022-04-01_22-48-58](https://user-images.githubusercontent.com/6737342/161346103-6381197f-2ee0-4c45-bcac-3db848ce6bc2.png)
[image: image.png]
…On Fri, 1 Apr 2022 at 21:20, E-man7598 ***@***.***> wrote:
Thank you so much! here is the project ID: 668000608
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTM3PR6RMG7MJTJFC4QTG3VC5LCJANCNFSM5SJI7S6A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
The problem is solved! thank you so much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Griffpatch.
I have recently been making a scratch space shooter game with your YouTube tutorials, most things are working as normal but I do have one big problem with the wrap around for the asteroids, everything seems to be working fine for the bigger asteroids but for the small ones they will wrap around twice and then they will disappear, this is very problematic for my scoring system because if an asteroid is lost then the player will never be able to destroy it and they will be stuck in the level. do you know what might be going wrong here?
The text was updated successfully, but these errors were encountered: