This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#51 2013-02-22 20:52:11

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

yeah that will be fine

Offline

 

#52 2013-02-22 20:59:57

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

i have started making a title screen already do u want me to show u what i have done

Offline

 

#53 2013-02-22 21:00:12

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: platform game 2

Great, will have that to you tomorrow hopefully.

Regards,

CAA14

Offline

 

#54 2013-02-22 21:14:39

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

thanks you very much i have made a title screen already if u click on my project u will be bale to see it

Offline

 

#55 2013-02-22 21:30:26

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

When i followed the script you gave me Antonio doesn't show up on the game are you able to tell what i can do in order to fix that

Offline

 

#56 2013-02-22 22:20:37

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: platform game 2

Do you have a "show" block when the game starts? Is his ghost effect set to 100?

I will look at your title screen now.

Regards,

CAA14

Offline

 

#57 2013-02-22 22:39:01

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

i don't think so what should i add the show block to

Offline

 

#58 2013-02-22 22:57:19

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

i added the show block to the main character Antonio but when i played the played the game the character didn't drop on the platform it was already there how do i make it do that

Offline

 

#59 2013-02-22 23:20:13

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

how do i make it so when u reach the fruit platter it takes u to the next level

Offline

 

#60 2013-02-22 23:46:31

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

what am i doing wrong

Offline

 

#61 2013-02-22 23:51:03

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: platform game 2

GDrama97 wrote:

i don't think so what should i add the show block to

No offense, but this will have to be my last post for today.

Okay, when Antonio recieves "gameStart", put the block show there.


Or, in visual:

when i receive [gameStart v] 
show
Make sure that the button:


when [play button] clicked
broadcast [gameStart v]
I may not be active tomorrow either, but i will try.  smile

Hope that helps,

CAA14

Offline

 

#62 2013-02-23 02:38:22

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

how come u cant answer any more of my questions

Offline

 

#63 2013-02-23 02:39:41

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: platform game 2

GDrama97 wrote:

how come u cant answer any more of my questions

Probably because he has to go to sleep.

Offline

 

#64 2013-02-23 03:23:02

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

are you able to me with a few questions

Offline

 

#65 2013-02-23 14:26:25

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: platform game 2

GDrama97 wrote:

are you able to me with a few questions

I can try. What are your questions?

Offline

 

#66 2013-02-23 17:58:08

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

How do I make upgrades e.g. Speed, more bullets, longer range shooting etc.

Offline

 

#67 2013-02-23 18:20:01

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: platform game 2

GDrama97 wrote:

How do I make upgrades e.g. Speed, more bullets, longer range shooting etc.

I don't know. How do you want them? Do you want them to be collectible power ups, store upgrades bought with coins, achievement based, what?

Offline

 

#68 2013-02-23 19:56:52

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

i want them to be upgrades bought with coins

Offline

 

#69 2013-02-23 22:53:57

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: platform game 2

Okay, GDrama97, You need to ask one question and then WAIT until it is resolved and THEN ask another one. No offense but you're being REALLY hard to help because you are asking several questions at the same time and seem to ignore my posts.

When you were complaining about me not being able to answer your questions, it was 2:38 AM here.  neutral

Please refer to my earlier post about the speed change.

I want to help you, but i will NOT do your programing for you, a lot of your questions i already answered or they are so simple you should be able to figure them out based on the scripts you've already made, or at least you need to try. If you're stuck then ask for help and WAIT for the problem to be fixed.

If you can do that, i will help you as best as i can, but if you don't, i am sorry, i cannot help.


ALSO: When i give you scripts to make, like Antonio's movements, then REPLACE your old scripts for that job with the new ones i give you, otherwise they will conflict and the problem will be amplified....

I will probably not be on tomorrow, so i will try to help more Monday.

Regards,

CAA14

Offline

 

#70 2013-02-24 00:14:22

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: platform game 2

GDrama97 wrote:

i want them to be upgrades bought with coins

Okay, well make a pop-up menu, and then add choices and buttons. Make sure the buttons hide and show whenever the menu hides/shows. When the button is clicked, check to see if the player has enough money. If the player does have enough coins, subtract the price from their coin amount, and change their level by one (maybe "jump", so jump level would be 2) and make sure that your script (jump or whatever) reflects this change.

Offline

 

#71 2013-02-24 02:38:44

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

how do i make a pop-up menu

Offline

 

#72 2013-02-24 04:08:35

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: platform game 2

GDrama97 wrote:

how do i make a pop-up menu

You program a button to make a menu show when the button is clicked.

Offline

 

#73 2013-02-24 07:10:46

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

how do i do that

Offline

 

#74 2013-02-24 13:32:28

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: platform game 2

GDrama97 wrote:

how do i do that

You program it.
No offense, but if you really don't know how and need us to write the script for you, we're essentially making the whole game for you since you need help with almost every part of your project. I'm just saying, if this is for your school project, I recommend you not do this as we're doing the project for you. If you need help with like fixing some small things, that's fine, but if you're going to ask how to make the entire project, its not really your work...
In order to learn how to make this by yourself, you need to learn to use Scratch. Build other simpler projects to learn how to use scratch and don't jump too high above your level.

My first project was a cat talking and changing costumes/backgrounds but I learned from it.

Try building something simpler that you know how to do, then in no time you'll be able to build any game you want!
Hint: another great way to learn is to download a well-programmed project and look at the scripts. See if you can find what they each do, and maybe if you can reuse the scripts. I first used a horrible script for jumping, but then I found out how to use velocity, and then now I can use a wonderful jumping script in my projects!

I'm just saying that if you don't know how to program a button to make another thing show, I don't think you're ready to make a platformer.

Offline

 

#75 2013-02-24 16:27:10

GDrama97
New Scratcher
Registered: 2013-02-02
Posts: 100+

Re: platform game 2

i know how to do just i don't know how to make the things be bought with coins

Offline

 

Board footer