Show
Ignore:
Timestamp:
07/03/08 15:33:30 (6 months ago)
Author:
suztomo
Message:

lang/actionscript/FPazzle : Implemented rotation for assignment.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/actionscript/FPazzle/trunk/src/net/suztomo/FPazzle/FBoard.as

    r15005 r15097  
    6060                { 
    6161                        var piece:FPiece = new FPiece(pazzleImage, p_width, p_height, _x_index, _y_index); 
     62                         
     63                        // Rotate for Assignment... I don't like rotation. 
     64                        piece.rotation = Math.floor(Math.random() * 4) * 90; 
     65                         
    6266                        if (pazzleImage == null) { 
    6367                                trace("pazzle Image is not setted");