-
1. Re: Flash template (link) help
kglad Dec 6, 2009 4:59 AM (in response to locabooty)when a button is clicked the _root timeline plays. presumably code is encountered on the _root timeline that uses _root.link_prev to do something (like animate-out the current page) and that uses _root.link to do something (like animate-in the next page).
p.s. that's terrible coding.
-
2. Re: Flash template (link) help
locabooty Dec 6, 2009 8:35 AM (in response to kglad)I am not familar with coding, I know the bare basics and I am trying to educate myself.
I bought the template so whoever made it is at fault for the terrible coding lol
I am just trying to sort through it.
I guess I have no choice other than to just sit around and try to figure it out.
Here is a link to the template.
http://www.templatemonster.com/flash-templates/18057.html
You can see when you click all the separate links it brings up different pages. When you click on the title, it brings up the main pages again.
Right now all it does it bring up the main pages for all of them.
Thanks for replying
-
3. Re: Flash template (link) help
kglad Dec 6, 2009 9:58 AM (in response to locabooty)you really shouldn't study that coding. it's terrible.
go to www.senocular.com and study his code snippets and coding. if you're going to pick a teacher, pick someone capable.
-
4. Re: Flash template (link) help
locabooty Dec 6, 2009 12:26 PM (in response to kglad)kglad I will go have a look.
My only worry is if I go trying to change stuff I will mess it up completely and it won't work at all.
Thanks
-
5. Re: Flash template (link) help
kglad Dec 6, 2009 1:35 PM (in response to locabooty)save a working copy with one name. then save it with another that you use as your experimental/learning file. you can always go back to the original if you get desperate.
however, if you make some changes that seem like progress, save it. again with a different name. most programmers just add a number to a descriptive name and increase the number as they make progress. it's not unusual to end up with gallery1.fla, gallery2.fla,...,gallery22.fla. and if gallery22.fla works just the way you want, you save it as gallery.fla and you're done.