Lively Kernel canvas
ImageMorph.subclass("philmaker.foundation.ImageMorph", {
initialize: function($super, rectangle, imagePath) {
$super(rectangle, imagePath);
this.rawNode.style.setProperty('opacity', '0.3');
this.setFillOpacity(0.0);
}
});
philmaker.foundation.ImageMorph.subclass("philmaker.playground.ImageMorph", {
initialize: function($super) {
var rectangle = new Rectangle(100, 100, 600, 500);
var imagePath = "http://www.beachtownpress.com/db5/00415/beachtownpress.com/_uimages/beach7.jpg"; //http://www.travelblog.org/Wallpaper/pix/beach_wallpaper_brazil.jpg
$super(rectangle, imagePath);
this.rawNode.style.setProperty('opacity', '0.3');
this.setFillOpacity(0.0);
}
});
Object.subclass("philmaker.playground.WorldInitializer", {
initialize : function(worldMorph) {
console.log("WorldInitializer.initialize");
worldMorph.addMorph(new philmaker.playground.ImageMorph());
}
});
null
null
false
null
null
ImageMorph.subclass("philmaker.foundation.ImageMorph",{initialize:function($super,rectangle,imagePath){$super(rectangle,imagePath);this.rawNode.style.setProperty('opacity','0.3');this.setFillOpacity(0.0);}});philmaker.foundation.ImageMorph.subclass("philmaker.playground.ImageMorph",{initialize:function($super){varrectangle=newRectangle(100,100,600,500);varimagePath="http://www.beachtownpress.com/db5/00415/beachtownpress.com/_uimages/beach7.jpg";//http://www.travelblog.org/Wallpaper/pix/beach_wallpaper_brazil.jpg$super(rectangle,imagePath);this.rawNode.style.setProperty('opacity','0.3');this.setFillOpacity(0.0);}});Object.subclass("philmaker.playground.WorldInitializer",{initialize:function(worldMorph){console.log("WorldInitializer.initialize");worldMorph.addMorph(newphilmaker.playground.ImageMorph());}});
36
null
true
true
false
323
false
null
957
null
null
true
false
null
false
null
1
true
false
true
false
null
false
null
false
null
false
1
null
false
false
false
false
null
false
false
null
null
null
null
false
null
false
null
newphilmaker.playground.WorldInitializer(WorldMorph.current())
true
true
false
42
true
null
43
null
true
false
false
1
true
false
true
false
null
false
null
false
null
false
1
null
false
false
false
false
null
false
false
null
null
null
null
false
null
1235636914991
12602
1
18
null
1235636914
null