<change pen shade by( I want to make a a game. I have made a character to play as with jump, right and left.
what do I do next.
Offline
Have you downloaded the program?
If not, click here.
Offline
Yes i have. I said that i had used it to make the charecter.
Offline
Cyber_King wrote:
Yes i have. I said that i had used it to make the charecter.
Well, you can make that with paint or any other painting tool on your computer.
Here is a simple tutorial: Getting Started With Scratch
Offline
next, you paint a background and make something happen to change the background, and you have levels. also try to set a goal, like "get all the orbs".....Please take my quiz, it is in my sig
Offline
Do you mean you've programmed it to move left and right? Or do you need help figuring out how to do that?
Offline
Sorry apparently I have made it wrong so i need some script.
Offline
Cyber_King wrote:
Sorry apparently I have made it wrong so i need some script.
Well, what do you want your game to do? We can help you if you say what you need help with.
Offline
There are some great prebuilt games in the starter projects. However, the best way for a starter to make a game is to go find a project on scratch that is a "Platofrmer engine". These contain prebuilt code, so all you need is art!
In the prebuilt projects screen (In scratch, this is below your preview screen, next to "Paint sprite"), you can find a "Jetpack monster". If you insert code to teleport him back to the start when he hits an enemy, you can build a game that way. I have a project based on the Jetpack monster. If you want it, it's open sourced. So go ahead and try it out.
Offline
Cyber_King wrote:
<change pen shade by( I want to make a a game. I have made a character to play as with jump, right and left.
what do I do next.
make some power ups with this code added onto ur power up
when green flag clicked
forever if touching player
broadcast power up 1
hide
and this onto ur player
when i recieve power up 1
change costume to power up 1 (for instance a fire mario)
when i recieve power up 1
set variable power up to 1
when green flag clicked
if variable power up = 1 and left button pressed
switch to costume left power up 1
do this for every power up and have fun with your game
sorry, i couldn't make the blocks come up
Offline
Dude try my game out as a perfect example, download
DODGEM DOTS! Click here to play!
Highly addicting,
Axwe8
Offline
coolboy2009 wrote:
There are some great prebuilt games in the starter projects. However, the best way for a starter to make a game is to go find a project on scratch that is a "Platofrmer engine". These contain prebuilt code, so all you need is art!
In the prebuilt projects screen (In scratch, this is below your preview screen, next to "Paint sprite"), you can find a "Jetpack monster". If you insert code to teleport him back to the start when he hits an enemy, you can build a game that way. I have a project based on the Jetpack monster. If you want it, it's open sourced. So go ahead and try it out.
Thats it in a nutshell o.o
Offline
TheSchiffelman wrote:
coolboy2009 wrote:
There are some great prebuilt games in the starter projects. However, the best way for a starter to make a game is to go find a project on scratch that is a "Platofrmer engine". These contain prebuilt code, so all you need is art!
In the prebuilt projects screen (In scratch, this is below your preview screen, next to "Paint sprite"), you can find a "Jetpack monster". If you insert code to teleport him back to the start when he hits an enemy, you can build a game that way. I have a project based on the Jetpack monster. If you want it, it's open sourced. So go ahead and try it out.That's it in a nutshell o.o
Hey SpriteMaster
Offline
here are all the scripts your need:
broadcast
when i recieve
forever if
these scripts are VERY usefull and can help if you want to broadcast the next level. also check out mmy new tutorial im making.
(GRRR 180 second rule)
Offline
TheDogIslandFan wrote:
here are all the scripts your need:
broadcast
when i recieve
forever if
these scripts are VERY usefull and can help if you want to broadcast the next level. also check out mmy new tutorial im making.
(GRRR 180 second rule)
TheDogIslandFan, the 180 second rule is to keep new scratchers like yourself from spamming up the forums.
Welcome to scratch! I would reccomend looking around in the scratch files and seeing what scripted sprites you can find-people have gotten famous that way, you know! Find something you like, recolor it, maybe add some backgrounds, and you've got a pretty good game for a starter!
Offline