How To Hide/Show A List ?
A list does not have block that say
when gf clicked Show/Hide list [ Last used application v ]Please help !!
Offline
Auto007 wrote:
How To Hide/Show A List ?
A list does not have block that saywhen gf clicked Show/Hide list [ Last used application v ]Please help !!
Currently, there isn't a block to hide/show a list, though the good news is that in Scratch 2.0, there will be that feature. For now, if you want a workaround, just have your list constantly showing with a sprite over it to hide/show it.
I hope that this helps!
Offline
In a project I did I used layering to hide lists. By putting sprites in front of the lists.
Offline
JH1010 I havent got a reply yet. Can I join the workshop?
Offline
I would like to join to help people with scripts.
Offline
Blazingwave wrote:
JH1010 I havent got a reply yet. Can I join the workshop?
Sorry for the delay. You can join.
ianthestuntman wrote:
I would like to join to help people with scripts.
You can join.
Offline
I try to help whenever I can, so I'd like to join this workshop.
Offline
(I don't know if this is valid or not but)
What would a script creating a menu like this be like:
1. A 3D circle of 4 options (sprites)
(like this, http://i.imgur.com/vpAie.png)
2. When you press the right arrow key, they "go around" the circle counter clockwise, so the option that was previously on the right is now in the center.
Offline
mythbusteranimator wrote:
(I don't know if this is valid or not but)
What would a script creating a menu like this be like:
1. A 3D circle of 4 options (sprites)
(like this, http://i.imgur.com/vpAie.png)
2. When you press the right arrow key, they "go around" the circle counter clockwise, so the option that was previously on the right is now in the center.
Well, it's going to be hard to say what a "script" (note that script isn't plural) would be like, though what you could do is in the background, have a variable called (choice), as well as a script that would change choice by one, and mod it by 4 every time you press the right key. Then, in your menu choices (each seperate sprites), you add a script to detect when the right key has been pressed (or a change in (choice) ) and to go to their appropriate place when right is pressed. That'd be a general concept behind your menu, but if you need to see the physical scripts, just say.
I hope that this helps!
sonicfan12p wrote:
I try to help whenever I can, so I'd like to join this workshop.
Joined, so welcome to the Scripts Workshop! I hope that you'll enjoy your stay here!
Last edited by ErnieParke (2013-01-14 16:55:38)
Offline
I understand that, but can you show me an example script of the physics needed to rotate?
Offline
JH1010 wrote:
Blazingwave wrote:
JH1010 I havent got a reply yet. Can I join the workshop?
Sorry for the delay. You can join.
ianthestuntman wrote:
I would like to join to help people with scripts.
You can join.
Thank you
Offline
mythbusteranimator wrote:
I understand that, but can you show me an example script of the physics needed to rotate?
Yes, yes I can, but that'd have to wait till the 'morrow. Sorry about the delay.
Offline
ErnieParke wrote:
mythbusteranimator wrote:
I understand that, but can you show me an example script of the physics needed to rotate?
Yes, yes I can, but that'd have to wait till the 'morrow. Sorry about the delay.
Perfectly fine.
Offline
mythbusteranimator wrote:
ErnieParke wrote:
mythbusteranimator wrote:
I understand that, but can you show me an example script of the physics needed to rotate?
Yes, yes I can, but that'd have to wait till the 'morrow. Sorry about the delay.
Perfectly fine.
Oh wait, I just relized that I need to ask you this first:
Do you want to be able to go through the menu using the left arrow key as well?
Last edited by ErnieParke (2013-01-16 17:05:10)
Offline
ErnieParke wrote:
mythbusteranimator wrote:
ErnieParke wrote:
Yes, yes I can, but that'd have to wait till the 'morrow. Sorry about the delay.Perfectly fine.
Oh wait, I just relized that I need to ask you this first:
Do you want to be able to go through the menu using the left arrow key as well?
Um...if it makes it easier not to, than no, you don't need to add that.
Offline
mythbusteranimator wrote:
ErnieParke wrote:
mythbusteranimator wrote:
Perfectly fine.Oh wait, I just relized that I need to ask you this first:
Do you want to be able to go through the menu using the left arrow key as well?Um...if it makes it easier not to, than no, you don't need to add that.
Okay; I'll get your script to you tomorrow then. I'm a bit tight on time right now.
Offline
ErnieParke wrote:
mythbusteranimator wrote:
ErnieParke wrote:
Oh wait, I just relized that I need to ask you this first:
Do you want to be able to go through the menu using the left arrow key as well?Um...if it makes it easier not to, than no, you don't need to add that.
Okay; I'll get your script to you tomorrow then. I'm a bit tight on time right now.
Sure.
I'll be at Winter Jam in Reading tomorrow, so I might get it Friday.
Offline
Can I help out?
Offline
Ok to tell you JH1010
The first post of this topic, the offline/online pics are incorrect.
Please make sure in the code of each one you put the correct caps becasuse the API code is CaSE SEnsiTive. My offline/online isnt working because the start of my name is a uppercase B I think you put a lowercase b in the code. It also means you may have accidently done the same for other members
Please fix it.
Offline
numberonegamers wrote:
Can I help out?
Yes. New members are always appreciated.
Blazingwave wrote:
Ok to tell you JH1010
The first post of this topic, the offline/online pics are incorrect.
Please make sure in the code of each one you put the correct caps becasuse the API code is CaSE SEnsiTive. My offline/online isnt working because the start of my name is a uppercase B I think you put a lowercase b in the code. It also means you may have accidently done the same for other members
Please fix it.
Fixed.
Offline
JH1010 wrote:
numberonegamers wrote:
Can I help out?
Yes. New members are always appreciated.
Blazingwave wrote:
Ok to tell you JH1010
The first post of this topic, the offline/online pics are incorrect.
Please make sure in the code of each one you put the correct caps becasuse the API code is CaSE SEnsiTive. My offline/online isnt working because the start of my name is a uppercase B I think you put a lowercase b in the code. It also means you may have accidently done the same for other members
Please fix it.Fixed.
Thanks
Offline
Also I would advise you to remove the sentance advertising the tester team since they currently are not operating anymore.
Offline
Blazingwave wrote:
Also I would advise you to remove the sentance advertising the tester team since they currently are not operating anymore.
Fixed.
Offline
Ok sorry to keep bothering you
Last edited by Blazingwave (2013-01-17 02:52:42)
Offline
Blazingwave wrote:
JH1010 wrote:
numberonegamers wrote:
Can I help out?
Yes. New members are always appreciated.
Blazingwave wrote:
Ok to tell you JH1010
The first post of this topic, the offline/online pics are incorrect.
Please make sure in the code of each one you put the correct caps becasuse the API code is CaSE SEnsiTive. My offline/online isnt working because the start of my name is a uppercase B I think you put a lowercase b in the code. It also means you may have accidently done the same for other members
Please fix it.Fixed.
Thanks
Oops...........
I am sorry.........
I must have made that good and accurate without mistakes.....
Sorry about that
-----------------<<±>>--------------
About cloud variable...
Can anyone show us a program made with cloud variable ?
We can add that to solved problems or new program in intro post...
And people would also like it .
Offline