Changeset 15379 for lang/actionscript

Show
Ignore:
Timestamp:
07/07/08 18:03:13 (5 months ago)
Author:
suztomo
Message:

lang/actionscript/FPazzle : Now submitting the assignment.

Location:
lang/actionscript/FPazzle/trunk/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/actionscript/FPazzle/trunk/src/FPazzle.mxml

    r15097 r15379  
    196196                                imageUrl.htmlText = '<font color="#0063DC"><a target="_blank" href="'+targetUrl+'" >'+ '>> View current photo on Flickr</a></font>'; 
    197197                        } 
     198                        board = null; 
    198199                } 
    199200                 
  • lang/actionscript/FPazzle/trunk/src/net/suztomo/FPazzle/FPieceGroup.as

    r14992 r15379  
    283283                                        snap_to.putNewPiece(movePiece); 
    284284                                } 
     285                                snap_to.parent.setChildIndex(snap_to, parent.numChildren - 1); 
    285286                                board.dispatchEvent(new FPazzleEvent(FBoard.PIECE_SNAPPED)); 
    286287                        }