Discuss Scratch

Rumanti
Scratcher
1000+ posts

Move variables and lists

DaSpudLord wrote:

matey1234 wrote:

FalconGunner99 wrote:

No support, if you want to display information, just learn how to use sprites to make a counter, it's a valuable learning experience that everyone should go through at some point if they want to make polished projects.

Take my project Stylish pong. If I had just used a variable for the counter it would have been much easier, but would it fit the aesthetic? Nope.

If you want to make good looking polished projects, learn how to make good UI. That's all.
I would support this but..

As per this post, no support.
^ This ^
Programming is never supposed to be easy, because if it is, you'll never learn anything. Variables are there to help us “save” things, and I also use it for debugging. But if you want prettier variables and such, learn to make your own variable displayer. It is a valuable learning experience that will really help you. Long ago, 3 years ago, I would have supported this, but now that I understand that Scratch is more than a “game maker”.. No support, as per all the reasons stated before. Keep thinking up ideas, though ^-^ Maybe your next idea would be implemented!

:wq
Prinseskat
Scratcher
1000+ posts

Move variables and lists

Rumanti wrote:

DaSpudLord wrote:

matey1234 wrote:

FalconGunner99 wrote:

No support, if you want to display information, just learn how to use sprites to make a counter, it's a valuable learning experience that everyone should go through at some point if they want to make polished projects.

Take my project Stylish pong. If I had just used a variable for the counter it would have been much easier, but would it fit the aesthetic? Nope.

If you want to make good looking polished projects, learn how to make good UI. That's all.
I would support this but..

As per this post, no support.
^ This ^
Programming is never supposed to be easy, because if it is, you'll never learn anything. Variables are there to help us “save” things, and I also use it for debugging. But if you want prettier variables and such, learn to make your own variable displayer. It is a valuable learning experience that will really help you. Long ago, 3 years ago, I would have supported this, but now that I understand that Scratch is more than a “game maker”.. No support, as per all the reasons stated before. Keep thinking up ideas, though ^-^ Maybe your next idea would be implemented!
Yeah, as per above.

haha funny kumquat meme
wizard192
Scratcher
100+ posts

Move variables and lists

DaSpudLord
Scratcher
1000+ posts

Move variables and lists

25% support as per the workaround.


U^ェ^U::motion//This is Blocky. He lives in my signature. He is a trained attack block. He protects my siggy from kumquats.
Botcho_Otkho
Scratcher
1000+ posts

Move variables and lists

carrot2pufferfish wrote:

A lot of times I need to move variables for various reasons. For example, sometimes they get in the way of sprites or need to move with a sprite.
I would like a block that looks like this:
move variable [variable v] to x:(0) y:(0)::variables

I don't have any particular project that needs this, but it could help with coming up with other projects that uses it.

Support!

I see now that the circumstances of one's birth are irrelevant. It is what you do with the gift of life that determines who you are. - Mewtwo
alexphan
Scratcher
1000+ posts

Move variables and lists

DaSpudLord wrote:

25% support as per the workaround.

But what is the workaround…?
DaSpudLord
Scratcher
1000+ posts

Move variables and lists

alexphan wrote:

DaSpudLord wrote:

25% support as per the workaround.

But what is the workaround…?

TimothyLawyer wrote:

Create own watcher using a sprite. Then can place anywhere on screen.

Or make a second variable with similar name, set it up in the second location, hide watcher in the first location, copy value over to second variable, show second watcher.


U^ェ^U::motion//This is Blocky. He lives in my signature. He is a trained attack block. He protects my siggy from kumquats.
Dy155
Scratcher
98 posts

Move variables and lists

Support! Also we need move list to x: () y: ()
move [variable v] to x: (direction) y: (x position) :: variables
move [list v] to x: (pick random (-240) to (240)) y: (...) :: list
Also 2nd page!

Last edited by Dy155 (Dec. 26, 2015 23:57:31)


when I receive [no friends v]
cry :: looks

when I receive [friends v]
smile :: looks
be in a [happy v] mood :: looks
scratchtj
Scratcher
2 posts

Move variables and lists

This is a necessity.
Sheep_maker
Scratcher
1000+ posts

Move variables and lists

Where would the center of a variable and list watcher be?

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
DaBombPop1
Scratcher
4 posts

Move variables and lists

hello2248 wrote:

Yes that would be so helpful, esspecialy if the varible is in large scale format.

how do you make those picture blocks
-Illuminated-
Scratcher
100+ posts

Move variables and lists

DaBombPop1 wrote:

hello2248 wrote:

Yes that would be so helpful, esspecialy if the varible is in large scale format.

how do you make those picture blocks
Please make your own topic instead.



“Creativity is intelligence having fun.”
-Albert Einstein
Flash305
Scratcher
14 posts

Move variables and lists

I support, and they should also add go to front blocks, for lists as well
(variable)go to x: (100) y: (100)

(variable)go to front

Last edited by Flash305 (July 6, 2016 23:06:46)

Sheep_maker
Scratcher
1000+ posts

Move variables and lists

Flash305 wrote:

I support, and they should also add go to front blocks, for lists as well
(variable)go to x: (100) y: (100)

(variable)go to front
Can't you just hide then show the variable

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
Flash305
Scratcher
14 posts

Move variables and lists

I guess, but what happens if this happens on and off and it happens during the time someone plays it.

Last edited by Flash305 (July 7, 2016 21:47:50)

Sheep_maker
Scratcher
1000+ posts

Move variables and lists

Flash305 wrote:

I guess, but what happens if this happens on and off and it happens during the time someone plays it.
Nothing will happen

// this runs in a single frame so you won't see it hiding
hide variable [var v]
show variable [var v]

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
Flash305
Scratcher
14 posts

Move variables and lists

Okay
Shaymin524
Scratcher
68 posts

Move variables and lists

SUPPORT!!! (well, 50%):D

—————————————————————————

GENERATION 1: When you first see this copy it to the start of your sig and change Generation by 1.

—————

Bring back remix trees, scroll blocks, picoboards and the discuss tab!

—————

Trans girl / Lesbian / 13 / Libra
The4thPixel
Scratcher
1000+ posts

Move variables and lists

Ehh… What would this be used for?
Shaymin524
Scratcher
68 posts

Move variables and lists

The4thPixel wrote:

Ehh… What would this be used for?
If you need to…discreetly…move a variable to (say) off the screen \_Ü_/ then you could do:
move variable [foo v] to x:(300) y:(300)::variables

—————————————————————————

GENERATION 1: When you first see this copy it to the start of your sig and change Generation by 1.

—————

Bring back remix trees, scroll blocks, picoboards and the discuss tab!

—————

Trans girl / Lesbian / 13 / Libra

Powered by DjangoBB