squalls_dreams
06-04-2003, 10:36 PM
I want to know if anyone could tell me how to make this with flash mx like how they got there in there site check it out http://www.ffdatabase.com/forum/portal.php
|
View Full Version : flash changing images squalls_dreams 06-04-2003, 10:36 PM I want to know if anyone could tell me how to make this with flash mx like how they got there in there site check it out http://www.ffdatabase.com/forum/portal.php Marianne 06-05-2003, 06:12 AM in Flash, import a couple of pics insert them on different layers change them to symbols, graphics will do (F8) Then make sure you place them twice on one layer, but in the 2nd case, change the alpha to 0 insert a tweening... done. If you want I'll email you an example file. squalls_dreams 06-05-2003, 02:25 PM sure that would be great because i'm just trying to learn how to use flash bymyself right now Marianne 06-05-2003, 07:46 PM I posted it here: http://www.dutchcats.com/kanweg/kanweg.swf for the swf file and: http://www.dutchcats.com/kanweg/kanweg.fla for the flash file. This file doesn't look very sophisticated, but it will give you a general idea. Do press CONTROL + L for the library, because you do need to convert your pics to symbols for this effect. Good luck! squalls_dreams 06-05-2003, 08:22 PM cool thanks umm another question if you dont mind.. how do you make a flsh file well i guess a flash button..so like say that i made something like what you got there but smaller how would i make it so that it could be a button? Marianne 06-06-2003, 07:32 AM Control+F8 creates buttons, movie clips and graphics, does that answer your question? (if not, can you be more specific?) squalls_dreams 06-06-2003, 09:09 PM ya thats about it but how would i make the button so it could link to a site..? would i just upload the botton then use html codes like <a href=..sitedress? or is there a way to do it with flash? Arc Angel 06-06-2003, 09:51 PM Lets see, select the button. Open up your actions panel if it's not already open. Your going to want something like this: on (release) { getURL("yoururlhere"); } squalls_dreams 06-06-2003, 10:18 PM oh alright..thanks Arc Angel 06-07-2003, 12:38 AM Your welcome.. :) |