mullercarl
07-18-2007, 10:43 PM
I know you guys probably hate me by now but I love the .exe capabilities of this program I wish there was some more documentation for it. here is my question.
I am trying to get an array to save from and exe and then reload it. I have been successful with saving the array but I have not been able to reload it. I have used the script
loaded = fileLoad ("objectest.array");
on a text button. when I try to run this the results window shows the following error.
fileLoad() is not a method of Movie on line 1 loaded = fileLoad ("objectest.array")
1 errors found
anybody know what I am mixing up. I have attached my problem child.
Thanks
Carl
I am trying to get an array to save from and exe and then reload it. I have been successful with saving the array but I have not been able to reload it. I have used the script
loaded = fileLoad ("objectest.array");
on a text button. when I try to run this the results window shows the following error.
fileLoad() is not a method of Movie on line 1 loaded = fileLoad ("objectest.array")
1 errors found
anybody know what I am mixing up. I have attached my problem child.
Thanks
Carl