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

#1 2011-06-10 21:55:23

frizzlepuss893
Scratcher
Registered: 2011-06-10
Posts: 100+

all my scratch questions....

1.what is pen

2.how do i make variables work

3.how do i make a character "jump"

4.how do i give the character a certain jump height

5.how do i make an object bouncy

6.how do i make an object transparent

7.how do i make the timer start when something happens

8.how do i make the timer stop when something happens

9.how do i control how fast something moves

10.how do i make one of those games where you shoot lazers and health bars appear over their heads with their health and then they die when its all red

11.how do i make levels for my games

12.how do i make little shop menus (for guns and stuff)

13.how do i put "stats" on those guns(precision, shoot speed, bullets each round)

14.how do i put a reload feature on those guns

15.how do i make it where "coins" fall out of dead bad guys for money so you can walk over them and they give you money for the shops.

16.lastly, a level select and a main menu


"Wait, what?"-Frizzlepuss. Jumpathon 5! play now!
The scratch song! Congratulations scratch! 2 million projects!

Offline

 

#2 2011-06-10 22:01:33

frizzlepuss893
Scratcher
Registered: 2011-06-10
Posts: 100+

Re: all my scratch questions....

if you can answer ANY OF THESE, it would be helpful


"Wait, what?"-Frizzlepuss. Jumpathon 5! play now!
The scratch song! Congratulations scratch! 2 million projects!

Offline

 

#3 2011-06-10 22:02:49

HoneyHorse11
Scratcher
Registered: 2011-02-15
Posts: 100+

Re: all my scratch questions....

That seems a bit too much to pack in one scratch project...


"Captain... it appears that we are out of food... And water..." "UNIMPORTANT!" -Romantically Apocalyptic, Mr. Snippy, Zee Captian

Offline

 

#4 2011-06-10 22:58:02

undefeatedgames
Scratcher
Registered: 2011-05-22
Posts: 1000+

Re: all my scratch questions....

HoneyHorse11 wrote:

That seems a bit too much to pack in one scratch project...

Maybe it is for multiple projects


Please call me udg or bearsfan, not undefeated.
Scratch and Misc.! Click here for Misc.'s Successorhttps://lh3.googleusercontent.com/-jkhes3yzmQk/T7G_BnxT9xI/AAAAAAAABYI/xhoN1Jk2M08/s513/sigp1.gif

Offline

 

#5 2011-06-11 01:22:39

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: all my scratch questions....

1. The pen is a tool that can be used in Scratch to draw on the Stage or stamp sprites. (Scratch Wiki article on Pen)

2. Variables are simply values - and unlike algebraic variables, they can hold letters too. Don't worry, they're not anything fancy - they just store values. (Scratch Wiki article on variables)

3. For a simple jump, change a sprite's X a certain amount of times, and then counter it to return the sprite to the ground.

4. You can choose the jump height by changing the amount of times the sprite moves (eg. moving the X by 1 ten times would give a jump height of 10).

5. You're asking about physics - that involves complicating scripting. Try downloading this project and viewing the scripts.

6. Use the ghost effect (in the Looks category).

7. Use the [reset timer] block when needed.

8. The Timer cannot be paused or stopped; you can always create a timer with variables though (do it by changing a variable by 1 every second).

9. For a basic walking/running script, change the value in the [change x by ( )] block until the sprite moves at the speed you want.

10. The laser is a separate sprite that points at the cursor; the health bars are separate sprites with a different costume for each health total, setting their costume based on the health variables; fighters wait until their health equals 0, and then die when it does.

11. Create a variable that holds the level number and have the terrain and such set their costume to the number.

12. Create a sprite for the board and separate sprites for the icons - when the sprites are clicked, they should broadcast for the purchase.

13. Use a list for those values, each item representing one. The bullet scripts and such should be based on those items.

14. When a gun should reload, have a broadcast that resets the amount of bullets remaining.

15. Use a sprite for the pile of coins - when an enemy dies, the sprite should set its X and Y to the enemy's and appear.

16. Use the same technique as with the shop - each button can be a sprite that broadcasts when it gets clicked.


Hope this helps  tongue


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#6 2011-06-11 07:32:23

frizzlepuss893
Scratcher
Registered: 2011-06-10
Posts: 100+

Re: all my scratch questions....

wow! thanks! now i pretty much 'get it' thanks to you!


"Wait, what?"-Frizzlepuss. Jumpathon 5! play now!
The scratch song! Congratulations scratch! 2 million projects!

Offline

 

#7 2011-06-11 13:33:54

frizzlepuss893
Scratcher
Registered: 2011-06-10
Posts: 100+

Re: all my scratch questions....

thnx again. i still dont get pen all that much but i get everything else. another thing, whats stamp? and yes, im actually using this for three seprate games, but i will always have this information saved in word.


"Wait, what?"-Frizzlepuss. Jumpathon 5! play now!
The scratch song! Congratulations scratch! 2 million projects!

Offline

 

Board footer