Thank you so much, this was very helpful :]
So Iām gonna try and make a tag list so I donāt have to tag everyone individually because there is ALOT of people who voted to be tagged for updates. If you wanna join then vote here.
- I wanna join The Pizza Empire!
The name makes me feel powerful lol >:]
I think you have to make the poll in request a tag list
maybe ask a leader to portal
Acutally i dont think you have to, but then when you get enough people in the poll you have to link the post to the request tag list topic. I made my poll in the ytaco and just linked the post when i had enough people.
A post was merged into an existing topic: Drawing with Hopscotch Topic 2 [OFFICIAL]
Thanks so cool! :DD
I like that! Reminds me of the houses in Harry Potter, and its yellow and black so i think Hufflepuff
I really keep forgetting to keep posting on this :/.
Uhhhhā¦so basically the Halloween Burger Shop World Update is out. The update includes only a limited time Halloween world so far. Iām going to update the Halloween update (if that makes sense lol) because Iām not satisfied with it yet. It also currently has 41 likes :D.
Small update and all updates tags: @Cutelittlekittycat @RoadOcean @anon6805002 @Cobalt_Phoenix @Ezra @RainbowHeartz_Chat1 @Reb @KuboYoshiaki @anon48673151 @deepsl8 @anon99810725.
Woah, a lot of people o.O
Oh also,there is a portal room now. You have to enter codes where Iāll either post on here or once in a while through hopscotch idk. Basically when you put in a valid code it will take you to a secret world. The only code for now is āStuckā.
Gonna pretend like I donāt know who the first voter on my ānominate your projectā was /lh
I completely agree though.
Wasnāt me if thatās who you were implying because I liked it, lol :P
Anyways, I really like your game!
I love all these new updates! :D
I know you liked it. It immediately appeared in my notifications. I did assume it was you since you liked it and it got a vote. I still agree with the vote. A lot of the update ideas were from my irl friends. They really liked the game too. Im glad I got actual feedback instead of adding changes that people wouldnāt really need.
The only problem with getting feedback from my friends is that they think Iām the best coder ever lol. One of them asked me to make a save code . I told them that Iām not that good at coding and that I had no idea how a save code worked. But they said āIām sure youāll figure it out.ā With a smile on their facesā¦ā¦.
Aww, they sound like amazing friends :)
But you are a really great coder, donāt get yourself down!
Also I have no idea how to make a save code either, but I agree with your friends, if you keep trying youāll figure it out :)
Thanks for the motivation :]
I think save codes basically take you to some point in the game, so it basically saves exactly where you areā¦
Like Set variable Savecode to: <world>[join with]<speedupgrade>[join with]<money>
It would be a little bit hard with variables that go up in digits that arent in the end(like if speedupgrade
got to 10 or higher), but with a bit of thinking itāll probably be possible. Alternatively,(yes i just did that thinking) you could:
Set variable Savecode to: <world>[join with]<character in SU at index 0><character in SU at index 1><character in SU at index 2>[join with]<money>
That could be if the limit was 999 or some three digit number.
Letās say your current speed upgrade was 34. A check if block would see its length is 2. If it is, it would Set variable SU to: join "o" with <SU>
This would make SU o34, because Hopscotch autoformats 0s to make it a normal number, so be sure to put some character there instead for the save code to have.
Letās say that the world is currently 2, and the money 12345. The player clicks on Get Savecode. This would pop up(if you show the Savecode variable):
2o3412345
Loading the savecode could be as easy as looking in the first digit of the code that was inputted by the user and setting the world to whatever number that is.
Checking the SU would check the next 3 characters, and see if the first one is o. If it is, it checks if the next one is o(for one digit numbers). If only the first one is o, like for o34, then it would set the SU to the characters in Savecode between 2 and 3- because remember, the first character in a variable has an index of 0.
The money would simply be set to everything between index 4 and the length of the Savecode variable.
I hope this helped!
I might be able to make an example project for you in about 12 hours, if you want.
Woahhh thank you so much. I would kinda like an example because I understand it better when I see it. But donāt do it if you donāt want to and donāt pressure yourself to. Thanks again :D.
Okay pretty sure this works, characters between seems wonkier then i thought but i think i got it
Feel free to use it!
So basically, when you decide to leave for awhile and come back later you press āget save codeā and either take a picture or remember it. So when you come back you press āload save codeā and input the code that you got. The save code will take you to where you last were. Is this right? Correct me if Iām wrong because I have -1 brain cells.
Yep, thats the gist of it.