H henrikjt Established Member ★ 15 ★ Impact 0 Dec 1, 2008 2K views 4 replies #1 I would like to create a flash movie exactly like the one shown on this website: http://www.tiburonviewvilla.com/ I have never used adobe flash before, how would i go about creating it in Adobe Flash? Thanks in advance
I would like to create a flash movie exactly like the one shown on this website: http://www.tiburonviewvilla.com/ I have never used adobe flash before, how would i go about creating it in Adobe Flash? Thanks in advance
nasaboy007 VIP Member VIP ★ 20 ★ Impact 66 Dec 1, 2008 #2 if you've never used flash before, i suggest you get familiar with the basics such as frames, tweens, etc. look at tutorials, google is your friend. then you'd want to look into how buttons work.
if you've never used flash before, i suggest you get familiar with the basics such as frames, tweens, etc. look at tutorials, google is your friend. then you'd want to look into how buttons work.
weblord Top Member VIP ★ 15 ★ Impact 815 Dec 1, 2008 #3 if you have adobe flash, the best way to start learning is using it, and also the help files could be something worth to check and learn from it. otherwise the next step is hire a professional.
if you have adobe flash, the best way to start learning is using it, and also the help files could be something worth to check and learn from it. otherwise the next step is hire a professional.
H henrikjt Established Member ★ 15 ★ Impact 0 Dec 1, 2008 #4 Alright i figured out how to do the slideshow but i cannot find out how to insert the text links. I figured how to insert text in a new layer but not how to convert the text into a link. Does anyone know how to do that. I have CS4 Thanks
Alright i figured out how to do the slideshow but i cannot find out how to insert the text links. I figured how to insert text in a new layer but not how to convert the text into a link. Does anyone know how to do that. I have CS4 Thanks
nasaboy007 VIP Member VIP ★ 20 ★ Impact 66 Dec 2, 2008 #5 you make it into a button (right click convert to symbol, etc) and then in actionscript you do on(click) { getURL("http://www.google.com"); } or something of that sort, my actionscript is 4 years rusty X_X
you make it into a button (right click convert to symbol, etc) and then in actionscript you do on(click) { getURL("http://www.google.com"); } or something of that sort, my actionscript is 4 years rusty X_X