Welcome to the new How To Gurus Blog

Where you can always find my latest Demos and YouTube Videos. You will find samples taken from my Training DVDs and also exclusive videos created specifically for my online audience.

Thursday, August 21, 2008

Photoshop Elements 5 saved Image location

I have purchased your training for Adobe Photoshop Elements 5 but still have a few questions.
I received an email from another person that has Adobe Photoshop Elements 5. It seemed like they were having trouble with having disconnected files and a hard time trying to burn them as a backup onto a CD. What method do I use to prevent that?
I have a file system on the computer where my pictures are organized. I have not moved all of them to Adobe Photoshop as yet especially after i heard this i was hesitant.
I was also confused with making a duplicate copy of all the pictures. When i have edited a picture it seems to make another copy and my original is still there. What is the need to make a duplicate copy?
Thanks Luella

----------------

Hi,
Photoshop Elements always makes backup copies of files and works on the backup. It never edits the original file directly. This is a safety precaution. If you go into the Organizer side of Elements, then open up the Edit menu and click on Preferences, the click on Files (or click on General, then on Files) you will get a page which shows you the different preferences set for saving files in Elements. On the bottom of this page it will show you where Elements saves the catalog (thumbnails shown in Organizer) and where it saves the files that it is working on. You can change where Elements saves files by clicking on the Browse button and choosing a different folder. When you backup the files that you have worked on to a CD you need to backup the files in this folder. If you want to save a specific file to a specific folder location then open the file in Elements Editor and click on File/Save As, then navigate to the folder you want to save to.
My guess on your friend's problem is that they don't understand how Elements organizes files and they were backing up the wrong location. You are also able in Elements Organizer to Move the Files Offline (a file menu option), what this does is put the working files anywhere you choose and only keep a thumbnail in the Elements file folder. Then if you backup the Elements file folder you will only get the thumbnails, not the actual files.
My recommendation in Elements is to set the preferences (as described above) so that you know exactly where Elements is saving the files. Then all you need to do is save that file location. I admit this is one drawback in Elements, that it wants to use its own organization scheme, but as long as you understand what it is doing it should not be a problem.
So, real basic description: When you add images to Elements Organizer it simply creates thumbnails of your original images and displays the thumbnails. It saves the thumbnail images in a location displayed in Preferences/File. When you edit a file in Elements Organizer or Elements Editor it saves the edited version in a location displayed in Preferences/File and leaves the original alone. You can change the location of thumbnails and saved files using Edit/Preferences/File. And you can save a single file to a specific location using Elements Editor/File/Save As.
George

Do I need to learn ActionScript 3.0 to use the new Flash CS3

Do I need to learn ActionScript 3.0 to use the new Flash CS3 or can I still use ActionScript 2?

ActionScript 3.0 was a major change over previous versions, although the
basic programming language stays the same. The layout of 3.0 is different.
But, you can still program in ActionScript 2.0 if you are using Flash CS3
and there is no reason not to unless you are an advanced programmer. When
you open up the Actions pane in CS3 there is a drop down list that lets you
select which version of ActionScript you want to use. You can also decide on
which version you want to use when you create a new file.

George

Sound Controls using ActionScript

Question:
I installed a instrumental drum music on stage from the
library in flash CS2 and a layer of 2 buttons on the stage named "sound
on" and "sound off". I cannot get the correct scripting for shutting off
and on when pressing the relative buttons. I have also asked a few friends
and no luck. Please help. I have the music on "loop" and "stream".


Answer:
The function you want to use is setVolume()

For no sound it should look like this setVolume(0)
For full sound it should look like this setVolume(100)

With the number being the percentage of sound.