home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
Easter_Eggs.swf
/
scripts
/
__Packages
/
com
/
novelgames
/
flashgames
/
commonAS2
/
CommonGame.as
next >
Wrap
Text File
|
2008-09-04
|
485b
|
20 lines
class com.novelgames.flashgames.commonAS2.CommonGame extends com.novelgames.flashgames.commonAS2.NewMovieClip
{
function CommonGame()
{
super();
}
static function get gameStage()
{
return com.novelgames.flashgames.commonAS2.NewStage.getNewStage();
}
function pause()
{
com.novelgames.flashgames.commonAS2.NewTimer.pause();
}
function unpause()
{
com.novelgames.flashgames.commonAS2.NewTimer.unpause();
}
}