You Can Talk About Hopscotch Here; Topic 29 [OFFICIAL]

@pumpkigames ^^^

Thanks for 32 members! I am thankful for everyone who has joined

9 Likes

I think everyone who’s gonna be doing it is already doing it xD

15 Likes

Can someone please edit this project using E’s project editor and save it to their drafts? I really want to have a larger space for an upcoming project, but I’m perpetually on phone…

Project dimensions 1024x768 (or whatever standard size is), and secret blocks~

12 Likes

I’d be glad to help you out, but I’m not online on my iPad yet…

Yes, 1024x768 is the standard size for most iPads.

An 11” iPad Pro has a size of 1194x834

A 12.9” iPad Pro has a size of 1366x1024

4 Likes

That moment when you realize making music would be 500x easier to do with the sub, plus sound better…

I think I’ll wait to make music and see if there might be the option to purchase the advanced music blocks for a project in the future…

15 Likes

I hope In a new update this comes

3 Likes

I’m having an issue with my project, I reviewed the code multiple times, and I wasn’t able to fix it.

It’s a pixel art template that uses strings to make the pixel art, and it goes a bit farther than that by identifying how many of each pixel color it uses in a row.

@CodeHelp

17 Likes

first off, remember a local variable isnt necessarily in a scope of a separate ability. the variable - you had isn’t shared with the ability >Pos. you need to use a parameter to pass that value in it :))
currently, - is 0

i was debugging and i noticed some of the clones arent drawing (they are racoons in the picture), so ill investigate on that :+1:

6 Likes

Tysm for looking at my project and helping :))

Thanks, I fixed that~

It seems to draw for me?

9 Likes

so i spotted a mistake here:

and i assume you wanna get 010 instead of 01 :))

and you canthe pixels drawn are way too large, because the number you inputted (10) multiplied by pixel size (10) gives 100 lol :sweat_smile: you might needa fix that


not sure why this didn’t got posted

7 Likes

Wait so all you did was change that 2 to a 3 and it’s fixed?

I can change that, it’s pretty easy~
Size is super easy to adjust, I just had set pixel size to 10 for testing.

11 Likes

Its definitely fixed now. Thank you so much @Tri-Angle!!!

I’m super excited to start using it~

11 Likes

couple quick questions abt the set origin block


  • does it change the origin for every object or just the object you put the block in?
  • if you change the origin a second time using x and y coordinates, will the coordinates be based off of the current origin or the original one?
  • will it change the dimensions of the screen somehow (this one’s not the smartest question tbh lol)

ty to anyone who answers my interesting questions lol, i’ve never used this block and i have no idea how to…

4 Likes

Just the object you put it in.

Based off the original one.

Not at all.

Me neither xD
Honestly haven’t found a use for it yet~

To my understanding, it positions your object with the bottom left corner touching the pos indicated?

10 Likes

ooh tysm fri (if i can call u that lol)
im currently using it to try and make some sort of scrollable text (dont ask how this is related, my brain works in interesting ways lol)

wait what? pls explain again, lol, i thought this block only changed the origin not the position of ur object-

4 Likes

Np! You can call me that if you want :))

Good idea! Scrollable texts have a lot of uses!

If you press and hold on a block, it gives a description of what that block does. This is what I got out of the description. Tbh, I’ve never experimented on it myself.

I’ll look into it~

9 Likes

and im suprised that its actually working, maybe im not as bad at this as i thought i was lol
but alas, the set origin block had no use in this lol, just realized i don’t need it :P

3 Likes

You’re a better coder than you thought, tho I would think your previous work woulda helped you realize that sooner xD

It has its uses, I’m sure.

10 Likes

awwww tysm dude :face_holding_back_tears: this means a lot

yeah i bet lol, not for this

4 Likes

Is there a limit to how many variables you can have? Like 100 or 1000?

3 Likes