Seems like we're getting a lot of great offers to help people out with scripting! That's super...but to keep the forums from getting too cluttered, lets post all those offers on this topic. Thanks!
Offline
I'm still a New Scratcher, but I still classify any help needed as a challenge for me! I'll help anyone that needs it, but I've seen requests for people to make projects for other people. I won't do that. but if you need any help, I'll be glad to assist!
Offline
My collaboration and I are always willing to help anyone with anything Scratch related, especially scripting! In addition, we will soon (once we get enough members) be having tutorial classes in not only Scratch but C, PHP, Python, HTML, and others!
Offline
I am always available to help.
EDIT: Well, maybe not always, but pretty often.
Last edited by scimonster (2012-01-27 05:23:32)
Offline
When I started scratch, I thought it was some paint program. I never noticed the blocks until a month later.
After, I really researched. I figured out what each and every block does.
Now, I pass my information down to you.
If you need some help, just ask below and I'll try to help.
CLICK HERE TO GO TO INDEX
Last edited by G0D_M0D3 (2012-01-27 17:34:05)
Offline
Last edited by G0D_M0D3 (2012-01-27 17:32:45)
Offline
Basic bouncing (off of another sprite)
when green flag clicked forever move (speed) steps touching? (sprite) turn left (180) degrees endNote: The touching? block is the touching sprite block. It looks like this:
[blocks]<touching[/blocks]
Last edited by G0D_M0D3 (2012-01-27 17:33:23)
Offline
G0D_M0D3 wrote:
When I started scratch, I thought it was some paint program. I never noticed the blocks until a month later.
After, I really researched. I figured out what each and every block does.
Now, I pass my information down to you.
If you need some help, just ask below and I'll try to help.
CLICK HERE TO GO TO INDEX
Thanks for your offer to help - but we'd prefer people offer to help in the thread I've just moved your posts to.
Offline
G0D_M0D3 wrote:
Basic bouncing (off of another sprite)
when green flag clicked forever move (speed) steps if <touching [sprite v]?> turn left (180) degrees endNote: The touching? block is the touching sprite block. It looks like this:
[blocks]<touching >[/blocks]
I fixed it a little bit...
Anyways, I can also help anyone with scripts.
EDIT: Why is the text bold? I don't get why, because the blocks tag is around the old blocks.
EDIT: I had to remove the old block.
Last edited by rdococ (2012-01-30 08:02:46)
Offline
Mokat wrote:
I'd be happy to help anyone if they need it.
Offline
Hey! I am having trouble getting my project to work. Its to complicated to post the scripts on the forum so my incomplete, glitchy project is posted on my page. My problem is I cannot get the ball to roll on the pen lines in a smooth way. It just kinda floats and freaks out after touching the line. It is here http://scratch.mit.edu/projects/disneyo9080/2381038?comment=10073590 . Thank you!!
-disneyo9080
Offline
I'll help out with scripting! If you need help, comment on any of my projects with your problem, and I'll get back at you as soon as possible!
Offline
I need help! I was wondering, you know all those AMV's scratchers make? I don't exactly know how to use or make scripts like that. I check the scripts like "Repeat" "broadcast" and other scripts but I still don't know how to use them. I would be truly grateful to anyone that helps me understand the scripts.
Offline
I dunno bout you but these kind of things would go in Requests
Offline
What you have to do is use blocks to make your project. The programming blocks are to programme how it will work. CoolRed3 is my username. Feel free to ask questions and I shall simplify what you don't understand. Each block programmes differently. Please enjoy using scratch!
Last edited by CoolRed3 (2012-05-30 14:55:54)
Offline
I'm happy to help wherever I can! Unless it's graphics...
Offline
You can make a sprite move like this:
[scratchblocks]
when gf clicked
move (10) steps
[\scratchblocks]
To talk, do it like this:
[scratchblocks]
when gf clicked
say (Hello!)
[\scratchblocks]
Offline
This does not work!?
Offline