topical media & game development
actionscript-zoo-mxmlc-src-VirtualZoo.ax
actionscript-zoo-mxmlc-src-VirtualZoo.ax
(swf
)
[ flash
]
flex
package {
import flash.display.Sprite;
import zoo.*;
public class actionscript-zoo-mxmlc-src-VirtualZoo extends Sprite {
public function actionscript-zoo-mxmlc-src-VirtualZoo () {
var pet = new VirtualPet("Stan");
pet.eat(new Apple());
pet.eat(new Sushi());
}
}
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.