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

#1 2013-04-11 17:08:41

ClassicGameStudios
New Scratcher
Registered: 2013-04-02
Posts: 2

Mouse look

I NEED HELP!!

I am making a first person shooter, and i have mouse look, but how do i make it so u could move around the world? there is all of this variables stuff i don't really get!

Offline

 

#2 2013-04-11 17:18:36

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

Re: Mouse look

Mouse look... you mean like a cross hair? 

Well, if you're asking how to make it go to the mouse, then just put this in the cross hair's scripts:

when i receive [play_Game v]
forever if < (game_Over?) = [no] >
go to [mouse-pointer v]
end
Hope that helps,

CAA14

Offline

 

Board footer