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.
First and foremost, we need to get our symbols in order.
1) First, make the background, the board. This graphic will be static, so go nuts with the design.
2) Next make a movie clip called "hole". Place 13 of these on the board, on their own layer, and, in the definition dialog box, name them h1 to h13.
3) Create a button symbol named peg.
4) Drop the forementioned button into a new movie symbol, and name the movie clip "dragpeg".
5) Place 13 instances of the dragpeg on the stage. Give them instance names of p1 through p13.
6) On a new layer, in the 3rd frame, place a graphic that shows a message like "You've won!". Label this frame "win".
Add a new layer, assign it the name actions. Double-click the first frame and add these actions:
Set Property ("/p1", Visibility) = "1"
Set Property ("/p2", Visibility) = "1"
Set Property ("/p3", Visibility) = "1"
Set Property ("/p4", Visibility) = "1"
Set Property ("/p5", Visibility) = "1"
Set Property ("/p6", Visibility) = "1"
Set Property ("/p7", Visibility) = "1"
Set Property ("/p8", Visibility) = "1"
Set Property ("/p9", Visibility) = "1"
Set Property ("/p10", Visibility) = "1"
Set Property ("/p11", Visibility) = "0"
Set Property ("/p12", Visibility) = "1"
Set Property ("/p13", Visibility) = "0"
Note: The number of pegs set to visible(1) or not visible(0) also sets the difficulty of the puzzle.