BlitzCoder Essentials
•
Home Page
•
About BlitzCoder
•
Contributors
•
Terms of Use
•
Email Us
Main Areas
•
BlitzCoder Chat
•
Discussions
•
Articles/Tutorials
•
Code Database
•
Link Database
•
Showcase Area
•
Worklogs
•
Competitions
Special Areas
•
Undocumented
Other Blitz Sites
•
Blitz Basic Home
•
Blitz Showcase
•
BlitzPlay Library
Forum Login
Username:
Password:
•
Register Now!
BlitzCoder Code Archives Page
Main Codes Page
"Extremely Simple mouselook"
, by slenkar
To provide a bare bones mouselook without anything else to confuse newbies.
Code
Function mouselook() my=MouseXSpeed()/2 mx=MouseYSpeed()/2 MoveMouse GraphicsWidth()/2,GraphicsHeight()/2 my=my*-1 TurnEntity camera,mx,my,0 End Function
Copyright(c) 2000-2004, BlitzCoder. All Rights Reserved.
Code software created by Krylar's Kreations