-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SuperAlert #735
Add SuperAlert #735
Conversation
can you make options for the user to press? like (yes, no) (accept, cancel) etc |
Why are the blocks in chinese? |
Probably because the extension's creator is Chinese. |
Can you add more blocks that can customize the alert box? Here is some concept blocks I made (that do work, so this is possible): |
That 's a good advice. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also change the JS and extensions.json to comply with the new policies in CONTRIBUTING.md.
Looking forward to this extension.
}, | ||
], | ||
menus: { | ||
textOptions: [ |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
{ text: 'Title', value: 'Title' }, | ||
{ text: 'Content', value: 'Content' }, | ||
], | ||
alignmentOptions: [ |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
||
getInfo() { | ||
return { | ||
id: 'tc', |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
getInfo() { | ||
return { | ||
id: 'tc', | ||
name: Scratch.translate({ id: 'name', default: 'Alert' }), |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
this.contentSize = 16; | ||
this.outlineSize = 1; | ||
} | ||
d() { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
{ text: 'Center', value: 'center' }, | ||
{ text: 'Right', value: 'right' }, | ||
], | ||
fontOptions: [ |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
I did this in Better Input |
i like to see this extension be merged. |
Just use an if statement and close the box if true |
oh ok |
guys we love XSS |
W xss /j |
Why was this closed? |
An extension can open an Alert at the center of screen.