Interesting tips!
Offline
well done with these tips! looking at my game HIVE, it seems to follow all these rules. at least, it definitely WILL.
Offline
Cool, thx!
Look fun, try it... http://scratch.mit.edu/projects/cougers/1032436
Offline
How can you rip nintendo?
Offline
I think my game is good can you guys look at it? (Link to project)
Offline
but wait...how come Ryuku used sprites from Maplestory and still got a ton of views, if you said its better to make your own? does customizing a sprite template count as "making your own"? Cause I think it's really unfair. Pr
Offline
Wow! Awesome tips! The "Use little When green Flag & Forever blocks" helped me.
Offline
<when green flag clicked><play drum( 48 )for( 0.2 )secss>
You gotta move to the beat in programming XD
Offline
<forever>Scratch<end>
Offline
I made a good project, it's not that glitchy, runs pretty smoothly, of course, you do get a little bit of lag, but doesn't all projects? Click here to see it.
Offline
Offline
Nice tips!I will use them!
<{ NICE TIPS! }>
Offline
thanks!
Offline
Can you guys please look at my demo to see if it's good?(link to demo)
Offline
How is it possible though? My COMPUTER SUCKS!
Offline
Thanks with the tips they helped me. Also I'm stuck of what my first project should be about and I want it to be great. any ideas.
Offline
Nice tips, will refer to them when creating projects!
Offline
Thanks!
Nice tips! Really helpful. Please look at my stuff, tell me if they are good. If not, please help!
http://scratch.mit.edu/users/iahawkeye
Offline
Actually, I find the following script works fine for moving diagonally. Anyway, good tips
<when green flag clicked>
<forever>
<if><key[ Up Arrow ]pressed?>
<change y by( 2 )>
<end>
<if><key[ Right Arrow ]pressed?>
<change x by( 2 )>
<end>
<if><key[ Left Arrow ]pressed?>
<change x by( -2 )>
<end>
<if><key[ Down Arrow ]pressed?>
<change y by( -2 )>
<end>
Offline
great post! thanks for the tips
( play super speeders 0.1 )
Offline
Thanks for all the compliments guys!
(I got a new account, this is Bobby500 Speaking)
Offline
Lets see...
A project with no sprites, no backgrounds and just:
A green flag hat, is 1.36KB.
A forever loop, is 1.34KB.
A green flag & forever, is 1.37KB.
is broken.
Should I Test my project?
If some scripts are starting too soon, put a wait 0 secs in front.
If variables aren't showing correctly, make sure to save and upload them with them showing in the right place and right setup.
Offline
alexpja wrote:
Qwimbs wrote:
Other cool tips is to totally add music... if ya don't know how i'll show you... please be aware that computers vary and this may not work.
- Go onto itunes if you have it
- Right click the song you want
- Click "copy", and then right click agian and press "add to Window's explorer"
- Now wait wait wait!!! A screen should pop up after a while
- On the left hand side, under "other places", click " my music"
- Now click the folder labled itunes
- Right click on an open white space and paste. It will convert song autimatically to mp3 so it can paste.
- walla!!! Now just go to scratch, import sound, go down to "my music", click "itunes", and double click the song you chose and it's on scratch!!!!!!!!
I figured this out by myself just messin around
.........................................................................................................................
Please check out hardcore fighting on my projects and vote if you want a second one or not!!!
-QWIMBS...QWIMBS...QWIMBS...QWIMBS...QWIMBS...QWIMBS...QWIMBS...QWIMBS...Well, nice try but Scratch doesn't accept mp3 files. It will accept aac, wav and those other ones. mp3 WONT WORK.
mp3 does work. At least, it did for me. But it takes up a lot of space.
Offline
Hey thanks, I might go and view your projects now.
Offline