Discuss Scratch

tailsfan22
Scratcher
28 posts

I want to make a streetpass mii plaza 3DS for scratch?

Help me do this
MasterofTheBrick
Scratcher
1000+ posts

I want to make a streetpass mii plaza 3DS for scratch?

MasterofTheBrick wrote while half-crying with exasperation:

I want people to be more specific when asking for help to avoid further loss of my brain cells.
Help me do this

Last edited by MasterofTheBrick (June 18, 2021 08:58:04)

TEEJIO
Scratcher
86 posts

I want to make a streetpass mii plaza 3DS for scratch?

what script in your street pass miiplaza remake do you need help with
Trademark_Lover_64
Scratcher
500+ posts

I want to make a streetpass mii plaza 3DS for scratch?

TEEJIO wrote:

what script in your street pass miiplaza remake do you need help with
I think he needs help with all of the scripts for it honestly.
Kupicx_7
Scratcher
100+ posts

I want to make a streetpass mii plaza 3DS for scratch?

Do you have the slightest idea how little that narrows it down?

In other words, could you specify what you mean by making “Streetpass Mii Plaza”? Like what functionality are you recreating? Sharing games?, or sharing data? Does it do it locally like regular Streetpass?
tailsfan22
Scratcher
28 posts

I want to make a streetpass mii plaza 3DS for scratch?

TEEJIO wrote:

what script in your street pass miiplaza remake do you need help with
the online
tailsfan22
Scratcher
28 posts

I want to make a streetpass mii plaza 3DS for scratch?

Kupicx_7 wrote:

Do you have the slightest idea how little that narrows it down?

In other words, could you specify what you mean by making “Streetpass Mii Plaza”? Like what functionality are you recreating? Sharing games?, or sharing data? Does it do it locally like regular Streetpass?
i cant im on a school chromebook so its blocked
Kupicx_7
Scratcher
100+ posts

I want to make a streetpass mii plaza 3DS for scratch?

tailsfan22 wrote:

i cant im on a school chromebook so its blocked
Wait, what is blocked?
MasterofTheBrick
Scratcher
1000+ posts

I want to make a streetpass mii plaza 3DS for scratch?

tailsfan22 wrote:

TEEJIO wrote:

what script in your street pass miiplaza remake do you need help with
the online

That didn't answer anything, in fact you just added on to the confusion.

TEEJIO wrote:

what script in your street pass miiplaza remake do you need help with
AntonL1kesPotato
Scratcher
1000+ posts

I want to make a streetpass mii plaza 3DS for scratch?

I had a headache while trying to understand this thread.
Kupicx_7
Scratcher
100+ posts

I want to make a streetpass mii plaza 3DS for scratch?

AntonL1kesPotato wrote:

I had a headache while trying to understand this thread.
I forgot about this topic and now that I re-read it I also have a headache
mmnagelia
Scratcher
100+ posts

I want to make a streetpass mii plaza 3DS for scratch?

tailsfan22 wrote:

Kupicx_7 wrote:

Do you have the slightest idea how little that narrows it down?

In other words, could you specify what you mean by making “Streetpass Mii Plaza”? Like what functionality are you recreating? Sharing games?, or sharing data? Does it do it locally like regular Streetpass?
i cant im on a school chromebook so its blocked
A Chromebook doesn't stop you from typing a good, detailed post. Sure, it can be slow at times, but can you please be more specific? Otherwise, this thread can be taken as spam.
tailsfan22
Scratcher
28 posts

I want to make a streetpass mii plaza 3DS for scratch?

Kupicx_7 wrote:

Do you have the slightest idea how little that narrows it down?

In other words, could you specify what you mean by making “Streetpass Mii Plaza”? Like what functionality are you recreating? Sharing games?, or sharing data? Does it do it locally like regular Streetpass?
of the locally streetpass yes
MasterofTheBrick
Scratcher
1000+ posts

I want to make a streetpass mii plaza 3DS for scratch?

6 different people have asked you to clarify the op, and each time you reply it doesn't clear up any confusions that were already present. I suggest you specify what code you actually need help in properly before this thread gets reported to be taken down.

Last edited by MasterofTheBrick (June 28, 2021 04:27:52)

Kupicx_7
Scratcher
100+ posts

I want to make a streetpass mii plaza 3DS for scratch?

tailsfan22 wrote:

Kupicx_7 wrote:

Do you have the slightest idea how little that narrows it down?

In other words, could you specify what you mean by making “Streetpass Mii Plaza”? Like what functionality are you recreating? Sharing games?, or sharing data? Does it do it locally like regular Streetpass?
of the locally streetpass yes

Ah, thank you.

Well Scratch already has a way to send data with Cloud Variables, but it can do it from all over the web and not just locally.

You could limit when a variable to only be set when someone's location is near another person's, but there is no good way to do that. The closest you might be able to do is get someone's time zone with the “current hour block”, which reports your computer time's hour (which is different across different time zones) along side the “days since 2000” block, which always the same across different computers.
Here is a project that does something like this.

You can find both blocks in the Sensing category in the editor

currenthourdayssince2000

This will only give you a vague latitude coordinate, but no longitude. But it is the closest your gonna get.

Also you're going to need something similar to cloud multiplayer scripts, as you would have to manage the Cloud variables

Oh, and this “variable” that is only set when two people are near each other would have some kind of special code, which when used could unlock a game inside of the project (because downloading a game through cloud variables is basically impossible)

Sorry for all of the colors, I though my post was hard to read so I tried my best to fix that

Last edited by Kupicx_7 (June 28, 2021 10:59:54)

Kupicx_7
Scratcher
100+ posts

I want to make a streetpass mii plaza 3DS for scratch?

Oh, or maybe you could use the Lego WeDo extension to test if there is a stable Bluetooth connection, and then change the variable. This is impractical though, because it requires one or two Lego sets for it to work for a pair of people

Last edited by Kupicx_7 (June 28, 2021 11:04:27)

tailsfan22
Scratcher
28 posts

I want to make a streetpass mii plaza 3DS for scratch?

well its called streetpass scratcher plaza but how will the people look or they can remix it but maybe they can make their person or mii and who views can do it

Last edited by tailsfan22 (June 28, 2021 20:35:05)

Kupicx_7
Scratcher
100+ posts

I want to make a streetpass mii plaza 3DS for scratch?

tailsfan22 wrote:

well its called streetpass scratcher plaza but how will the people look or they can remix it but maybe they can make their person or mii and who views can do it
I was going to mention remixing, but that breaks all of the cloud variables due to a Scratch bug

Also, two people would have to share a single person's remix in order for data to be transmitted
tailsfan22
Scratcher
28 posts

I want to make a streetpass mii plaza 3DS for scratch?

Kupicx_7 wrote:

tailsfan22 wrote:

well its called streetpass scratcher plaza but how will the people look or they can remix it but maybe they can make their person or mii and who views can do it
I was going to mention remixing, but that breaks all of the cloud variables due to a Scratch bug

Also, two people would have to share a single person's remix in order for data to be transmitted
oh that makes sense

Powered by DjangoBB