wolvesstar97 wrote:
Will there be hidden sprites?
That is ALL I want to know. That is what my question was about.
Nobody awnsered it.
you mean the purple "hide" block?
If that's what you mean, the answer would be OF COURSE! but if not am sorry, But it's likely you mean something else.
Last edited by Tecklop (2012-07-21 22:52:34)
Offline
Will you:
A: be able to name, order and catagorize your scripts with names
B: disable scripts temporarily when something happens
C: define whether an object is hidden? I'll try and put what i mean in one script.
D: have an if-until block
if <hidden> disable script [script1sprite1] end Until <shown> Disable script script1sprite1 Move (4) steps endI'm trying to make this not a suggestion, because if it's not included in 2.0, i'll suggest it.
Last edited by pinnipediator (2012-07-22 02:07:05)
Offline
Tecklop wrote:
wolvesstar97 wrote:
Will there be hidden sprites?
That is ALL I want to know. That is what my question was about.
Nobody awnsered it.you mean the purple "hide" block?
If that's what you mean, the answer would be OF COURSE! but if not am sorry, But it's likely you mean something else.
I think he means hidden sprite as in when you edit the project, the sprite isn't in the list of sprites.
Offline
I've heard that all sprites will now be in vector formats. Does this mean the paint program will be a vector editor? Having a vector editor in scratch would make animation and lipsyching and walkcycles and anything like that WAY easier, but vector editors are kind of complex until you learn the basics. I was going to make a suggestion about this, but I wanted to make sure it hadn't already been implemented first.
Offline
Thrystor wrote:
I've heard that all sprites will now be in vector formats. Does this mean the paint program will be a vector editor? Having a vector editor in scratch would make animation and lipsyching and walkcycles and anything like that WAY easier, but vector editors are kind of complex until you learn the basics. I was going to make a suggestion about this, but I wanted to make sure it hadn't already been implemented first.
From what I know the paint editor will behave in the same way it does now -- growing, shrinking, rotating, etc will just be better and not distort, pixelize, etc.
Offline
Wes64 wrote:
Thrystor wrote:
I've heard that all sprites will now be in vector formats. Does this mean the paint program will be a vector editor? Having a vector editor in scratch would make animation and lipsyching and walkcycles and anything like that WAY easier, but vector editors are kind of complex until you learn the basics. I was going to make a suggestion about this, but I wanted to make sure it hadn't already been implemented first.
From what I know the paint editor will behave in the same way it does now -- growing, shrinking, rotating, etc will just be better and not distort, pixelize, etc.
Yep, an easy to use vector editor :3
Offline
straightA wrote:
how do i put google images as my sprite for my project???
please help me with that
I bet you aren't using Scratch 2.0; You're using 1.4, most probably. Just drag the pic into the costumes tab.
Offline
straightA wrote:
how to you get a google image to be a sprite in your project
_meow_
Go to the image, and download it, then open Scratch and choose "import sprite" and navigate to the image and double click it.
And this isn't a question about 2.0.
Offline
Tecklop wrote:
wolvesstar97 wrote:
Will there be hidden sprites?
That is ALL I want to know. That is what my question was about.
Nobody awnsered it.you mean the purple "hide" block?
If that's what you mean, the answer would be OF COURSE! but if not am sorry, But it's likely you mean something else.
Thrystor wrote:
I've heard that all sprites will now be in vector formats. Does this mean the paint program will be a vector editor? Having a vector editor in scratch would make animation and lipsyching and walkcycles and anything like that WAY easier, but vector editors are kind of complex until you learn the basics. I was going to make a suggestion about this, but I wanted to make sure it hadn't already been implemented first.
The paint editor is being reprogrammed to be an easy to use vector editor.
Offline
I have a question, will Scratch 2.0 allow bigger projects to be uploaded? For example, right now, the limit is 10MG, but when Scratch 2.0 comes out, will it allow bigger projects past 10MG to be uploaded? Maybe a 25MB limit?
Offline
berberberber wrote:
^^
Unlimited blocks.
50GB of sound.
Wait a minute! 50GB sounds way to good! Do you mean 50MB?
Offline
green23 wrote:
Tecklop wrote:
wolvesstar97 wrote:
Will there be hidden sprites?
That is ALL I want to know. That is what my question was about.
Nobody awnsered it.you mean the purple "hide" block?
If that's what you mean, the answer would be OF COURSE! but if not am sorry, But it's likely you mean something else.I think he means hidden sprite as in when you edit the project, the sprite isn't in the list of sprites.
Correct.
The purple hide block is always gonna be there, that I know.
Hidden sprites.
Offline
Nomolos wrote:
berberberber wrote:
^^
Unlimited blocks.
50GB of sound.Wait a minute! 50GB sounds way to good! Do you mean 50MB?
Actually, I think its unlimited. You dont have to use server bandwith to upload projects since its all online.
Offline
Hi,
How do you set the number a user enters in the right place in a list eg.
If the user says the number 3 and the're the numbers
1
4
5
9
12
how do you put that number inbetween 1 and 4. This must do it automatically whenever a user gives a random number.
thanks.
Offline
kristenr wrote:
Hi,
How do you set the number a user enters in the right place in a list eg.
If the user says the number 3 and the're the numbers
1
4
5
9
12
how do you put that number inbetween 1 and 4. This must do it automatically whenever a user gives a random number.
thanks.
This is a Help with Scripts question. Scratch 2.0 has not been released yet; the current version is 1.4.
Offline
BirdByte wrote:
kristenr wrote:
Hi,
How do you set the number a user enters in the right place in a list eg.
If the user says the number 3 and the're the numbers
1
4
5
9
12
how do you put that number inbetween 1 and 4. This must do it automatically whenever a user gives a random number.
thanks.This is a Help with Scripts question. Scratch 2.0 has not been released yet; the current version is 1.4.
Insert (3) at (2) of (yourlist v)
Last edited by zorket (2012-08-13 15:11:59)
Offline