



The Comus Productions website has recently undergone a major upgrade. It now has loads of new Flash presentations which incorporate a new set of Comus stings and idents.
The site is now fully content managed with the Admin76 content management system by 76 Creative, so all the text, images and video content on the site can be easily updated by the site's owner.
I used the javascript jQuery library a lot throughout the site, to fade text in and out, fade images and to switch slideshows and videos too.
A prominent feature of the site is the recreation of the Photoshop Lens Flare as an animated flash movie, which I adapted from this lensflare project on FlashDen. It was this lensflare that inspired the most experimental flash movie of the site - the Comus Viewfinder which can be seen on the links page.
Other Flash features include a more corporate style flash presentation on the services page and an explosive ident on the home page!
Visit the site: www.comusproductions.co.uk
Hi!
I’ve been searching for such a tutorial for a long time!thank you!!
I just wanted to ask if it’s possible to activate the effect on rollover with actionscript, it would be for a website!
thank you very much,
Valentina
Hi Valentina
You could attach the effect to a button or movie clip rollover. You could attatch it to the rollover state of a button without any actionscript. You could also activate the rollover effect in as2 using the following method:
1. Select the shine (Symbol 3) movieclip and give it the instance name ’shine’
2. Add this action to frame 1 of the ’shine’ movie clip:
stop();
3. Create a button. you could make it transparent by setting it’s alpha to 0.
4. Add this action to the button:
on (rollOver) {
shine.play();
}
I hope this helps.
Sam
Hi Sam and thank you very much for your infos. I am a newbie of flash and actionscript so I always need every step to be clear like in your tutorial to do it
Could u help me out with a sample flash file?you could send it to my email if that’s not a problem for you.
I would really like to understand both ways to make such a rollover button, love your tutorial!
thank you very much,
valentina