-
1. Re: How to get text when mousing over image?
sinious Nov 7, 2013 11:24 AM (in response to simonaz)First question would be, do you need this to be viewable by devices (tablets, phones, etc)? Things like this can easily be accomplished with pure HTML/JavaScript.
-
2. Re: How to get text when mousing over image?
simonaz Nov 7, 2013 11:57 AM (in response to sinious)No, not necessarily. How would i do that? haha
-
3. Re: How to get text when mousing over image?
sinious Nov 7, 2013 12:41 PM (in response to simonaz)First you have to choose if you want to handle devices. If not and you want to stay in Flash I'll stick on topic.
In the HTML version you could either use a good old fashioned image map (they're still fine in the HTML5 era) or you could use a layering technique (here's a random layering example).
In Flash you can do it a few different ways. If you intend on keeping the image intact as a single object then you'll be essentially doing the same as an image map. You can draw invisible hitareas on the various parts of the object and have those areas trigger a specific function that will display your text. If you break up the image into the separate parts then you can directly assign those parts to fire off a function themselves.
First I'd like to know your desired direction.
-
4. Re: How to get text when mousing over image?
simonaz Nov 7, 2013 12:55 PM (in response to sinious)I would still like to stick with Flash please.
And yes that makes sense, the image will not be moving. I currently have the Flash CC pragram
Thank you



