home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
Easter_Eggs.swf
/
scripts
/
__Packages
/
com
/
novelgames
/
flashgames
/
commonAS2
/
InstructionsButton.as
< prev
next >
Wrap
Text File
|
2008-09-04
|
300b
|
12 lines
class com.novelgames.flashgames.commonAS2.InstructionsButton extends com.novelgames.flashgames.commonAS2.NewMovieClip
{
function InstructionsButton()
{
super();
this.onRelease = function()
{
this._parent._parent.showInstructionsFromGame();
};
}
}