Library homeReviews • SubmitAbout

Sudoku flash game component 1

Crifano

Sudoku flash game component
Description:

The Crifano Sudoku Flash Component is the classic game of sudoku.
Pencil mark, real time check error and logic error are available.
You can also add the timer and implement buttons in order to get the solution or pause the game.
Doubble click on the component lets you edit the graphic objects and personilize it.
The component can be used without any scripting. The code hereunder is only for advanced users that need specific actions.
--API--
xmlFile
mySudoku.xmlFile="xml/sudoku.xml"
This property lets you assign an xml source document by code instead to use the "properties panel".

restartMe
mySudoku.restartMe();
This method restarts (or start) the game.

setTimeFiled
mySudoku.setTimeFiled(txtTimer:TextField);
This method assigns a text field to the component; it will be used to show the time.

checkComplete
mySudoku.checkComplete();
This method returns a boolean value indicating if all the numbers are correct or not.

solveMe
mySudoku.solveMe(value:Boolean);
This method shows or hides the solution of the game.

pauseMe
mySudoku.pauseMe(value:Boolean);
This method puts the game (and the timer) on pause or restarts it.
If the game goes in pause, a movieClip will cover the game.

setMark
mySudoku.setMark(value:Boolean);
This method shows or hides the pencil marks (notes)

setError
mySudoku.setError(value:Boolean);
This method shows or hides the errors

on_Complete

mySudoku.addEventListener("on_Complete",onComplete);
function onComplete(e):void {
var correct = mySudoku.checkComplete();
trace("end game");
}

This event is called when all the numbers are correctly written in the boxes.


Product home page: http://www.crifano.com/sudoku.php
Download from http://www.crifano.com

Add Your Review for Sudoku flash game component
Your Name:
Your Email:
(Optional)
Review Title:
Review:
   characters left
Rating:

Related programs:

  • Bugged Out Rally (MAC) 1.07 - Bugged Out Rally is a fun racing game where you take control of bugs instead of cars! There are total of eight bugs in the game. Player starts with a beetle, the weakest bug, but can be upgraded to a faster and a higher performance bugs.
  • T3 Tic Tac Toe 1.01 - T3 Tic Tac Toe, play against computer with 3 levels of play, random, smarter, and T3 toughness.
  • Pairs Parade 1.1.7 - The lot of pair cards is mixed up on the game area. Your task to open all cards in pairs for allocated time. It is simultaneously possible to open only two cards. If opened cards are not pair, they will close. The found pair disappears from a area.
Platform: Windows Games::Puzzle
Type: Demo Cost: $0.00 US Size: 1769 K Released: Apr 05, 2009
1