Search found 3 matches

by jannepelaa
Sat Oct 28, 2006 2:12 pm
Forum: Game Programming
Topic: What is wrong with this?
Replies: 5
Views: 2760

No Suomeksi:

En paina mitään mutta pelaaja kumminkin liikkuu kokoajan, näppäimien painelukaan ei auta! :(

No yritän sitten hankkia uuden näppäimistön?

Sorry, that was finnish! :oops:
by jannepelaa
Fri Oct 27, 2006 3:21 pm
Forum: Game Programming
Topic: What is wrong with this?
Replies: 5
Views: 2760

What? In my case that keeps moving! But etc. Battlefield 2 works!

Edit: Do you change the code?
by jannepelaa
Wed Oct 25, 2006 6:21 pm
Forum: Game Programming
Topic: What is wrong with this?
Replies: 5
Views: 2760

What is wrong with this?

Why the player are moving whitout reason?

#CameraSpeed = 0.5

IncludeFile "Screen3DRequester.pb"

OpenWindow(0, 0, 0, 1280, 1024, "Mauno Theft Auto III", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)

Define.f KeyX, KeyY, MouseX, MouseY, kulma

If InitEngine3D()
Add3DArchive("Data\" , #PB ...