home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 130
/
MOBICLIC130.ISO
/
pc
/
DATA
/
HOTE
/
libs
/
LivreFeuilletable
/
LivreFeuilletable.swf
/
scripts
/
__Packages
/
LivreFeuilletable.as
< prev
Wrap
Text File
|
2010-12-13
|
508b
|
23 lines
class LivreFeuilletable extends MovieClip
{
function LivreFeuilletable()
{
super();
trace("LivreFeuilletable " + this);
_global._LivreFeuilletable_ = this;
}
static function main(p)
{
p.mc.__proto__ = LivreFeuilletable.prototype;
p.mc.p = p;
LivreFeuilletable.apply(p.mc);
}
function CreerLivre(p)
{
trace("CreerLivre " + this);
p.pere = this;
var _loc2_ = new LivreComposant(p);
return _loc2_;
}
}