"MoleMcHenry" <webforumsuser@macromedia.com> wrote in message
news:dt8jos$sbv$1@forums.macromedia.com...
>i am trying to make an on line portfolio out of a bunch of photoshop
>files. i
> made everything from the images i want to display to the buttons i
> want to use
> in photoshop. everything is imported to the library, but when i
> right click the
> button image i made, and open the actions panel, it says that the
> current
> selection doesnt support actions.
>
> any idea what i am doing wrong?
>
> thanks for reading!
>
> mike
Change the bitmap to a button..
Select the image with left click. Then F8 (or menu Insert-->Convert
to Symbol). choose button.
Once it's a button, click once on it to select it, then open the
actions panel and add the button code like
on(release){
do stuff here;
}
tralfaz
|