Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
Create a grid of lines covering the whole area of the stage and convert it to an MC. The grid is used to fill with
a certain color the areas between the grids, which allows easy drawing of labirynth walls. Later you can just erase
the lines, or put their alpha to 0. In order to make the walls convenient for collision detection, one should select
separate sections constrained to rectangular shapes, or other wise colision detection won’t work properly since some
of the white (non-wall) areas will be considered as walls by the algorithm. These separate shapes should be converted
to symbols, and I’ve been naming all of the instances as “part1”, “part2”, “part3”, etc. so that I can loop through
them easily by name reference.