Forum Moderators: Wolfenshire, Deenamic Forum Coordinators: Anim8dtoon
Animation F.A.Q (Last Updated: 2024 Oct 31 2:49 am)
Characters, motion graphics, props, particles... everything that moves!
Enjoy , create and share :)
Remember to check the FAQ for useful information and resources.
Animation learning and resources:
11 Second Club: Monthly character animation competition.
Animation Mentor: Online school. Learn from the animation masters.
Rigging 101: Maya rigs and rigging tutorials.
AnimWatch: Showcasting the best of independent animation.
FlashKit: The best place to learn Flash.
Armaverse: Stop-motion armatures for animation.
60+ great Character Animator's sites: Get inspired.
If you mean the back, reload, forward, etc. buttons, that's using FS commands, I think. I don't really know enough about flash to be sure, but it's not quite what I'm looking for. If I get a chance, I'm probably gonna try playing with FS to see if I can make it work, though I doubt it will. Chances are, I'll be making a flash for each page. They're only ~2k each, smaller than the jpg/javascript combination in any case. Thanks for the help. =) Rosh
Oops it made the button instead of showing the html. Let me try again. (FORM)(INPUT TYPE=BUTTON VALUE="BACK" onClick="history.back(-1)")(/FORM) Substitute the less than and greater than symbols for the open and close parenthaces except before and after the -1. Russ PS; If thats clear as mud let me know I'll try again.
Oh well. I finished my page. It's not perfect just yet, but for the most part it's done. If anyone wants a look, it's here, at least for now. Let me know what you think. Right now I'm working on a full-flash site. I've gotten the layout for the navigation finished so far. Still need to actually set up the navigation (go to and play commands, etc). One quick question.. how do I stop the animation on a particular frame? I've done it before, but for the life of me I can't remember... Thanks, Rosh
the trick in flash to make and stop animations is to create a movies object. click on windows, then library create a new movie by clicking options, the new symbol and select movie. create your animation in the new movie section click on the first frame and choose properties and choose actions, play. now once done go back to scene one. create a new symbol and select button here is the trick to start and stop that animation by its self. http://www.flashplanet.com/body_fla.html will have some examples for you to use. right click on the movie and give it a name (in this case ani) right click on the button and choose actions. On (Release) Begin Tell Target ("/ani") Stop End Tell Target End On
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
I'm basically using flash for navigation purposes on the site I'm building. There is one point where I'd like to use the same flash bit for all of my galleries. It's basically a Prev/Next button deal. Is there any way I could set it up so it can figure out which page it's on so when the person clicks it they're sent to the next or previous page? Err.. maybe I'm not exactly clear.. Like, they're on page 3, so if they click prev, it sends them to page 2, and if they click 4, it sends them to 4? If this is possible, I'd love to know how. As it is, if I can't figure it out, I'll probably end up using 5 or 6 copies of the same thing with different GetURL actions. Thanks for the help. =) Rosh