Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: jbirkPosted on 2000-08-30 at 20:27:55ID: 4137118
OK, that is the wierdest thing I've ever seen! I'm not sure if I like or dislike it being a director programmer myself. It basically means that the graphics and sprite layout can be ripped off from a dxr file but not the code!?
Oh well. I guess I can fix your code for you... I'm not sure what or why all that code you posted is for but these two lines of code worked for me in Director 7:
on exitframe
go frame 1 of movie "game.dir" -- must be running from a projector
saveMovie "unDXR.dir"
end
Just change the game.dir string to be the name of the dxr file. So if your dxr file is called: "myfile.dxr" change the line to:
go frame 1 of movie "myfile.dir" -- must be running from a projector
Then the string given to saveMovie is simply the name you want the saved file to be.
-Josh