download Crossword version 3.0
Download MXP component as2or as3
ActionScript 2.0 or Actionscript 3.0

The Crifano Crossword Component is an extension for Adobe Flash. You simply install the MXP file, then drag & drop the extension from the Components' panel onto the scene of your movie.
With the Control Panel you can manage all parameters very easily.

By xml you can personalize the number of columns or rows and the position of each black square.
It's include a "swf file" to easily generate the xml of your personal crossword schema.
The zip include also a tutorial fla file and one xml example.

close
Crossword as 3 and as2
To see the Crifano Crossword component, you need the last version of flash plug-in You can download from here.
Come back to
crifano homepage
or see my other pages:
Crifano Quiz Component
Crifano Puzzle Component

ceckIfCorrect
myIstanceNameCrossword.ceckIfCorrect()

This function return a boolean value indicating if all the answers are correct or not

on_xmlLoaded
myIstanceNameCrossword.addEventListener("on_xmlLoaded",onXmlLoaded);
this event is called when the xml is loaded, you can use to fill the question list on the side!

on_Complete
myIstanceNameCrossword.addEventListener("on_Complete",onComplete);
this event is called when all box are filled!