Ultimate Amiga
Network Boards => AMOS Language Discussion => AMOS Factory => AMOS Forum => Topic started by: Brakus on October 24, 2009, 11:46:50 AM
-
Not sure if I'm confused with something else but I was sure there was a way of recording a Bob's movement for use in your programs?
I.e using the mouse you move the bob around the screen and u can later use it eg for an attack pattern etc...
Am I dreaming?
-
You are correct and i believe you are refering to the AMAL editor not included with early release versions of Amos Pro
If you have the correct version of AMOS you will find this program on your AMOS Extras disk
-
there is brief mention of it in the AMOS Pro manual, here;
http://amos.condor.serverpro3.com/AmosProManual/13/1335.html
stating that you can do this recording with the AMAL editor, which is discussed further here;
http://amos.condor.serverpro3.com/AmosProManual/13/1336.html
-
Thanks guys!
I've downloaded the manual now, just got to sneak in a few chapters at a time on the printer at work ;D
-
I didn't realise there was such a program in the AMAL editor. I have my own program (not fully finished) which records mouse movement, allows playback (with pause, rewind and fast forward features), changeable record rates and the option to manually edit the recorded coordinates. I made it, as I was going to use it to create movement data to be used in a demo I was working on (yet, another unfinished project).
I haven't touched it in over a year due to other projects :(
Regards,
Lonewolf10
-
Is it sort-of complete? It would be pretty useful for certain things.
I didn't realise there was such a program in the AMAL editor. I have my own program (not fully finished) which records mouse movement, allows playback (with pause, rewind and fast forward features), changeable record rates and the option to manually edit the recorded coordinates. I made it, as I was going to use it to create movement data to be used in a demo I was working on (yet, another unfinished project).
I haven't touched it in over a year due to other projects :(
Regards,
Lonewolf10
-
Is it sort-of complete? It would be pretty useful for certain things.
Lol.
I have been toying with it since yesterday and it's less completed than I thought. The recording and playback sides were complete, but the rest wasn't.
I have spent the last couple of days adding the load and save functions (pretty easy, I just imported my File Selector procedure from something else I wrote and fixed up a few minor bugs), added an options menu which allows the adjustment of the size of the data bank (default size: 50,000 bytes) and lists the .MMR file format.
All that is really left to do is add the editing feature (which has been partially started) and fix a few minor bugs.
Regards,
Lonewolf10
-
Hi,
My MMR (Mouse Movement Recorder) program has just been uploaded to the submissions section. You can find it in this thread:
Mouse Movement Recorder [EXE] (http://amos.condor.serverpro3.com/index.php/topic,276.0.html)
Regards,
Lonewolf10