Hey everyone,
I've been trying to use the fileio Xtra for a project I'm working on, but I'm running into a problem. I'm attempting to simply get the windows "open" dialog box to open for now, but I can't even do that for some reason. The script I modified from a more in-depth script is:
on mouseUp
global myFile
set myFile = new xtra("fileio")
set fileName = displayOpen(myFile)
openFile(myFile, filename, 1)
end
I based it off of the script at:
After I wasn't able to get my script to open any dialog box, I tried simply using the script directly from that page, and that didn't work either.
Eventually I want to be able to have the user import a w3d scene to be manipulated by the user. I have the manipulation controls working already with a pre-determined w3d object and model.
Thanks for the help,
Anthony
I've been trying to use the fileio Xtra for a project I'm working on, but I'm running into a problem. I'm attempting to simply get the windows "open" dialog box to open for now, but I can't even do that for some reason. The script I modified from a more in-depth script is:
on mouseUp
global myFile
set myFile = new xtra("fileio")
set fileName = displayOpen(myFile)
openFile(myFile, filename, 1)
end
I based it off of the script at:
After I wasn't able to get my script to open any dialog box, I tried simply using the script directly from that page, and that didn't work either.
Eventually I want to be able to have the user import a w3d scene to be manipulated by the user. I have the manipulation controls working already with a pre-determined w3d object and model.
Thanks for the help,
Anthony