Snook Posted January 10, 2007 Posted January 10, 2007 Ok what im wanting to do is in a flash game get a line of text,write it to a txt file, save it each time wanting to know that line of text each time and look back at it. Will I have to have notepad open to do so? Any examples would be great not sure what commands functions i should be looking at Thanks
Snook Posted January 13, 2007 Author Posted January 13, 2007 This is what I came up with MouseClickDrag("left", 590, 575, 510, 575) Send ("^c") $time = ClipGet() $file = FileOpen("C:\test.txt", 1) FileWriteLine($file, $time) This works maybe another way to do it not sure any advice?
Uten Posted January 13, 2007 Posted January 13, 2007 (edited) Don't know but if CTRL+C works then CTRL+A should to /Rather than MouseClickDrag)? EDIT: Removed the quote. Edited January 13, 2007 by Uten Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now