hi ttruong!! it’s really nice to see you again :)
how’ve you been?
hi ttruong!! it’s really nice to see you again :)
how’ve you been?
There’s a bug regarding custom images.
@aadenboy currently an issue with the new hs and player update it seems
Use this template to make awesome bug reports: Your Hopscotch username: TalentedToothpick92 (doing testing on here) What kind of device are you using?: (Also include iOS version, and Hopscotch version) iPad 10.5 inch, iOS 15.3.1, Hopscotch version 3.49.0 1 sentence description of the problem (I was doing _________, and then __________ happened): Projects on webplayer 2.0.x have certain scenes womp on loading, if the scene has an object with a Set Image block set to a custom image. Steps th…
That’s good to know.
ye, hopefully it’ll be fixed sometime soonish, they’ve reproduced it so it wouldn’t surprise me if it gets fixed pretty quickly
Yeah it’s an issue with the update everyone’s experiencing it I think.
@Rapterdragon_83 Are you gonna release your Among Us project yet? I have been waiting quite a bit and can’t wait to play it on Hopscotch
“Added Draw Star Custom Ability” by Crosbyman64. Made using the free Hopscotch app!
Added the ability to draw a perfect star, with 5 to 15 points
Hm, I guess that’s doable, thx for the suggestion.
What other keyboards would you guys like (as an option in settings)
That might take a bit of time tho, we’ll see. I’ve kind of got stuff going on rn
There are three options for keyboard layouts on iOS
This is how they’re laid out.
QWERTY:
QWERTYUIOP
ASDFGHJKL
ZXCVBNM
AZERTY:
AZERTYUIOP
QSDFGHJKLM
WXCVBN
QWERTZ (Y is swapped with Z):
QWERTZUIOP
ASDFGHJKL
YXCVBNM
hello! I’ve been alright. i havent had the chance to code that much this week
how’ve you been? coding anything?
how’ve you been? coding anything?
i’ve been good thanks
not really coding anything atm, but i’m slowly progressing on a few projects
@/Fundardo
You should make the keyboard on FunWord QWERTY layout
yes
I will release another WIP soon but unfortunately my sub expires soon so I’m probably not going to finish but I’ll see what I can do.
@Awesome_E two questions
It’s there a easy was to do a generate random number excluding certain numbers?
Two can you send a message in a message block. So like of I receive a message of “hi” can I send “hi” back when I’m in the receive message?
(Im attempting to make a sudoku.)
Perhaps in the future, I’ll make more platformers like Spy Guy 96. Given that I can come up with interesting themes and names for each one. I have a few ideas up my sleeve
It’s there a easy was to do a generate random number excluding certain numbers?
If you’re comfortable with while loops using abilities, you can:
^(12|14|15|17)$
) then re-prompt and check.If you have few numbers to exclude, you can also do something like this, where you want 1-10 excluding 5:
(you can see how the first is more optimal though)
Two can you send a message in a message block. So like of I receive a message of “hi” can I send “hi” back when I’m in the receive message?
I’d recommend using object name or clone or something to identify the object before “hi”.
(Im attempting to make a sudoku.)
maybe consider using clones to interpret a global string or something (arrays should be in Hopscotch moment #3) and adding values that way instead of passing messages if that’s what you’re doing.