Discuss Scratch
- Discussion Forums
- » Requests
- » ➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
- -cloudcoding-
- Scratcher
1000+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
I knowI just thought it was funny. I wasn't ordering. uh this might be a bug we can't fix…
(He probably posted while I was already on here.)
- Ex1led
- Scratcher
43 posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
Order Type: bug fixing
Order Details: LINK: https://scratch.mit.edu/projects/978072998/ I'm fine with most bugs as I know how to fix them myself but I have this one issue I can't where when enemies die on the same frame (usually due to an AOE attack) the lists bug out and the length of the lists don't match how many clones there are. I guess I'm just looking for any way to fix this.
Time Zone: Eastern
Other: idk maybe have someone work on it that knows how to work with lists and clones?
EDIT: I made a typo lol
Order Details: LINK: https://scratch.mit.edu/projects/978072998/ I'm fine with most bugs as I know how to fix them myself but I have this one issue I can't where when enemies die on the same frame (usually due to an AOE attack) the lists bug out and the length of the lists don't match how many clones there are. I guess I'm just looking for any way to fix this.
Time Zone: Eastern
Other: idk maybe have someone work on it that knows how to work with lists and clones?
EDIT: I made a typo lol
Last edited by Ex1led (March 8, 2024 19:58:29)
- flamekeeper700
- Scratcher
100+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
So I haven't fully looked in the code yet, and I'll edit this when I have, but I think you just need to have the add and delete from list in the same list as the death handling so if it dies on the same frame it will still have time to add itself to the list before it deletes something, or vice versa and doesn't add to many to the list, some scratch functions run in a certain order, so it'll help to do it all in the same script Order Type: bug fixing
Order Details: LINK: https://scratch.mit.edu/projects/978072998/ I'm fine with most bugs as I know how to fix them myself but I have this one issue I can't where when enemies die on the same frame (usually due to an AOE attack) the lists bug out and the length of the lists don't match how many clones there are. I guess I'm just looking for any way to fix this.
Time Zone: Eastern
Other: idk maybe have someone work on it that knows how to work with lists and clones?
EDIT: I made a typo lol
when I start as a clone
add [myself] to [clones v]
if <dead> then
delete (myself) of [clones v]
end
If this doesn't work, I'll look into it morewhen I start as a clone
if <dead> then
delete (myself) of [clones v]
end
when I start as a clone
add [myself] to [clones v]
Last edited by flamekeeper700 (March 8, 2024 22:06:47)
- just-a-hriday
- Scratcher
100+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
Please don't post before you do So I haven't fully looked in the code yet
Please don't just think - test your suggestions and be sure they fix the bug. but I think you just need to have the add and delete from list in the same list as the death handling so if it dies on the same frame it will still have time to add itself to the list before it deletes something, or vice versa and doesn't add to many to the list, some scratch functions run in a certain order, so it'll help to do it all in the same script
- -cloudcoding-
- Scratcher
1000+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
Don't think?? Gosh this shop is sierious. /jPlease don't post before you do So I haven't fully looked in the code yetPlease don't just think - test your suggestions and be sure they fix the bug. but I think you just need to have the add and delete from list in the same list as the death handling so if it dies on the same frame it will still have time to add itself to the list before it deletes something, or vice versa and doesn't add to many to the list, some scratch functions run in a certain order, so it'll help to do it all in the same script
- Ex1led
- Scratcher
43 posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
o that didn't work sadly, also right now my code (for some odd reason) deletes clones even if their list number is 5? I think I might have made a mistake with setting the clone number though I have no idea where it is ;-;So I haven't fully looked in the code yet, and I'll edit this when I have, but I think you just need to have the add and delete from list in the same list as the death handling so if it dies on the same frame it will still have time to add itself to the list before it deletes something, or vice versa and doesn't add to many to the list, some scratch functions run in a certain order, so it'll help to do it all in the same script Order Type: bug fixing
Order Details: LINK: https://scratch.mit.edu/projects/978072998/ I'm fine with most bugs as I know how to fix them myself but I have this one issue I can't where when enemies die on the same frame (usually due to an AOE attack) the lists bug out and the length of the lists don't match how many clones there are. I guess I'm just looking for any way to fix this.
Time Zone: Eastern
Other: idk maybe have someone work on it that knows how to work with lists and clones?
EDIT: I made a typo lolwhen I start as a clone
add [myself] to [clones v]
if <dead> then
delete (myself) of [clones v]
endIf this doesn't work, I'll look into it morewhen I start as a clone
if <dead> then
delete (myself) of [clones v]
end
when I start as a clone
add [myself] to [clones v]
- SGLGoalie
- Scratcher
56 posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
Expertise: I can music and I am a talented coder.
Work Examples: Check out Minecraft Java on my profile. I have not released any music as of now, but I hope too soon.
Time Zone: GMT
Other: I can also make art, but as I a not as talented at that as other things I have put it down here. Thanks for considering my application
-SGLGoalie
Work Examples: Check out Minecraft Java on my profile. I have not released any music as of now, but I hope too soon.
Time Zone: GMT
Other: I can also make art, but as I a not as talented at that as other things I have put it down here. Thanks for considering my application
-SGLGoalie
- BlauHourglass
- Scratcher
1000+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
Hi! I'm co-owner and artist from Ville de L'Art. Unfortunately, there is an order that we cannot complete - can I forward it here? This is the link to the order.
- Malicondi
- Scratcher
1000+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
where have i seen you beforeI'm everywhere now. but most likely glowshop.
Last edited by Malicondi (March 10, 2024 05:25:07)
- just-a-hriday
- Scratcher
100+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
(#169)We're not partners with you guys.
Hi! I'm co-owner and artist from Ville de L'Art. Unfortunately, there is an order that we cannot complete - can I forward it here? This is the link to the order.
But maybe we should accept forwarded orders from non-partnered shops as well? As long as they're owned/co-owned by one of our employees, of course.
I shall seek the advice of lord undeterminstic.
I'll allow this order for now, though. I'm sure Malicondi can do it.
Last edited by just-a-hriday (March 10, 2024 06:03:42)
- just-a-hriday
- Scratcher
100+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
(#171)i think i saw you in a few hws postswhere have i seen you beforeI'm everywhere now. but most likely glowshop.
Anyways, you're accepted!
Your coding is decent, and you seem to be rather good with math-y code.
The pixel tileset was the only (completed) art I found in your portfolio, and it looks good to me. Do you have any other art though?
Welcome to the Bug Squishers
Last edited by just-a-hriday (March 10, 2024 05:50:44)
- just-a-hriday
- Scratcher
100+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
(#168)Denied, sorry.
Expertise: I can music and I am a talented coder.
Work Examples: Check out Minecraft Java on my profile. I have not released any music as of now, but I hope too soon.
Time Zone: GMT
Other: I can also make art, but as I a not as talented at that as other things I have put it down here. Thanks for considering my application
-SGLGoalie
- BlauHourglass
- Scratcher
1000+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
Alright, thank you so much. I'll let the shop owner know.(#169)We're not partners with you guys.
Hi! I'm co-owner and artist from Ville de L'Art. Unfortunately, there is an order that we cannot complete - can I forward it here? This is the link to the order.
But maybe we should accept forwarded orders from non-partnered shops as well? As long as they're owned/co-owned by one of our employees, of course.
I shall seek the advice of lord undeterminstic.
I'll allow this order for now, though. I'm sure Malicondi can do it.
- undeterminstic
- Scratcher
1000+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
what if we parter with them. although we must consider if partnering with them is a good idea.(#169)We're not partners with you guys.
Hi! I'm co-owner and artist from Ville de L'Art. Unfortunately, there is an order that we cannot complete - can I forward it here? This is the link to the order.
But maybe we should accept forwarded orders from non-partnered shops as well? As long as they're owned/co-owned by one of our employees, of course.
I shall seek the advice of lord undeterminstic.
I'll allow this order for now, though. I'm sure Malicondi can do it.
- BlauHourglass
- Scratcher
1000+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
Thanks so much! I'll pass it on to the customer with the proper credits.I'll allow this order for now, though. I'm sure Malicondi can do it.here is the finished product.
- just-a-hriday
- Scratcher
100+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
★ Activity Check ★
NOT RESPONDED:
• RavenclawDud
• NeonG4
• MistaLOD
————————————————————
Employees who do not respond within two days will have their names greyed out in the employee list.
NOT RESPONDED:
• RavenclawDud
• NeonG4
• MistaLOD
————————————————————
Employees who do not respond within two days will have their names greyed out in the employee list.
Last edited by just-a-hriday (March 17, 2024 06:18:58)
- just-a-hriday
- Scratcher
100+ posts
➡ The Bug Squishers 2.0 ⬅ ⚙ Code, art, music, and more! ⚙
Guys are there any orders missing in the incomplete orders post on the front page?