Log in

View Full Version : Import from AI and dictate rollovers?



Jon101
10-08-2008, 03:24 PM
Hello
EDIT: I figured out how to import from AI. - forgot to mention that.

I never work with flash so i am completely new at this - I was able to get the rollovers working fine, but i need some help with the links.

When i try to mess around with actionscript on the states it says that it cannot be applied to the selection - I'm not sure if its because its an image, but even when i convert it to a symbol i have the same problem.

Thanks!!
Jon

Jon101
10-08-2008, 04:48 PM
I might have figured out how to get the actionscript in there.... heres my code:

onRelease = function(){ getURL("http://www.google.com"); };


doesnt seem to be working tho... am i doing something wrong?


you can check it out here: http://intriguegraphics.com/demos/liberty/site/map/map.html

Thanks!

punstc
10-09-2008, 01:30 AM
what version of flash are you using?

Jon101
10-09-2008, 04:39 PM
cs3.3

if anyone thinks the fla will help - they can check it out.. fine with me.

Jon101
10-09-2008, 05:11 PM
I figured it out.


CS3 Automatically publishes as AS3.0 - i was using AS2.0 for the coding.

thanks!
Jon