13
Jul
tip: up a file level in actionscript
Just a little something that may help some people in the future when trying to create a site using XML or a lot of import swfs or images.
When referencing a file or folder that isn’t in the same directory as the one you are currently in you can do this: ../ That there will pull you up one directory. If you want to go up two, ../../
Pretty easy. Just something I only learned about and thought it could be helpful ^_^
0 Comments