topical media & game development
actionscript-zoo-flash-src-zoo-Food.ax
actionscript-zoo-flash-src-zoo-Food.ax
(swf
)
[ flash
]
flex
package zoo {
public class actionscript-zoo-flash-src-zoo-Food {
private var calories;
private var name;
public function actionscript-zoo-flash-src-zoo-Food (initialCalories) {
setCalories(initialCalories);
}
public function getCalories () {
return calories;
}
public function setCalories (newCalories) {
calories = newCalories;
}
public function getName () {
return name;
}
public function setName (newName) {
name = newName;
}
}
}
(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.