Id like to replicate a “duck shoot” gallery as a main menu. I can create a horizontal version (ducks move across screen, on click rollover etc), but deep down Id love to be able to create a spinning duck shoot.
Example of style.
I am certainly not a power user by any stretch and can seem to find any actions that would work. Im assuming this may not be possible in Freeway but can’t hurt to ask.
Many thanks in advance
Hi Jason,
You are getting into the realms of interactive animation with this and may be better off looking at applications like Flash[1] or Easy Web Animator[2] which will create SWFs for you or Hype[3] or MotionComposer[4] which will generate the animations in HTML and JavaScript.
Having said that WebKit browsers (Safari, Chrome etc)[5] now have access to CSS transformations so you can animate things with a few simple lines of code. Alas this won’t help in browsers that don’t support transitions as the items will remain quite static.
At the moment that layer contains just a single image but it could contain anything you like; navigation, rollovers, anything really. Just be careful if you expect users to be able to interact with the items as they whizz past!
Simply paste this in your page at Page > HTML Markup… > Before End Head and your layer with the name of ‘ducks’ will get animated in supported browsers. You may also be able to rotate layers like this using a JavaScript framework and a few lines of code but I’ve yet to find an example.
Regards,
Tim.
Id like to replicate a “duck shoot” gallery as a main menu. I can create a horizontal version (ducks move across screen, on click rollover etc), but deep down Id love to be able to create a spinning duck shoot.
Example of style. http://www.istockphoto.com/stock-illustration-12988143-duck-shooting-gallery.php?st=7715799
I am certainly not a power user by any stretch and can seem to find any actions that would work. Im assuming this may not be possible in Freeway but can’t hurt to ask.
Many thanks in advance