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

#1 2009-12-14 12:14:00

switenky
Scratcher
Registered: 2009-06-28
Posts: 100+

Ask me to help you with Program!

I will help you, new user! I know a lot thing, like, Velocity or Scrolling even something Great!!!! It could be 3-D or it's could be 2-D!  big_smile !!! Comment, to let me know if you need any help! Add your promblem on last of comment!  big_smile   big_smile


LET ME KNOW!!!  big_smile   tongue   big_smile   tongue   big_smile   tongue   big_smile   tongue   big_smile   tongue   big_smile   tongue


http://scratch.mit.edu/static/projects/switenky/769464_med.png DIG DUG

Offline

 

#2 2009-12-15 17:10:59

davecoolkid
Scratcher
Registered: 2009-12-15
Posts: 2

Re: Ask me to help you with Program!

I need help on how to use the programming language. I kinda get most of it but I am trying to make a shooting game but dont know how to make enemies move and get your gun to shoot. please help!

Offline

 

#3 2009-12-15 18:55:31

switenky
Scratcher
Registered: 2009-06-28
Posts: 100+

Re: Ask me to help you with Program!

davecoolkid wrote:

I need help on how to use the programming language. I kinda get most of it but I am trying to make a shooting game but dont know how to make enemies move and get your gun to shoot. please help!

I'll do it, on next day. I promise.  big_smile


http://scratch.mit.edu/static/projects/switenky/769464_med.png DIG DUG

Offline

 

#4 2009-12-15 21:55:41

Greatdane
Scratcher
Registered: 2007-06-05
Posts: 1000+

Re: Ask me to help you with Program!

switenky wrote:

davecoolkid wrote:

I need help on how to use the programming language. I kinda get most of it but I am trying to make a shooting game but dont know how to make enemies move and get your gun to shoot. please help!

I'll do it, on next day. I promise.  big_smile

Isn't that kind of contradicting yourself? You say, and I quote:

I will create lot thing!!!!! No kidding!

Please Comment!

in vain so people notice it, and next thing, you're saying:

I'll do it, on next day.

Not to be eavesdropping or anything, but do you know what you are doing? I mean, I couldn't make a help thread myself. It's hard.  hmm


The future belongs to those who believe in the beauty of their dreams.
        ~ Eleanor Roosevelt

Offline

 

#5 2009-12-16 08:00:48

switenky
Scratcher
Registered: 2009-06-28
Posts: 100+

Re: Ask me to help you with Program!

Greatdane wrote:

switenky wrote:

davecoolkid wrote:

I need help on how to use the programming language. I kinda get most of it but I am trying to make a shooting game but dont know how to make enemies move and get your gun to shoot. please help!

I'll do it, on next day. I promise.  big_smile

Isn't that kind of contradicting yourself? You say, and I quote:

I will create lot thing!!!!! No kidding!

Please Comment!

in vain so people notice it, and next thing, you're saying:

I'll do it, on next day.

Not to be eavesdropping or anything, but do you know what you are doing? I mean, I couldn't make a help thread myself. It's hard.  hmm

What're you meaning?


http://scratch.mit.edu/static/projects/switenky/769464_med.png DIG DUG

Offline

 

#6 2009-12-16 08:14:45

switenky
Scratcher
Registered: 2009-06-28
Posts: 100+

Re: Ask me to help you with Program!

switenky wrote:

Greatdane wrote:

switenky wrote:

I'll do it, on next day. I promise.  big_smile

Isn't that kind of contradicting yourself? You say, and I quote:

I will create lot thing!!!!! No kidding!

Please Comment!

in vain so people notice it, and next thing, you're saying:

I'll do it, on next day.

Not to be eavesdropping or anything, but do you know what you are doing? I mean, I couldn't make a help thread myself. It's hard.  hmm

What're you meaning?

Anyway Ity's easy to make new forum just cilck which is your topic on forum topic. Then you scroll down til you see "Post New Forum"
Cilck on that, then type your idea topic, that is what you talking about, then type your message. Then cilck on "OK" It'll automally send it to Scratch's fourm or if you want test your message (This test if your message actually work), then cilck "Pretest"
You can't replace it if already on Scratch forum. It's work on mine, do your?  yikes  <- ?????


http://scratch.mit.edu/static/projects/switenky/769464_med.png DIG DUG

Offline

 

#7 2009-12-16 09:05:47

switenky
Scratcher
Registered: 2009-06-28
Posts: 100+

Re: Ask me to help you with Program!

davecoolkid wrote:

I need help on how to use the programming language. I kinda get most of it but I am trying to make a shooting game but dont know how to make enemies move and get your gun to shoot. please help!

It's need be 2-D, not 3-D. If 2-D then
it's simple.

Put this in the bullet script. For shooting.

<when green flag clicked>
<forever>
     <repeat until> <key[ space ]pressed?>
     <go to[ Player
     <hide>
     <end>
      <repeat until> <touching[ edge or enemy
      <show>
      <move( 10 )steps>
      <end>
<end>

For make enemy move Y postion same as your player,

<when green flag clicked>
<forever>
   <glide( 1 ) secs to x: ( set your enemy's x postion) Set your y postion same as player
<end>

Find block in sensing, in Scratch 1.4, Cilck on sensing, then drag block that say

" x postion of spirte 1" Replace X postion with y postion by cilck on x poxtion, one box will pop up. Cilck on Y postion. Put that bloack where I said, "Set your y postion same as player" There you have it!!!  big_smile  Reply back!


http://scratch.mit.edu/static/projects/switenky/769464_med.png DIG DUG

Offline

 

#8 2009-12-16 10:47:20

Greatdane
Scratcher
Registered: 2007-06-05
Posts: 1000+

Re: Ask me to help you with Program!

switenky wrote:

Anyway Ity's easy to make new forum just cilck which is your topic on forum topic. Then you scroll down til you see "Post New Forum"
Cilck on that, then type your idea topic, that is what you talking about, then type your message. Then cilck on "OK" It'll automally send it to Scratch's fourm or if you want test your message (This test if your message actually work), then cilck "Pretest"
You can't replace it if already on Scratch forum. It's work on mine, do your?  yikes  <- ?????

I'm two years older than you on here so I should know how to do that, right?  tongue

Anyway, a help forum is still a good idea.  smile

Last edited by Greatdane (2009-12-16 10:47:34)


The future belongs to those who believe in the beauty of their dreams.
        ~ Eleanor Roosevelt

Offline

 

#9 2009-12-16 13:44:31

switenky
Scratcher
Registered: 2009-06-28
Posts: 100+

Re: Ask me to help you with Program!

Greatdane wrote:

switenky wrote:

Anyway Ity's easy to make new forum just cilck which is your topic on forum topic. Then you scroll down til you see "Post New Forum"
Cilck on that, then type your idea topic, that is what you talking about, then type your message. Then cilck on "OK" It'll automally send it to Scratch's fourm or if you want test your message (This test if your message actually work), then cilck "Pretest"
You can't replace it if already on Scratch forum. It's work on mine, do your?  yikes  <- ?????

I'm two years older than you on here so I should know how to do that, right?  tongue

Anyway, a help forum is still a good idea.  smile

Thanks....  big_smile


http://scratch.mit.edu/static/projects/switenky/769464_med.png DIG DUG

Offline

 

#10 2009-12-16 18:12:27

metsu66
Scratcher
Registered: 2009-11-30
Posts: 2

Re: Ask me to help you with Program!

I need help to finish a project.  I have finished a game for my technology class, and the first level works fine (it's scrolling).  But when I go to the second level to the sixth level, it launches my sprite towards the top of the game screen and he won't come down.  Help!

Offline

 

#11 2009-12-16 19:54:10

switenky
Scratcher
Registered: 2009-06-28
Posts: 100+

Re: Ask me to help you with Program!

metsu66 wrote:

I need help to finish a project.  I have finished a game for my technology class, and the first level works fine (it's scrolling).  But when I go to the second level to the sixth level, it launches my sprite towards the top of the game screen and he won't come down.  Help!

I guess that you have a gravity problem.  I'll solve that problem as soon as possible.  Thanks for commenting....  big_smile


http://scratch.mit.edu/static/projects/switenky/769464_med.png DIG DUG

Offline

 

#12 2009-12-17 08:59:23

switenky
Scratcher
Registered: 2009-06-28
Posts: 100+

Re: Ask me to help you with Program!

metsu66 wrote:

I need help to finish a project.  I have finished a game for my technology class, and the first level works fine (it's scrolling).  But when I go to the second level to the sixth level, it launches my sprite towards the top of the game screen and he won't come down.  Help!

Well use this script to make your person go down, called gravity.

<when green flag clicked>
<set{ gravity } to ( -0.0 )>     This gravity set -0.0, If you set them as  -0 or 0 the mistake happen...

<change x by( <{ gravity }>    <repeat(          or       <forever>  I prefer Forever.
                                            <end>                     <end>                                         


<when green flag clicked>
<set{ gravity } to( 0.0
<forever>
  <change x by( <{ gravity }>
<end>

<when green flag clicked>
<set{ jump }to( 0
<forever>
<if> << <key[ up or space  ]pressed?> <and> <( <{ jump }> <=> 0 )>  >>
        <set{ jump }to( 1
        continue jump script.
<end>


Gravity code now.

<when green flag clicked>
<forever>
  <if> << <( <{ jump }> <=> 0 )> <and> <<  <not> <touching color[ floor color >> >>
     <repeat until> <touching color[ floor color
       <change{ gravity }by( speed of fall , like "-4 or -2 anyway it must equal number.
        <end>   
  <else>
      <set{ gravity }to( 0.0
  <end>


Test it! I'm sure it'll work... Tell back if it's actaully worked.  big_smile


http://scratch.mit.edu/static/projects/switenky/769464_med.png DIG DUG

Offline

 

#13 2009-12-18 17:46:02

switenky
Scratcher
Registered: 2009-06-28
Posts: 100+

Re: Ask me to help you with Program!

Anybody???


http://scratch.mit.edu/static/projects/switenky/769464_med.png DIG DUG

Offline

 

#14 2009-12-19 00:01:16

davecoolkid
Scratcher
Registered: 2009-12-15
Posts: 2

Re: Ask me to help you with Program!

thanks for replying i learned how to make the bullet shoot. If you want you can see my game that i made. I learned how to make powerups and it is pretty cool but it wasn't what you probably had in made but just check it out

Offline

 

#15 2009-12-19 00:33:55

Chatter
Scratcher
Registered: 2009-11-29
Posts: 500+

Re: Ask me to help you with Program!

Switenky...wow you're cool!!!! Ok I am new here and me and my dad are learning scratch together. Anywayz...ok here is my problem..... ok we are doing our first game....similar to pac man.  When our character moves...it doesn't stay within the game.  it goes through the walls (game walls).  How do we make the character stay within the game design?  Thank you!!!!!!  smile


http://img19.imageshack.us/img19/2339/mcdonaldsjoke.gifAll your problems are like batter when you add a little Chatter, because when you have Chat, you're safe from bats.  big_smile
"And so?" - The little people in my brain|Status: Snow in April?

Offline

 

#16 2009-12-19 07:32:06

TheSaint
Scratcher
Registered: 2008-11-04
Posts: 1000+

Re: Ask me to help you with Program!

CHatter, you get two variables, X Pos and Y Pos. While moving, you set the variables to your location. Create a sprite of just the walls. Then put If toucking Walls, set X to: X Pos and Set Y to: Y pos.

Hope that helped.

switenky, your idea is great, but you seem relativly new here. Perhaps you should wait until you have a little more experiance? What if people started asking you for health bars, dual systems of gravity, 360 degrees algoriths and such? Not saying that many people use that, but it could happen. Just a thought.

Offline

 

#17 2009-12-19 09:24:56

floatingmagictree
Scratcher
Registered: 2008-10-21
Posts: 1000+

Re: Ask me to help you with Program!

TheSaint wrote:

CHatter, you get two variables, X Pos and Y Pos. While moving, you set the variables to your location. Create a sprite of just the walls. Then put If toucking Walls, set X to: X Pos and Set Y to: Y pos.

Hope that helped.

switenky, your idea is great, but you seem relativly new here. Perhaps you should wait until you have a little more experiance? What if people started asking you for health bars, dual systems of gravity, 360 degrees algoriths and such? Not saying that many people use that, but it could happen. Just a thought.

Or even worse, ARRAY DATA STORAGE.

j/k

Offline

 

#18 2009-12-19 09:59:46

switenky
Scratcher
Registered: 2009-06-28
Posts: 100+

Re: Ask me to help you with Program!

TheSaint, my dad taugh me alot thing he knew how, now I know a lot, like velocity, even Scrolling or health bar. Plus math programming, like ABS or SIN

Chatter wrote:

Switenky...wow you're cool!!!! Ok I am new here and me and my dad are learning scratch together. Anywayz...ok here is my problem..... ok we are doing our first game....similar to pac man.  When our character moves...it doesn't stay within the game.  it goes through the walls (game walls).  How do we make the character stay within the game design?  Thank you!!!!!!  smile

Chatter, I did that before, too. I got that idea it worked properly.  But I decided to delete it. But you can see..
       http://scratch.mit.edu/projects/bigB/15121 Is where I got script from. SO, you can copy that script.  big_smile   smile


http://scratch.mit.edu/static/projects/switenky/769464_med.png DIG DUG

Offline

 

#19 2009-12-20 14:24:01

skeletonkite
Scratcher
Registered: 2009-12-19
Posts: 2

Re: Ask me to help you with Program!

I'm makin a halo scrolling game and I need a timer, but i dont know how to use it
help me please!
P.S.
I also need to know how to make the timer change the score

Offline

 

#20 2009-12-20 16:51:10

switenky
Scratcher
Registered: 2009-06-28
Posts: 100+

Re: Ask me to help you with Program!

I never have or played Halo. I don't sure what you means, but here's script

<when green flag clicked>
<reset timer>

<when green flag clicked>
<forever>
  <set{ time: }to( <timer>


http://scratch.mit.edu/static/projects/switenky/769464_med.png DIG DUG

Offline

 

#21 2009-12-21 09:03:24

switenky
Scratcher
Registered: 2009-06-28
Posts: 100+

Re: Ask me to help you with Program!

OR cilck box beside the <timer> It will automally show a Vairable-like box with blue box on middle of that box.
Make script like this

<when green flag clicked>
<reset timer>

This script make timer box reset. (Note: reset to "0" number)


http://scratch.mit.edu/static/projects/switenky/769464_med.png DIG DUG

Offline

 

#22 2009-12-22 10:46:42

DarkMark3
Scratcher
Registered: 2009-06-18
Posts: 500+

Re: Ask me to help you with Program!

http://scratch.mit.edu/projects/DarkMark3/804825

I hope this helps all new scratchers  big_smile

Last edited by DarkMark3 (2009-12-22 10:47:02)


http://img841.imageshack.us/img841/7403/vamp3m.gif

Offline

 

#23 2009-12-22 12:04:15

switenky
Scratcher
Registered: 2009-06-28
Posts: 100+

Re: Ask me to help you with Program!

DarkMark3 wrote:

http://scratch.mit.edu/projects/DarkMark3/804825

I hope this helps all new scratchers  big_smile

Bit of helpful, but can you make it more interesting  sad  <- Bit of sad. Nice, but I will make Scratch Computer project with scripts info inside them.  smile   big_smile


http://scratch.mit.edu/static/projects/switenky/769464_med.png DIG DUG

Offline

 

#24 2010-01-08 20:54:43

9POKEGUY
Scratcher
Registered: 2010-01-08
Posts: 1

Re: Ask me to help you with Program!

I need to know how to make good shooting games to post

Offline

 

#25 2010-01-17 16:43:49

shamrocker
Scratcher
Registered: 2009-03-19
Posts: 1000+

Re: Ask me to help you with Program!

I need a gravity script. I'm making a Shoot-The-Balloons game, and I need to know how to make the dart go down after you shoot it.


http://i46.tinypic.com/2s1b32e.png
respect the oxford comma

Offline

 

Board footer