trust/js/slides/Slides_Intro.js

29 lines
461 B
JavaScript
Raw Normal View History

2017-07-10 15:38:20 +00:00
SLIDES.push({
id: "intro",
add:[
// Splash in background
{ id:"splash", type:"Splash" },
// Circular Wordbox
{
id:"intro_text", type:"TextBox",
box:{
x:160, y:10, width:640, height:500,
align:"center", size:19,
text_id:"intro"
}
},
// Button
{
id:"intro_button", type:"Button", x:385, y:466,
text_id:"intro_button", fontSize:16, upperCase:false,
message:"slideshow/scratch"
}
],
removeAllOnKill: true
});