topical media & game development
actionscript-omr-lib-Music.ax
actionscript-omr-lib-Music.ax
[swf]
flex
package
{
public class @ax-actionscript-omr-lib-Music
{
public var staffs:Array;
public function @ax-actionscript-omr-lib-Music()
{
staffs = new Array();
}
public function addStaff(row:int, scale:int):void{
staffs.push(new actionscript_omr_lib_Staff(row,scale));
}
public function getStaffs():Array{
return staffs;
}
}
}
(C) Æliens
27/08/2009
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.