If you are a new member then you have came to the right place. You may have never guessed it but ALL of us here were new members here once We all were once awkward around scripts and better projects. Plus all of us have mad project failures. Wise and experienced scratchers can come on here and help you. Join and see what you can learn.
Magabella's Profile
Name: Magabella (Duh)
Age: Not telling u
Where I live: where elephants roar
personality: calm and experienced
my fav food: fried chicken
my fav color: green or blue (depends)
my fav drink: coke
my fav equation: E=MC2 From Einstein's theory of relativity
my BEST scratch project: Scratch Alive or the Great surfing Pikachu
my bff: Silentstar
Offline
josabella wrote:
how do u make your sprite move using arrow keys?
There are two common ways. The first:
The second:
The second way is a better choice - it's all in one script, and it's smoother. The first way is sort of sticky, and you have to hold the key for a bit before you move rapidly.
Note that you can change the amount of X and Y the sprite moves by - increasing the amount will increase the speed that the sprite moves at, and the opposite for decreasing the amount.
Any questions?
Last edited by Jonathanpb (2010-05-09 01:52:12)
Offline
Silentstar's Profile
Name: Silentstar
Age: Not telling u
Where I live: where elephants roar
personality: clever and entergetic
my fav food: fried chicken
my fav color: green,blue,or black
my fav drink: coke
my fav equation: E=MC2 From Einstein's theory of relativity (me too)
my BEST scratch project: Epilepsy Test or My Entry for Swifty
my bff(s):Buddies,babygal08,emilypie,candy0503,doody,hamstersrule,and hamstermon
Offline
-Leo- wrote:
Hey, im kind of new, and im just wondering if anyone knows how to make scrolling backgrounds? That would help a lot
I don't thing you can scroll with backgrounds, although I'm not the most advanced at Scratch. coolstuff might know.
Offline
Dazachi wrote:
-Leo- wrote:
Hey, im kind of new, and im just wondering if anyone knows how to make scrolling backgrounds? That would help a lot
I don't thing you can scroll with backgrounds, although I'm not the most advanced at Scratch. coolstuff might know.
As dazachi said I dont think you can scroll backrounds.But to scroll scripts someone (I have a bad memory)has a GREAT tutorial to scroll with scripts
BTW can someone help me with a jumping script?
Offline
-Leo- wrote:
Hey, im kind of new, and im just wondering if anyone knows how to make scrolling backgrounds? That would help a lot
You can't make the background scroll itself. However, you can use Sprites to make a background and scroll those, similar to the one in Archmage's project
http://scratch.mit.edu/projects/archmage/105910
Offline
Um hi does anyone know how to do a good variable script!I never do much scripts but I want to learn how to keep score or set a variable timer
Offline
you can do something I guess like create a variable and set it to something!(I think)
Offline
BlackFang356 wrote:
Um hi does anyone know how to do a good variable script!I never do much scripts but I want to learn how to keep score or set a variable timer
to do a timer, lets say you want to make it count down from ten,y ou should name the variable "time" your script should be something like this:
*When Green Flag is Clicked*{Repeat Until<(Time)=1>[change Time by -1]} i hope that helped!
To keep score, if you want to do something like, a soccer goal, you should name the variable "score" and the sprites "ball" and "goal" then do the variable stuff on the goal's script, the script would be like this: *When Green Flag is Clicked* {Forever{If<touching Ball>[Change Score by 1]}} try it! it should work!
Offline
Koopa Klan Kangaroo is my nickname(lol not really).
Offline