Discuss Scratch

kanomaster
Scratcher
100+ posts

LongFun Games

G22IsBetter wrote:

I have an idea for the scrolling menu, it's pretty simple, and I used this in a clicker for my tutorial thing.
https://scratch.mit.edu/projects/953591993/

I can revise it to fit this game.
The clones look great (the scroll bar doesn't maintain it's same x position, but that's fine) can we use buttons instead of a scroll wheel?
I've also recently updated the most recent version, and I'll add a few notes, so if you want to remix it to directly adapt it to the game, that would be great. Thx!
ItBeJC
Scratcher
1000+ posts

LongFun Games

Ok, so I'm supposed to be making transitions for the start screen, correct?

Game Is Game.

My King Message:
King like Kendrick, Drake to the L;hotline bling I'm like Rod Wave cuz I sing but I'm black yea we got a brotha as a king I needa queen like elizabeth can't be broke or else I might choke yea I'm with the times I'm woke yea I speak and I spoke I'm Light Yagami cuz' I write a note yea my life is an anime, spiderman and aunt may, this ain't no game no I do not play yea like the mando this is the way and I could freestyle like this all day cuz i got that crown and this golden ring cuz I'm king. –>–>–>–>–>–>–>–>–>–>–>–>–> {Shift + Down Arrow To See The Gang}

Da Gang: (There's no order, just a list so don't take any offense)
@OneTapTK
@kanomaster
@Mrhaxalot123
@depresso-boiyo
@-YourLocalPhantom
@TheGl1tchedDrag0n
@-GaIaxy_cat- (spelled with capitol i and not a lowercase L)
@glitcX
@MistaLOD
@TeslaDummy
@-cloudcoding-
@kinosaurs515
@semisupervised
@-The_Destroyer-
@iiucandyfloss
@xxxxxxx-70
@just-a-hriday
kanomaster
Scratcher
100+ posts

LongFun Games

ItBeJC wrote:

Ok, so I'm supposed to be making transitions for the start screen, correct?
I've already set up an effects thing for the transitions, but I still need a scrolling function that works with clones.
Also why are you up at 1 AM?

Last edited by kanomaster (March 17, 2024 16:04:15)

King-Boi1548
Scratcher
24 posts

LongFun Games

kanomaster wrote:

King-Boi1548 wrote:

I'll make the menu music, but I want to know what the game is about because it would be really out of place to make some intimidating, anbeint, music for a puzzle game. lol
*yawns* Sorry y'all had to do a LGPE (Large Group Performance Evaluation) for my high school band. I just woke up from a two hour nap (heh) Anyways, to answer KingBoi's question. This is indeed a puzzle game. So don't create any “intimidating music”, create some nice melodic lines. Also please do the credits screen as well, thx!


Ok sorry abt me not existing for like a week, anyways I'll start making the music + credits screen.


when green flag clicked
repeat until <[Lazyness] > [10]>

broadcast [work my lazy butt on the music v]
broadcast [work my lazy butt on the credits v]

end

Oh yeah don't expect me to finish for a while (I am just that lazy)

Last edited by King-Boi1548 (March 17, 2024 22:27:48)

G22IsBetter
Scratcher
8 posts

LongFun Games

kanomaster wrote:

G22IsBetter wrote:

I have an idea for the scrolling menu, it's pretty simple, and I used this in a clicker for my tutorial thing.
https://scratch.mit.edu/projects/953591993/

I can revise it to fit this game.
The clones look great (the scroll bar doesn't maintain it's same x position, but that's fine) can we use buttons instead of a scroll wheel?
I've also recently updated the most recent version, and I'll add a few notes, so if you want to remix it to directly adapt it to the game, that would be great. Thx!
I could try that, unless someone else is working on that. I could also try to make it detect if your mouse is scrolling or something, that would be cool

“Life will put many red lights in front of you, but sometimes we must push on the gas and trust god.”
- Kendrick Lamar

Now, forget that random quote I like and play my games because advertising is annoying. :D
kanomaster
Scratcher
100+ posts

LongFun Games

G22IsBetter wrote:

kanomaster wrote:

G22IsBetter wrote:

I have an idea for the scrolling menu, it's pretty simple, and I used this in a clicker for my tutorial thing.
https://scratch.mit.edu/projects/953591993/

I can revise it to fit this game.
The clones look great (the scroll bar doesn't maintain it's same x position, but that's fine) can we use buttons instead of a scroll wheel?
I've also recently updated the most recent version, and I'll add a few notes, so if you want to remix it to directly adapt it to the game, that would be great. Thx!
I could try that, unless someone else is working on that. I could also try to make it detect if your mouse is scrolling or something, that would be cool
I mean, a simple way of making the scroll bar work would be instead of making it draggable to do smth like this:
forever
set x to [whatever x position we want]
if <<mouse down?> and <touching [mouse pointer] ?>> then
set y to [mouse pointer]
end
end
The thing I really don't know how to do is the scrolling thing with clones, I'll remix your project you posted above (Post #840) and show you how the scrolly thing works. You can either do a scroll wheel or arrows (I already have sprites for arrows set currently in the project so… do whatever you feel would be easiest/best.
I just remixed the project so you can see what I mean.

Last edited by kanomaster (March 17, 2024 23:03:31)

moomooCookie
Scratcher
100+ posts

LongFun Games

Hey I’m gonna randomly disappear for like a week or so I’ve got some big tests ahead

Will be back after

Sorry

My teacher took points off of my homework assignment because it caught fire and I turned in “a pile of ash”. But to be fair, the information is still on that paper, it’s just slightly harder to read than it used to be ¯\_(ツ)_/¯
G22IsBetter
Scratcher
8 posts

LongFun Games

kanomaster wrote:

I mean, a simple way of making the scroll bar work would be instead of making it draggable to do smth like this:
forever
set x to [whatever x position we want]
if <<mouse down?> and <touching [mouse pointer] ?>> then
set y to [mouse pointer]
end
end
The thing I really don't know how to do is the scrolling thing with clones, I'll remix your project you posted above (Post #840) and show you how the scrolly thing works. You can either do a scroll wheel or arrows (I already have sprites for arrows set currently in the project so… do whatever you feel would be easiest/best.
I just remixed the project so you can see what I mean.

We could do that, and make everything go to the same X as the scroll button thingy.

“Life will put many red lights in front of you, but sometimes we must push on the gas and trust god.”
- Kendrick Lamar

Now, forget that random quote I like and play my games because advertising is annoying. :D
kanomaster
Scratcher
100+ posts

LongFun Games

Any Progress on anything? I've made some steady process on the uploading and downloading codes function. (Almost finished…)
kanomaster
Scratcher
100+ posts

LongFun Games

kanomaster wrote:

Any Progress on anything? I've made some steady process on the uploading and downloading codes function. (Almost finished…)
…hello?
-YourLocalPhantom-
Scratcher
500+ posts

LongFun Games

kanomaster wrote:

kanomaster wrote:

Any Progress on anything? I've made some steady process on the uploading and downloading codes function. (Almost finished…)
…hello?
Is there anything I could do other than designing nonograms? I could do some coding if needed

Does my PFP have enough glow and bright light?
Captain_Steward
Scratcher
62 posts

LongFun Games

Heyoo! I finished the artwork, should I link it here or message you separately?

rat in the home

Pronouns: rat/muskrat
I identify as a rat muskrat beaver and mouse and rat and beaver and rat
jaskeI
Scratcher
100+ posts

LongFun Games

Just so you know, second week of April i am going to be on vacation

Last edited by jaskeI (March 22, 2024 16:54:42)


Hello, I am Jaskel!

I am a Scratch coder with 5+ years experience, and enjoy helping people on the ¨Help with Scripts¨ Forum.
Riiviir
Scratcher
67 posts

LongFun Games

kanomaster wrote:

kanomaster wrote:

Any Progress on anything? I've made some steady process on the uploading and downloading codes function. (Almost finished…)
…hello?
Hi, sorry, I got randomly hit with a bunch of burnout and found myself unable to communicate that fact (autism + executive dysfuction), but should be getting back to normal soon. Again, so sorry I didn't communicate this sooner, a few factors caused the simple task to become ridiculously daunting, but you should be able to expect more progress from me before next Tuesday as long as this weekend gives me the break I need. Sorry about that!

-Rii (They/He)
kanomaster
Scratcher
100+ posts

LongFun Games

-YourLocalPhantom- wrote:

kanomaster wrote:

kanomaster wrote:

Any Progress on anything? I've made some steady process on the uploading and downloading codes function. (Almost finished…)
…hello?
Is there anything I could do other than designing nonograms? I could do some coding if needed
I mean, there are two made things I need coded still:
1: Create a scrolling bar function thingy (I have arrows as the scroll inputs) The other things about this, is they need to work for clones, I could probably code this, but i'm not a hundred percent sure…
2: Create a cloud saving function: I'm planning on doing this, as it's going to take a lot of work, and I'm pretty good at decoding and encoding stuff.

Captain_Steward wrote:

Heyoo! I finished the artwork, should I link it here or message you separately?
Um, the team hasn't really hired you, but I'd be interested in seeing what you've made (as long as it's actually artwork that we need, and not advertising).
You can just post the link here.

Riiviir wrote:

Hi, sorry, I got randomly hit with a bunch of burnout and found myself unable to communicate that fact (autism + executive dysfuction), but should be getting back to normal soon. Again, so sorry I didn't communicate this sooner, a few factors caused the simple task to become ridiculously daunting, but you should be able to expect more progress from me before next Tuesday as long as this weekend gives me the break I need. Sorry about that!
That's fine, I'm glad your doing better! When you get a chance, the next thing I need you to do is make a “Back to Menu” button. Thanks!
kanomaster
Scratcher
100+ posts

LongFun Games

I actually don't need anyone to make the scrolling function anymore. (i've pretty much already finished it)
I may just finish this project by myself, and give credit to those who deserve it, but my attempt to get these team together seems to be a failure. That's fine, as I got some self-improvement stuff I want to be doing, so this will probably be one of my last times on scratch. (Probably last project too) Video games and coding take up most of my life, and I really should be doing other things. I'm trying to cut out all the procrastinative (new word!) actions and stuff and replace them with more like good actions. (can't think of the word lol)
So yea. Thanks Odyssey for the chance of being leader. Thanks to everyone who's stayed on/been on this team, it's been a lot of fun, and some interesting experiences. *cough* @Captain_Steward *cough* Wish you all the best in whatever you continue to do in life.
Godspeed friends.
jaskeI
Scratcher
100+ posts

LongFun Games

Wait, so the Nonograms project is being cancelled???

Hello, I am Jaskel!

I am a Scratch coder with 5+ years experience, and enjoy helping people on the ¨Help with Scripts¨ Forum.
kanomaster
Scratcher
100+ posts

LongFun Games

jaskeI wrote:

Wait, so the Nonograms project is being cancelled???
No, this is just going to my last project (indefinitely).
I'll just finish it, and anyone who wants to help can help.
kanomaster
Scratcher
100+ posts

LongFun Games

kanomaster wrote:

jaskeI wrote:

Wait, so the Nonograms project is being cancelled???
No, this is just going to my last project (indefinitely).
I'll just finish it, and anyone who wants to help can help.
Also I've given assignments to everyone, and it's been over a week since anyone has given me any work completed. I understand that everyone has real life and stuff, but like. I've got people asking what they can do, then giving them an assignment, and then not hearing from then in a week. (@Riiviir, I understand his situation)
I've gotten no progress on a scrolling function (I've already made it now…)
I've gotten no backgrounds.
I've gotten no pixel art.
I've gotten no transitions.
I've gotten two things from others so far. And this was over a week ago. Thanks @Riiviir for the buttons. (Over 70 which was super helpful). And Jaskei, got the number text engine font. So I've done like everything… (rant over)
If anyone is interested in creating something that I can use, then please go ahead. But I plan to finish this on my own. The only thing I can't really do is create backgrounds, so I'll need that I guess.
Keep in mind this is just me letting my stress over this project out, as I've checked like 5 times in the past few hours, and gotten nothing, so this is just my frustration. Don't take this personally at all. I truly believe that if all y'all were available 100% of the time to do scratch with no other worries, that we'd have finished this already to perfection, but that's an ideal situation that ain't gonna happen.
(now rant over, lol)
kanomaster
Scratcher
100+ posts

LongFun Games

The Nonograms Project is now fully functional:
Link to it here: https://scratch.mit.edu/projects/731019661/
However, it is not complete.
I need 23 more pre made puzzles. (Click the Green Flag, then click Create Level, then click the squares in the 10x10 grid to make some form of artwork. (please don't make it random, but actually put some effort into nice looking pixel art.) Then click the "Save Level“ button then click ”Save To Copy/Paste" and finally double click on the orange list thing that comes up. Then post this code into the comments below the project, or insert them into this forum.

Besides the pre-made puzzles, I also need some bug testing, and I will also make the Save To Cloud function (may take a while).
And then there is no settings, or credit screen yet.
To report bug testing fill out the form below:

Sprite affected: (Example: start button doesn't show up)
Method of achieving bug: (Example: I pressed this button and then this other button really fast, and bug occurred)
The Bug: (Example: The blocks flicker randomly)
Other: Other Information that you might find helpful for me to fix said bug.

Thanks to whoever does this!
P.S. When the new backgrounds are finished by @depresso-boiyo (The Glow Shop Forum) I'll add these in, and try transitions again. If anyone knows how to time transitions better. Comment below. Thanks again!

Last edited by kanomaster (March 26, 2024 20:46:19)

Powered by DjangoBB