Wait, how did you get access to my projects folder…
You should see mine I have serch to get the project I want
Bruu. there’s just one called “DO MATH”
It’s pretty bad how similar my project folder is…
I actually made a recording of mine and converted it to gif, but then I realised I almost leaked some super confidential projects
hey @richard i need some help here, i can’t find why my code gets stuck at x=10,y=13 do you have any idea what i’m doing wrong?
@YuHayate you only have 9 items in your array but you’re trying to access index 9 (which would be the tenth item since arrays are 0 indexed)

hey @richard I have a problem I really don’t understand and don’t know how to fix
the problem i that every week or so all my projects get deleted and this is really pissing me off
this is the third time this happens.
do you know what is going on?
do you know how to fix it?
@YuHayate, about the data loss, were you signed into Arcade at the time? Was this on a school computer, library computer, or other non-personal machine? Anything else you noticed at the time that might be related?
So sorry this is happening! We want to get to the bottom of this.
its on my personal laptop, I’m not sigh in cuz i know what can happen, I don’t use the browser
(I downloaded MakeCode arcade)
,
when it happens the app is not open
Where did you download MakeCode Arcade from? Was is the Microsoft Store?
We have made significant stability improvements to sign in / cloud sync. It might actually help you here. If your local projects are getting mysteriously deleted from your laptop, cloud sync should be able to restore them.
no in the left of the URL thing on the top you the browser well one or two years ago there was a download button
but now its not there I don’t know why it might be because of a windows update
hey @eanders all my projects disappeared again
I don’t understand why this is happening
hey @eanders its happening every time I close my computer
You can download it by other means as well
hey @richard. is there a way to send a custom error?
in extension
throw "<your error message goes here>"
works, it will stop the simulator and display an ‘Uncaught exception: <your error message>’ popup
hey @richard
is there a way to get the name of a sprite like sprite.name or something?