Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / Camera Record and Playback

Author
Message
yorker
16
Years of Service
User Offline
Joined: 11th Sep 2008
Location:
Posted: 11th Sep 2008 19:37
hi all
I am new here and i was looking around for a code to record my camera and then playback for game replay you got it right ?
ok, i found in the code base this code

Do exactly what i need but seems he record only the keys upkey turn left etc.. but i want to record my mouse, i mean i like to use my mouse to look around and i would like to record my mouse look and then play it back, normaly i use this code for mouse

i need to implement the mouse function in the code i paster before anyone can help me doing this ? i am a newbie dont have much experience, sorry about my english
regards
calcyman
17
Years of Service
User Offline
Joined: 31st Aug 2007
Location: The Uncertainty Principle
Posted: 13th Sep 2008 10:16
The following code will log the mouse-moves without using an array:

Do

a$ = a$+STR$(mousemovex())+","
a$ = a$+STR$(mousemovey())+","

Loop

The optomist's right, The pessimist's right.

Login to post a reply

Server time is: 2024-09-27 20:26:29
Your offset time is: 2024-09-27 20:26:29