Web design and coding samples, free tools, tips and more..
Untitled Document

Posts Tagged ‘adobe’

PostHeaderIcon Flash Actionscript Preloader

Here is a good & working  AS2.0 preloader sample.

Insert the code above  into frame 1, add new dynamic text on scene and name its var as “showpercent”, that’s all..

onEnterFrame=function(){

            var total:Number=_root.getBytesTotal();

            var loaded:Number=_root.getBytesLoaded();

            if(loaded==total){

                        delete  onEnterFrame

                        play();

            }else{

                        var percent:Number=Math.floor((loaded/total)*100);

                       showpercent.text=percent

            }

}

stop();

  • Share/Bookmark

PostHeaderIcon Create your free flash website online

wixHave you ever tried to build a flash website? It’s so complicated for beginners and you need years to be good at designing and coding actionscript. Here’s a cool solution to spend the lost years. Wix, which allow you to build a free flash website in a second with usefull interface. Have you still reading?? just click to try..what are you waiting for?

  • Share/Bookmark

PostHeaderIcon Best free adobe photoshop alternative

gimpGimp

GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring.

It has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc. GIMP is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation procedures to be easily scripted.

 Simple to use, phoshop like menus… visit for more information gimp.org

 

  • Share/Bookmark

Search