| | |||||
| ||||||||
| Graphic Design / Flash Photoshop, Flash, and other visual art topics including software, fonts, animation. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Nov 2008
Posts: 23
![]() | How Do I Create This Flash Movie in Adobe Flash? 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 |
| | |
| | #2 (permalink) |
| Senior Member Join Date: Jul 2005 Location: NJ
Posts: 1,219
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | 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.
__________________ Hacksar.com - Your source for random computer tips and tricks! MySiteMemberships.com - Keep track of your site registration information! Like my post? Rep is appreciated! |
| | |
| | #3 (permalink) |
| NamePros Legend Join Date: Dec 2005 Location: Philippines - www.Nabaza.com
Posts: 19,785
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | 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. |
| | |
| | THREAD STARTER #4 (permalink) |
| New Member Join Date: Nov 2008
Posts: 23
![]() | 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 |
| | |
| | #5 (permalink) |
| Senior Member Join Date: Jul 2005 Location: NJ
Posts: 1,219
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | 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
__________________ Hacksar.com - Your source for random computer tips and tricks! MySiteMemberships.com - Keep track of your site registration information! Like my post? Rep is appreciated! |
| | |