-
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
Extensions : "Looks+", "Sensing+", "Files" update suggestion #611
Comments
I am fixing the looks+ menu issue right now. For files, you can get that behavior by doing this I have significant concerns about the reliability of this, which is why it's hidden (browsers sometimes refuse to open the window, but they don't tell us when they do that, so the block can just get stuck forever) For changing the title of the file saving window, it looks like that screenshot is from the desktop app, where we can probably make it look a bit nicer (update: in 1.8.0 it is the default file name instead of blob:...). However in general we don't have control over what gets displayed there or if the dialog appears at all |
This is better than showing blob:... Part of TurboWarp/extensions#611
What do you mean by is exactly mouse pointer? Could you give an example. |
For example, basic Scratch's <mouse pointer touched?> blocks detects both PC mouse pointer and screen touch, which stil remains "pointer recognization" after get off a finger from touchscreen. So I need computer mouse pointer detection in one block, not a finger touch. Also, thanks for GarboMuffin's quick reply and notice to fixing problem! |
I added part of that i will do the rest tommorow |
Really appreciate for accepting my suggestion! <3 |
#613 here is the pull request |
(TL;DR) if you disable it, iOS and iPadOS cannot select files. |
And once again I find myself replying to a message in this repo with "wow, apple sucks" (•_•) |
Oof... didn't know about that. |
Hi Lily. The sprite selection menu error seems to be fixed at the situation that clones are generated, but "this sprite" target selection still doesn't work when I trying to targeting clone itself under "when I start as a clone" scripts. Could you check this problem? Thank you. |
Hi, I will fix this issue as soon as I can. Thank you for informing me of this problem (ノ◕ヮ◕)ノ*:・゚✧ |
The "this sprite" problem in clones have been fixed. Thank you so much! |
My environment : TurboWarp Desktop v1.8.0 beta-1.
Hello.
The custom extensions recently added in TurboWarp seems very powerful and having high-level potential.
According to "Scratch built-in timer" benchmark result, it seems quite a bit slow rather than basic blocks, but also allows tons of useful functions developing Scratch-based game just like my case.
But using some of the extensions, I got a few requirements/dissatisfaction about lack of functional process.
So here's the few suggestions about the extensions : "Looks+", "Sensing+", "Files".
In Detail :
1. Functional Error at "Looks+" - The "[effect] effect of (sprite)" block doesn't work with clones.
When I set the (sprite) tab of block with "this sprite" and use it on Clones, it gets the original sprite's effect values and doesn't recognize parent of itself(clone). Opening the (sprite) tab when clone got birth, just increasing of "this sprite" button selection.
What a mirror.
2. EXACTLY Mouse pointer detector at "Sensing+"
Sensing+ is very useful to add support of mobile touchscreen. But in some of the cases like situation have to support both PC and Mobile Screen, detecting which is exactly mouse pointer goes too difficult. Yeah I know how to detect exactly mouse pointer, not a touchscreen touch, but it is too abstruse and get mess the codes. Basic Scratch's mouse pointer detection is very annoying in this situation.
Adding blocks such as <is Exactly Mouse pointer?> will be very useful to recognizing at computer mouse pointer.
3 . "Files" : Disable showing "Drag and Drop" box screen when open files / Set a title of file saving window
Although there's already have an block "set open file selector mode to (open selector immediately)", after using that block, it pops up both file opening window and D&D box at the same time! I hope there be an option disable showing D&D box, to only show file opening window.
Also, when I trying to save any file using "download (string) as (file.txt)" block, the title of file saving window displays raw blob names : such as "blob:file:///12blah9123-blah5345-bl75675ah".
Giving an option to edit it, it will be really cool.
these above are all of my suggestions.
Thank you for reading, and always huge thanks and cheers for GarboMuffin and TurboWarp's developers.
XeroName
The text was updated successfully, but these errors were encountered: