My first blog since 2009!!!!!!
Wow, the time has just flown by!!! Sorry for the lack of recent code and wordpress goodness.
Firstly, I am glad to see that my WP Post Columns Plugin is still going strong!!! Although it has not been updated since 2009 it seems that it is still working (for most people at least) and the comments keep flooding in!
Many of my WordPress plugins, themes and code tutorials are now unfortunately un-supported. But they are still free, and many people add solutions and answers as well as questions in the comments. I am still working with WordPress every day, but can no longer spare the time to provide free support for free plugins and tutorials.
I have had quite a few comments from people saying that they find it hard to read white text on a black background. Some of these comments have been so strongly worded that I was unable to publish them on the site! If you really can't stand it then you could always try getting firebug addon for firefox and changing the colours however you want (yellow text on a pink background looks quite good). I probably won't be changing my theme in the near future. Also, it's probably a good idea not to get into server administration like linux / apache stuff if you don't like light text on a dark background...
Some new wordpress tutorials and goodies coming soon I promise!



















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
hey
thanks for your sharing but. ı have some problem
I downloand the .fla document but ı didnt open it with mocromedia flash 8 can you help what is he problem please ? ı am waiting your answer
Well Done just what I was looking for!!!
Thank You!!!
Nice tutorial, also would be great if only as3 version will be posted