Discuss Scratch

YFIMF
Scratcher
7 posts

How to detect if an user is not in the tab?

hey. guys̴? i just need… this. i just do. i found tha̴t pen (and stamping?) doesn't work wh̵en the user is not in the t̷ab. is there… any way to detect if the user is not in the tab?
applejuiceproduc
Scratcher
1000+ posts

How to detect if an user is not in the tab?

YFIMF wrote:

hey. guys̴? i just need… this. i just do. i found tha̴t pen (and stamping?) doesn't work wh̵en the user is not in the t̷ab. is there… any way to detect if the user is not in the tab?
Make the code try to make a dot with pen at some coordinate, and then use if touching color to see if it's there. If it's their their in the tab.
GIitchInTheMatrix
Scratcher
1000+ posts

How to detect if an user is not in the tab?

applejuiceproduc wrote:

YFIMF wrote:

hey. guys̴? i just need… this. i just do. i found tha̴t pen (and stamping?) doesn't work wh̵en the user is not in the t̷ab. is there… any way to detect if the user is not in the tab?
Make the code try to make a dot with pen at some coordinate, and then use if touching color to see if it's there. If it's their their in the tab.
I thought the touching color block can’t detect pen.
Knightbot63
Scratcher
1000+ posts

How to detect if an user is not in the tab?

GIitchInTheMatrix wrote:

(#3)
I thought the touching color block can’t detect pen.
It can.
YFIMF
Scratcher
7 posts

How to detect if an user is not in the tab?

Knightbot63 wrote:

GIitchInTheMatrix wrote:

(#3)
I thought the touching color block can’t detect pen.
It can.
tried it. didn't work.
YFIMF
Scratcher
7 posts

How to detect if an user is not in the tab?

applejuiceproduc wrote:

YFIMF wrote:

hey. guys̴? i just need… this. i just do. i found tha̴t pen (and stamping?) doesn't work wh̵en the user is not in the t̷ab. is there… any way to detect if the user is not in the tab?
Make the code try to make a dot with pen at some coordinate, and then use if touching color to see if it's there. If it's their their in the tab.
this ̶is EEEXXXAAACCCTTT̷LLLYYY w̵hat i tried.
SAVVYSCLUTTER
Scratcher
500+ posts

How to detect if an user is not in the tab?

Don't use Unicode in forum posts.
YFIMF
Scratcher
7 posts

How to detect if an user is not in the tab?

??
YFIMF
Scratcher
7 posts

How to detect if an user is not in the tab?

SAVVYSCLUTTER wrote:

Don't use Unicode in forum posts.
i think it's fixed now, does this still appear in my comments?
SAVVYSCLUTTER
Scratcher
500+ posts

How to detect if an user is not in the tab?

YFIMF wrote:

SAVVYSCLUTTER wrote:

Don't use Unicode in forum posts.
i think it's fixed now, does this still appear in my comments?
It appears in your previous posts but not this one.
applejuiceproduc
Scratcher
1000+ posts

How to detect if an user is not in the tab?

YFIMF wrote:

applejuiceproduc wrote:

YFIMF wrote:

hey. guys̴? i just need… this. i just do. i found tha̴t pen (and stamping?) doesn't work wh̵en the user is not in the t̷ab. is there… any way to detect if the user is not in the tab?
Make the code try to make a dot with pen at some coordinate, and then use if touching color to see if it's there. If it's their their in the tab.
this ̶is EEEXXXAAACCCTTT̷LLLYYY w̵hat i tried.
if you can share a project so I can see that would be great…
YFIMF
Scratcher
7 posts

How to detect if an user is not in the tab?

applejuiceproduc wrote:

YFIMF wrote:

applejuiceproduc wrote:

YFIMF wrote:

hey. guys̴? i just need… this. i just do. i found tha̴t pen (and stamping?) doesn't work wh̵en the user is not in the t̷ab. is there… any way to detect if the user is not in the tab?
Make the code try to make a dot with pen at some coordinate, and then use if touching color to see if it's there. If it's their their in the tab.
this ̶is EEEXXXAAACCCTTT̷LLLYYY w̵hat i tried.
if you can share a project so I can see that would be great…
i don't think it would make sense, only if it works on your side.
medians
Scratcher
1000+ posts

How to detect if an user is not in the tab?

YFIMF wrote:

applejuiceproduc wrote:

YFIMF wrote:

applejuiceproduc wrote:

YFIMF wrote:

hey. guys̴? i just need… this. i just do. i found tha̴t pen (and stamping?) doesn't work wh̵en the user is not in the t̷ab. is there… any way to detect if the user is not in the tab?
Make the code try to make a dot with pen at some coordinate, and then use if touching color to see if it's there. If it's their their in the tab.
this ̶is EEEXXXAAACCCTTT̷LLLYYY w̵hat i tried.
if you can share a project so I can see that would be great…
i don't think it would make sense, only if it works on your side.
Well, there could be a problem with how the project is set up, so it would be nice to see.
And you can detect pen with the touching block.
Unixy-Code
Scratcher
500+ posts

How to detect if an user is not in the tab?

YFIMF wrote:

Quote
Umm, you can make this:
whenclickedforeverifmousey>179ormousey<-179then. . .
but it doesn't mean it only works when you switch tabs. Just when you're moving your cursor out of stage. Detectors in sensing category don't work outside the stage so this is a reason why it's so hard to detect switching tabs.

Last edited by Unixy-Code (May 9, 2023 16:06:33)

ajskateboarder
Scratcher
1000+ posts

How to detect if an user is not in the tab?

SAVVYSCLUTTER wrote:

Don't use Unicode in forum posts.
Moment
BreadcatGames
Scratcher
1000+ posts

How to detect if an user is not in the tab?

SAVVYSCLUTTER wrote:

Don't use Unicode in forum posts.
YFIMF
Scratcher
7 posts

How to detect if an user is not in the tab?

medians wrote:

YFIMF wrote:

applejuiceproduc wrote:

YFIMF wrote:

applejuiceproduc wrote:

YFIMF wrote:

hey. guys̴? i just need… this. i just do. i found tha̴t pen (and stamping?) doesn't work wh̵en the user is not in the t̷ab. is there… any way to detect if the user is not in the tab?
Make the code try to make a dot with pen at some coordinate, and then use if touching color to see if it's there. If it's their their in the tab.
this ̶is EEEXXXAAACCCTTT̷LLLYYY w̵hat i tried.
if you can share a project so I can see that would be great…
i don't think it would make sense, only if it works on your side.
Well, there could be a problem with how the project is set up, so it would be nice to see.
And you can detect pen with the touching block.
so if you try it yourself it DOES work?
undeterminstic
Scratcher
1000+ posts

How to detect if an user is not in the tab?

You could detect if the player has not moved there mouse in a while and hasn't pressed the arrow keys.
WojtekGame
Scratcher
1000+ posts

How to detect if an user is not in the tab?

minecraftmanpp_tutor wrote:

You could detect if the player has not moved there mouse in a while and hasn't pressed the arrow keys.
maybe just any key, but we do not check clicks (unless we need to)
medians
Scratcher
1000+ posts

How to detect if an user is not in the tab?

YFIMF wrote:

so if you try it yourself it DOES work?
well


Can you send the link to the project that isn't working

Powered by DjangoBB