@@ -182,9 +187,7 @@ function CollectionBrowser(filename, parent_frame) {
y+=avatar_lib.defs.height+2;
}
}
highlight();
}
functionhighlight(){
...
...
@@ -243,53 +246,79 @@ function CollectionBrowser(filename, parent_frame) {
this.getcmd=function (cmd){
varret=null;
switch (cmd.toLowerCase()){
caseKEY_LEFT:
if (cmd.mouse!==null&&cmd.mouse.press&&cmd.mouse.x>=frames.container.x&&cmd.mouse.x<frames.container.x+frames.container.width&&cmd.mouse.y>=frames.container.y&&cmd.mouse.y<frames.container.y+frames.container.height){