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

#1 2012-12-08 07:14:08

ntpockets
Scratcher
Registered: 2012-05-28
Posts: 56

How do I make a first person shooter?

Help! What are the scripts!


Are you a Fancy Cat? Well there is a fancy cat food called: FANCY FEAST!  http://www.petwise.co.za/content/fancy%20feast%20new%20cans.jpg

Offline

 

#2 2012-12-08 07:40:58

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: How do I make a first person shooter?

Please be a bit more specific.

Offline

 

#3 2012-12-09 07:07:13

ntpockets
Scratcher
Registered: 2012-05-28
Posts: 56

Re: How do I make a first person shooter?

I Dont Need To Be Specific! Just Tell Me What Are The Sripts To Make A First Person Shooter!


Are you a Fancy Cat? Well there is a fancy cat food called: FANCY FEAST!  http://www.petwise.co.za/content/fancy%20feast%20new%20cans.jpg

Offline

 

#4 2012-12-09 07:35:43

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: How do I make a first person shooter?

The scripts for a first person shooter vary a lot and around a lot of factors, for instance, what do you want the game to be like, what parts of the first person shooter do you want the scripts for?

Offline

 

#5 2012-12-09 12:48:16

Snowdrift
Scratcher
Registered: 2011-06-22
Posts: 500+

Re: How do I make a first person shooter?

C++ or XNA.

Oh you mean scratch? Good luck

Offline

 

#6 2012-12-09 16:59:02

Misterbowlerhat
New Scratcher
Registered: 2012-12-09
Posts: 5

Re: How do I make a first person shooter?

For a start, to make a cursor for it, make a new sprite, draw your cursor, then put in a 'When FLAG clicked', then put in 'Forever', inside that 'Forever' put in, from movements 'Go to []'. inside the box, select mousepointer. Now click the green flag and your on your way!

Offline

 

#7 2012-12-09 17:06:58

Misterbowlerhat
New Scratcher
Registered: 2012-12-09
Posts: 5

Re: How do I make a first person shooter?

Also, make a variable, call this 'Health'let this hang in the corner by ticking the box next to its name. Put in your sprites name 'Your' so the variable reads 'Your Health'

Offline

 

#8 2012-12-09 17:11:28

Misterbowlerhat
New Scratcher
Registered: 2012-12-09
Posts: 5

Re: How do I make a first person shooter?

Oh and put in 'When FLAG Clicked' then 'Set [] []' select 'Health'  for the first box, then Set the 2nd to 100.

Offline

 

#9 2012-12-09 17:25:22

ethwok
Scratcher
Registered: 2012-09-10
Posts: 100+

Re: How do I make a first person shooter?

i had it where you had the actual gun sprite(i took it from call of duty off the web) and set its y at the bottom of the screen, and had it forever go to mouse pointers x position


http://displaypicks.com/wp-content/uploads/2013/01/Animals-12.jpg
I AM ETHWOK

Offline

 

#10 2012-12-09 19:09:38

BoltBait
Scratcher
Registered: 2009-03-09
Posts: 1000+

Re: How do I make a first person shooter?

ntpockets, all of the scripts you need are collected in this project:

http://scratch.mit.edu/projects/jammiefishface/1523340

Hope this helps.


Animated sigs must be banned!
http://boltbait.com/j.pnghttp://boltbait.com/s.pnghttp://boltbait.com/d.pnghttp://boltbait.com/a.pnghttp://boltbait.com/p.png

Offline

 

Board footer