Saltar la navegación

35 B Posters in a photosphere

35 B Poster Second Part

Posters in a Photosphere

//Poster1

var poster1 = Scene.getItem('');

var config1 = {

title: '',

//title: 'Carme Rovira',

imgId: '',

description: ' ',

//description: 'Carme Rovira i Fortuny (Vilassar de Mar, 17 de març de 1907 - Passy, Illa de França, 1 de març de 1985) fou una pintora naïf catalana. ',

autoHide: true,

};

poster1.onActivate(function() {

poster1.showInfoPanel(config1.title, config1.imgId, config1.description, config1.autoHide, config1.onHide);

});

//Poster2

var poster2 = Scene.getItem('');

var config2 = {

title: '',

//title: 'Sculpture',

imgId: '',

//description: 'Traditional dance of Catalonia.',

description: '',

autoHide: true,

};

poster2.onActivate(function() {

poster2.showInfoPanel(config2.title, config2.imgId, config2.description, config2.autoHide, config2.onHide);

});

//Poster3

var poster3 = Scene.getItem('');

var config3 = {

title: '',

//title: 'Picture',

imgId: '',

description: '',

//description: 'Naif Art. Naif Catalan painter Landscape from Vilassar de Mar',

autoHide: true,

};

poster3.onActivate(function() {

poster3.showInfoPanel(config3.title, config3.imgId, config3.description, config3.autoHide, config3.onHide);

});