Provabox
Dal Wiki di Scuola3D
Revisione 10:33, 20 Luglio 2006 Enrico (Discussione | contributi) ← Previous diff |
Versione attuale Enrico (Discussione | contributi) |
||
Riga 1: | Riga 1: | ||
- | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | + | Help di Scuola3D ;help di scuola3D |
- | <HTML><HEAD><TITLE>help di scuola3D</TITLE> | + | |
- | <META http-equiv=Content-Type content="text/html; charset=windows-1252"> | + | |
- | <STYLE type=text/css>SPAN.foldopened { | + | |
- | BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 0.25em; PADDING-LEFT: 0.25em; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: xx-small; BACKGROUND: #e0e0e0; VISIBILITY: visible; BORDER-BOTTOM-WIDTH: 1px; PADDING-BOTTOM: 0em; CURSOR: pointer; COLOR: white; PADDING-TOP: 0em; FONT-FAMILY: monospace; BORDER-RIGHT-WIDTH: 1px | + | |
- | } | + | |
- | SPAN.foldclosed { | + | |
- | BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 0.25em; PADDING-LEFT: 0.25em; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: xx-small; BACKGROUND: #e0e0e0; VISIBILITY: hidden; BORDER-BOTTOM-WIDTH: 1px; PADDING-BOTTOM: 0em; CURSOR: pointer; COLOR: #666666; PADDING-TOP: 0em; FONT-FAMILY: monospace; BORDER-RIGHT-WIDTH: 1px | + | |
- | } | + | |
- | SPAN.foldspecial { | + | |
- | BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 0.1em; BORDER-TOP: #cccccc 1px; PADDING-LEFT: 0.1em; FONT-SIZE: xx-small; BACKGROUND: #e0e0e0; PADDING-BOTTOM: 0em; BORDER-LEFT: #cccccc 1px; CURSOR: pointer; COLOR: #666666; PADDING-TOP: 0em; BORDER-BOTTOM: #cccccc 1px solid; FONT-FAMILY: sans-serif | + | |
- | } | + | |
- | LI { | + | |
- | LIST-STYLE-TYPE: none | + | |
- | } | + | |
- | SPAN.l { | + | |
- | FONT-WEIGHT: bold; COLOR: red | + | |
- | } | + | |
- | A:link { | + | |
- | COLOR: black; TEXT-DECORATION: none | + | |
- | } | + | |
- | A:visited { | + | |
- | COLOR: black; TEXT-DECORATION: none | + | |
- | } | + | |
- | A:active { | + | |
- | COLOR: black; TEXT-DECORATION: none | + | |
- | } | + | |
- | A:hover { | + | |
- | BACKGROUND: #eeeee0; COLOR: black; TEXT-DECORATION: none | + | |
- | } | + | |
- | </STYLE> | + | |
- | <!-- ^ Position is not set to relative / absolute here because of Mozilla --> | + | |
- | <META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD> | + | |
- | <BODY> | + | |
- | <SCRIPT language=JavaScript> | + | |
- | // Here we implement folding. It works fine with MSIE5.5, MSIE6.0 and | + | |
- | // Mozilla 0.9.6. | + | |
- | if (document.layers) { | ||
- | //Netscape 4 specific code | ||
- | pre = 'document.'; | ||
- | post = ''; } | ||
- | if (document.getElementById) { | ||
- | //Netscape 6 specific code | ||
- | pre = 'document.getElementById("'; | ||
- | post = '").style'; } | ||
- | if (document.all) { | ||
- | //IE4+ specific code | ||
- | pre = 'document.all.'; | ||
- | post = '.style'; } | ||
- | function layer_exists(layer) { | + | Accedere a Scuola3D ;Accedere a Scuola3D |
- | try { | + | |
- | eval(pre + layer + post); | + | |
- | return true; } | + | |
- | catch (error) { | + | |
- | return false; }} | + | |
- | function show_layer(layer) { | ||
- | eval(pre + layer + post).position = 'relative'; | ||
- | eval(pre + layer + post).visibility = 'visible'; } | ||
- | function hide_layer(layer) { | + | Scaricare il browser ;Scaricare il browser |
- | eval(pre + layer + post).visibility = 'hidden'; | + | |
- | eval(pre + layer + post).position = 'absolute'; } | + | |
- | function hide_folder(folder) { | ||
- | hide_folding_layer(folder) | ||
- | show_layer('show'+folder); | ||
- | scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla) | ||
- | } | ||
- | function show_folder(folder) { | + | Installare il browser ;Installare il browser |
- | // Precondition: all subfolders are folded | + | |
- | show_layer('hide'+folder); | + | Installazione avanzata ;Installazione avanzata |
- | hide_layer('show'+folder); | + | |
- | show_layer('fold'+folder); | + | |
- | scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla) | ||
- | var i; | ||
- | for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { | ||
- | show_layer('show'+folder+'_'+i); } | ||
- | } | ||
- | function show_folder_completely(folder) { | ||
- | // Precondition: all subfolders are folded | ||
- | show_layer('hide'+folder); | + | Lanciare il browser |Lanciare il browser |
- | hide_layer('show'+folder); | + | |
- | show_layer('fold'+folder); | + | |
- | scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla) | ||
- | var i; | ||
- | for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { | ||
- | show_folder_completely(folder+'_'+i); } | ||
- | } | ||
+ | Entrare nella scuola virtuale ;Entrare nella scuola virtuale | ||
- | function hide_folding_layer(folder) { | ||
- | var i; | ||
- | for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { | ||
- | hide_folding_layer(folder+'_'+i); } | ||
- | hide_layer('hide'+folder); | + | Scegliere il proprio avatar ;Scegliere il proprio avatar |
- | hide_layer('show'+folder); | + | |
- | hide_layer('fold'+folder); | + | |
- | scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla) | ||
- | } | ||
- | function fold_document() { | + | Il browser di Scuola3d ;Il browser di Scuola3D |
- | var i; | + | |
- | var folder = '1'; | + | |
- | for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { | + | |
- | hide_folder(folder+'_'+i); } | + | |
- | } | + | |
- | function unfold_document() { | + | Le finestre di testo ;Le finestre di testo |
- | var i; | + | |
- | var folder = '1'; | + | |
- | for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { | + | |
- | show_folder_completely(folder+'_'+i); } | + | |
- | } | + | |
- | </SCRIPT> | + | |
- | <SPAN class=foldspecial onclick=fold_document()>All +</SPAN> <SPAN | + | |
- | class=foldspecial onclick=unfold_document()>All -</SPAN> | + | Indicatori di posizione ;Indicatori di posizione |
- | <P><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Help di Scuola3D" | + | |
- | target=_blank><SPAN class=l>~</SPAN> help di scuola3D </A> | + | |
- | <UL> | + | La barra di menu ;La barra di menu |
- | <LI><SPAN class=foldclosed id=show1_1 style="POSITION: absolute" | + | |
- | onclick="show_folder('1_1')">+</SPAN> <SPAN class=foldopened id=hide1_1 | + | |
- | onclick="hide_folder('1_1')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Accedere a Scuola3D" | + | Le schede ;Le schede |
- | target=_blank><SPAN class=l>~</SPAN> Accedere a Scuola3D </A> | + | |
- | <UL id=fold1_1 style="VISIBILITY: visible; POSITION: relative"> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Registrarsi" | + | Settaggi ;Settaggi |
- | target=_blank><SPAN class=l>~</SPAN> Registrarsi </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Scaricare il browser" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Scaricare il browser </A> | + | La barra delle icone ;La barra delle icone |
- | <LI><SPAN class=foldclosed id=show1_1_1 style="POSITION: absolute" | + | |
- | onclick="show_folder('1_1_1')">+</SPAN> <SPAN class=foldopened id=hide1_1_1 | + | |
- | onclick="hide_folder('1_1_1')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Installare il browser" | + | La finestra web integrata ;La finestra web integrata |
- | target=_blank><SPAN class=l>~</SPAN> Installare il browser </A> | + | |
- | <UL id=fold1_1_1 style="VISIBILITY: visible; POSITION: relative"> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Installazione avanzata" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Installazione avanzata | + | |
- | </A></LI></UL> | + | |
- | <LI><A | + | Interagire in Scuola3d ;Interagire in Scuola3d |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Lanciare il browser" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Lanciare il browser </A> | + | |
- | <LI><A | + | Muoversi su Scuola3D ;Muoversi su scuola3D |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Entrare nella scuola virtuale" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Entrare nella scuola virtuale </A> | + | Spostarsi con la tastiera ;Spostarsi con la tastiera |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Scegliere il proprio avatar" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Scegliere il proprio avatar | + | |
- | </A></LI></UL> | + | Spostarsi con il mouse ;Spostarsi con il mouse |
- | <LI><SPAN class=foldclosed id=show1_2 style="POSITION: absolute" | + | |
- | onclick="show_folder('1_2')">+</SPAN> <SPAN class=foldopened id=hide1_2 | + | |
- | onclick="hide_folder('1_2')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Il browser di Scuola3d" | + | Volare ;Volare |
- | target=_blank><SPAN class=l>~</SPAN> Il browser di Scuola3D </A> | + | |
- | <UL id=fold1_2 style="VISIBILITY: visible; POSITION: relative"> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Le finestre di testo" | + | Teletrasporto ;Teletrasporto |
- | target=_blank><SPAN class=l>~</SPAN> Le finestre di testo </A> | + | |
- | <LI><A | + | Teletrasporto a posizioni preferite ;Teletrasporto |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Indicatori di posizione" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Indicatori di posizione </A> | + | a posizioni preferite |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=La barra di menu" | + | |
- | target=_blank><SPAN class=l>~</SPAN> La barra di menu </A> | + | |
- | <LI><A | + | Teletrasporto ad oggetti etichettati ;Teletrasporto |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Le schede" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Le schede </A> | + | ad oggetti etichettati |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Settaggi" | + | Teletrasporto da oggetto a oggetto ;Teletrasporto |
- | target=_blank><SPAN class=l>~</SPAN> Settaggi </A> | + | |
- | <LI><A | + | da oggetto ad oggetto |
- | href="http://www.scuola3d.eu/wiki/index.php?title=La barra delle icone" | + | |
- | target=_blank><SPAN class=l>~</SPAN> La barra delle icone </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=La finestra web integrata" | + | Teletrasporto mediante comandi testuali ;Teletrasporto |
- | target=_blank><SPAN class=l>~</SPAN> La finestra web integrata | + | |
- | </A></LI></UL> | + | mediante comandi testuali |
- | <LI><SPAN class=foldclosed id=show1_3 style="POSITION: absolute" | + | |
- | onclick="show_folder('1_3')">+</SPAN> <SPAN class=foldopened id=hide1_3 | + | |
- | onclick="hide_folder('1_3')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Interagire in Scuola3d" | + | Teletrasporto dalla finestra web integrata ;Teletrasporto |
- | target=_blank><SPAN class=l>~</SPAN> Interagire in Scuola3d </A> | + | |
- | <UL id=fold1_3 style="VISIBILITY: visible; POSITION: relative"> | + | dalla finestra web integrata |
- | <LI><SPAN class=foldclosed id=show1_3_1 style="POSITION: absolute" | + | |
- | onclick="show_folder('1_3_1')">+</SPAN> <SPAN class=foldopened id=hide1_3_1 | + | |
- | onclick="hide_folder('1_3_1')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Muoversi su Scuola3D" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Muoversi su scuola3D </A> | + | |
- | <UL id=fold1_3_1 style="VISIBILITY: visible; POSITION: relative"> | + | |
- | <LI><A | + | Teletrasporto ad altro utente ;Teletrasporto |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Spostarsi con la tastiera" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Spostarsi con la tastiera </A> | + | ad altro utente |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Spostarsi con il mouse" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Spostarsi con il mouse </A> | + | |
- | <LI><A | + | Mettersi in relazione con gli altri ;Mettersi in relazione con gli altri |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Volare" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Volare </A> | + | Conversazioni pubbliche ;Conversazioni pubbliche |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Teletrasporto" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Teletrasporto </A> | + | |
- | <UL> | + | Conversazioni private ;Conversazioni private |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Teletrasporto a posizioni preferite" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Teletrasporto <BR>a posizioni | + | |
- | preferite </A> | + | Invio telegrammi ;Invio telegrammi |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Teletrasporto ad oggetti etichettati" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Teletrasporto <BR>ad oggetti | + | |
- | etichettati </A> | + | Invio files ;Invio files |
- | <UL> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Teletrasporto da oggetto a oggetto" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Teletrasporto <BR>da oggetto | + | Animazioni dellavatar ;Animazioni dellavatar |
- | ad oggetto </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Teletrasporto mediante comandi testuali" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Teletrasporto <BR>mediante | + | |
- | comandi testuali </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Teletrasporto dalla finestra web integrata" | + | Mettersi in relazione con il Web ;Mettersi in relazione con il web |
- | target=_blank><SPAN class=l>~</SPAN> Teletrasporto <BR>dalla | + | |
- | finestra web integrata </A></LI></UL> | + | _3Semacode ;Semacode |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Teletrasporto ad altro utente" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Teletrasporto <BR>ad altro | + | |
- | utente </A></LI></UL></LI></UL> | + | |
- | <LI><SPAN class=foldclosed id=show1_3_2 style="POSITION: absolute" | + | |
- | onclick="show_folder('1_3_2')">+</SPAN> <SPAN class=foldopened id=hide1_3_2 | + | |
- | onclick="hide_folder('1_3_2')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Mettersi in relazione con gli altri" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Mettersi in relazione con gli | + | |
- | altri </A> | + | I luoghi di Scuola3D ;I luoghi di Scuola3d |
- | <UL id=fold1_3_2 style="VISIBILITY: visible; POSITION: relative"> | + | |
- | <LI><A | + | 1_4Mappa stradale di Scuola3D ;Mappa stradale di Scuola3D |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Conversazioni pubbliche" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Conversazioni pubbliche </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Conversazioni private" | + | Ingresso ;Ingresso |
- | target=_blank><SPAN class=l>~</SPAN> Conversazioni private </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Invio telegrammi" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Invio telegrammi </A> | + | Infopoint ;Infopoint |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Invio files" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Invio files </A> | + | |
- | <LI><A | + | Centro_risorse ;Centro Risorse |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Animazioni dell'avatar" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Animazioni dell'avatar | + | |
- | </A></LI></UL> | + | |
- | <LI><SPAN class=foldclosed id=show1_3_3 style="POSITION: absolute" | + | Bacheca ;Bacheca |
- | onclick="show_folder('1_3_3')">+</SPAN> <SPAN class=foldopened id=hide1_3_3 | + | |
- | onclick="hide_folder('1_3_3')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Mettersi in relazione con il Web" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Mettersi in relazione con il web | + | I progetti delle scuole |
- | </A> | + | |
- | <UL id=fold1_3_3 style="VISIBILITY: visible; POSITION: relative"> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Semacode" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Semacode </A></LI></UL></LI></UL> | + | |
- | <LI><SPAN class=foldclosed id=show1_4 style="POSITION: absolute" | + | Costruire su Scuola3D ;Costruire |
- | onclick="show_folder('1_4')">+</SPAN> <SPAN class=foldopened id=hide1_4 | + | |
- | onclick="hide_folder('1_4')">-</SPAN> <A | + | su Scuola3D |
- | href="http://www.scuola3d.eu/wiki/index.php?title=I luoghi di Scuola3D" | + | |
- | target=_blank><SPAN class=l>~</SPAN> I luoghi di Scuola3d </A> | + | Istruzioni per costruire ;Istruzioni per costruire |
- | <UL id=fold1_4 style="VISIBILITY: visible; POSITION: relative"> | + | |
- | <LI><A | + | Diritti sul terreno ;Diritti sul terreno |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Mappa stradale di Scuola3D" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Mappa stradale di Scuola3D </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Ingresso" | + | Muovere un oggetto ;Muovere un oggetto |
- | target=_blank><SPAN class=l>~</SPAN> Ingresso </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Infopoint" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Infopoint </A> | + | Duplicare un oggetto ;Duplicare un oggetto |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Centro_risorse" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Centro Risorse </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Bacheca" | + | Definire un nuovo oggetto ;Definire un nuovo un oggetto |
- | target=_blank><SPAN class=l>~</SPAN> Bacheca </A> | + | |
- | <LI>I progetti delle scuole </LI></UL> | + | 1_5Specificare il nome delloggetto ;Specificare il nome delloggetto |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Costruire su Scuola3D" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Costruire <BR>su Scuola3D </A> | + | |
- | <UL> | + | Specificare la descrizione delloggetto ;Specificare la descrizione delloggetto |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Istruzioni per costruire" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Istruzioni per costruire </A> | + | |
- | <UL> | + | Specificare azioni su un oggetto ;Specificare le azioni |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Diritti sul terreno" | + | su un oggetto |
- | target=_blank><SPAN class=l>~</SPAN> Diritti sul terreno </A> | + | |
- | <LI><A | + | 1_5Trigger ;modalità di attivazione |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Muovere un oggetto" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Muovere un oggetto </A> | + | di caratteristiche specifiche |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Duplicare un oggetto" | + | di un oggetto trigger |
- | target=_blank><SPAN class=l>~</SPAN> Duplicare un oggetto </A> | + | |
- | <LI><SPAN class=foldclosed id=show1_5 style="POSITION: absolute" | + | Trigger: Create ;Create |
- | onclick="show_folder('1_5')">+</SPAN> <SPAN class=foldopened id=hide1_5 | + | |
- | onclick="hide_folder('1_5')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Definire un nuovo oggetto" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Definire un nuovo un oggetto | + | Trigger: Bump ;Bump |
- | </A> | + | |
- | <UL id=fold1_5 style="VISIBILITY: visible; POSITION: relative"> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Specificare il nome dell'oggetto" | + | Trigger: Animate ;Activate |
- | target=_blank><SPAN class=l>~</SPAN> Specificare il nome | + | |
- | dell'oggetto </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Specificare la descrizione dell'oggetto" | + | Trigger: Adone ;Adone |
- | target=_blank><SPAN class=l>~</SPAN> Specificare la descrizione | + | |
- | dell'oggetto </A> | + | |
- | <LI><SPAN class=foldclosed id=show1_5_1 style="POSITION: absolute" | + | |
- | onclick="show_folder('1_5_1')">+</SPAN> <SPAN class=foldopened | + | Trigger: § ;§ |
- | id=hide1_5_1 onclick="hide_folder('1_5_1')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Specificare azioni su un oggetto" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Specificare le azioni <BR>su | + | |
- | un oggetto </A> | + | |
- | <UL id=fold1_5_1 style="VISIBILITY: visible; POSITION: relative"> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Trigger" | + | Comandi ;comandi |
- | target=_blank><SPAN class=l>~</SPAN> modalità di attivazione | + | |
- | <BR>di caratteristiche specifiche <BR>di un oggetto (trigger) </A> | + | Comando: Animate ;Animate |
- | <UL> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Trigger: Create" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Create </A> | + | Comando: Astart ;Astart |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Trigger: Bump" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Bump </A> | + | |
- | <LI><A | + | Comando: Astop ;Astop |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Trigger: Animate" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Activate </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Trigger: Adone" | + | Comando: Color ;Color |
- | target=_blank><SPAN class=l>~</SPAN> Adone </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Trigger: §" | + | |
- | target=_blank><SPAN class=l>~</SPAN> § </A></LI></UL> | + | Comando: Corona ;Corona |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comandi" | + | |
- | target=_blank><SPAN class=l>~</SPAN> comandi </A> | + | |
- | <UL> | + | Comando: Examine ;Examine |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Animate" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Animate </A> | + | |
- | <LI><A | + | Comando: Frame ;Frame |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Astart" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Astart </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Astop" | + | Comando: Light ;Light |
- | target=_blank><SPAN class=l>~</SPAN> Astop </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Color" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Color </A> | + | Comando: Move ;Move |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Corona" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Corona </A> | + | |
- | <LI><A | + | Comando: Name ;Name |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Examine" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Examine </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Frame" | + | Comando: Noise ;Noise |
- | target=_blank><SPAN class=l>~</SPAN> Frame </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Light" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Light </A> | + | Comando: Picture ;Picture |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Move" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Move </A> | + | |
- | <LI><A | + | Comando: Rotate ;Rotate |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Name" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Name </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Noise" | + | Comando: Sign ;Sign |
- | target=_blank><SPAN class=l>~</SPAN> Noise </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Picture" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Picture </A> | + | Comando: Solid ;Solid |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Rotate" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Rotate </A> | + | |
- | <LI><A | + | Comando: Sound ;Sound |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Sign" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Sign </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Solid" | + | Comando: Teleport ;Teleport |
- | target=_blank><SPAN class=l>~</SPAN> Solid </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Sound" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Sound </A> | + | Comando: Texture ;Texture |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Teleport" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Teleport </A> | + | |
- | <LI><A | + | Comando: Url ;Url |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Texture" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Texture </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Url" | + | Comando: Visible ;Visible |
- | target=_blank><SPAN class=l>~</SPAN> Url </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Visible" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Visible </A> | + | Comando: Warp ;Warp |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: Warp" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Warp </A> | + | |
- | <LI><A | + | Comando: tag ;tag |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Comando: tag" | + | |
- | target=_blank><SPAN class=l>~</SPAN> tag </A></LI></UL></LI></UL> | + | |
- | <LI><SPAN class=foldclosed id=show1_5_2 style="POSITION: absolute" | + | |
- | onclick="show_folder('1_5_2')">+</SPAN> <SPAN class=foldopened | + | |
- | id=hide1_5_2 onclick="hide_folder('1_5_2')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Informazioni standard associate all'oggetto" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Informazioni standard | + | |
- | <BR>associate all'oggetto </A> | + | |
- | <UL id=fold1_5_2 style="VISIBILITY: visible; POSITION: relative"> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Codice del proprietario" | + | Informazioni standard associate alloggetto ;Informazioni standard |
- | target=_blank><SPAN class=l>~</SPAN> Codice del proprietario </A> | + | |
- | <LI><A | + | associate alloggetto |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Nome dle proprietario" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Nome del proprietario </A> | + | Codice del proprietario ;Codice del proprietario |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Data di costruzione" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Data di costruzione | + | |
- | </A></LI></UL></LI></UL></LI></UL> | + | Nome dle proprietario ;Nome del proprietario |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Gli oggetti di Scuola3D" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Gli oggetti <BR>di Scuola3D </A> | + | |
- | <UL> | + | Data di costruzione ;Data di costruzione |
- | <LI><SPAN class=foldclosed id=show1_6 style="POSITION: absolute" | + | |
- | onclick="show_folder('1_6')">+</SPAN> <SPAN class=foldopened id=hide1_6 | + | |
- | onclick="hide_folder('1_6')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Classificazione degli oggetti di Scuola3D" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Classificazione degli oggetti | + | |
- | <BR>di Scuola3D </A> | + | |
- | <UL id=fold1_6 style="VISIBILITY: visible; POSITION: relative"> | + | |
- | <LI><SPAN class=foldclosed id=show1_6_1 style="POSITION: absolute" | + | |
- | onclick="show_folder('1_6_1')">+</SPAN> <SPAN class=foldopened | + | |
- | id=hide1_6_1 onclick="hide_folder('1_6_1')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Oggetti generici" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Oggetti generici </A> | + | |
- | <UL id=fold1_6_1 style="VISIBILITY: visible; POSITION: relative"> | + | Gli oggetti di Scuola3D ;Gli oggetti |
- | <LI><SPAN class=foldclosed id=show1_6_1_1 style="POSITION: absolute" | + | |
- | onclick="show_folder('1_6_1_1')">+</SPAN> <SPAN class=foldopened | + | di Scuola3D |
- | id=hide1_6_1_1 onclick="hide_folder('1_6_1_1')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Particolari categorie di oggetti" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Particolari categorie di | + | ificazione degli oggetti di Scuola3D ;ificazione degli oggetti |
- | oggetti </A> | + | |
- | <UL id=fold1_6_1_1 style="VISIBILITY: visible; POSITION: relative"> | + | di Scuola3D |
- | <LI>Porte | + | |
- | <LI>Tappeti </LI></UL> | + | |
- | <LI><SPAN class=foldclosed id=show1_6_1_2 style="POSITION: absolute" | + | Oggetti generici ;Oggetti generici |
- | onclick="show_folder('1_6_1_2')">+</SPAN> <SPAN class=foldopened | + | |
- | id=hide1_6_1_2 onclick="hide_folder('1_6_1_2')">-</SPAN> <A | + | Particolari categorie di oggetti ;Particolari categorie di oggetti |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Oggetti con particolari proprietà" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Oggetti con proprietà | + | Porte |
- | particolari </A> | + | |
- | <UL id=fold1_6_1_2 style="VISIBILITY: visible; POSITION: relative"> | + | |
- | <LI>Cartelli </LI></UL> | + | Tappeti |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Database degli oggetti" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Database degli oggetti | + | |
- | </A></LI></UL> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Oggetti modulari" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Oggetti modulari </A></LI></UL> | + | Oggetti con particolari proprietà ;Oggetti con proprietà particolari |
- | <LI><SPAN class=foldclosed id=show1_7 style="POSITION: absolute" | + | |
- | onclick="show_folder('1_7')">+</SPAN> <SPAN class=foldopened id=hide1_7 | + | 1_6Cartelli |
- | onclick="hide_folder('1_7')">-</SPAN> <A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Rivestimenti degli oggetti di Scuola3D" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Rivestimenti degli oggetti | + | |
- | <BR>di Scuola3D </A> | + | |
- | <UL id=fold1_7 style="VISIBILITY: visible; POSITION: relative"> | + | |
- | <LI><A | + | Database degli oggetti ;Database degli oggetti |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Textures" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Textures </A> | + | |
- | <LI><A | + | |
- | href="http://www.scuola3d.eu/wiki/index.php?title=Mask" | + | |
- | target=_blank><SPAN class=l>~</SPAN> Mask | + | |
- | </A></LI></UL></LI></UL></LI></UL></LI></UL> | + | |
- | <SCRIPT language=JavaScript> | + | Oggetti modulari ;Oggetti modulari |
- | fold_document(); | + | |
- | </SCRIPT> | + | |
- | </BODY></HTML> | + | |
+ | |||
+ | |||
+ | |||
+ | Rivestimenti degli oggetti di Scuola3D ;Rivestimenti degli oggetti | ||
+ | |||
+ | di Scuola3D | ||
+ | |||
+ | Textures ;Textures | ||
+ | |||
+ | |||
+ | |||
+ | Mask ;Mask |
Versione attuale
Help di Scuola3D ;help di scuola3D
Accedere a Scuola3D ;Accedere a Scuola3D
Scaricare il browser ;Scaricare il browser
Installare il browser ;Installare il browser
Installazione avanzata ;Installazione avanzata
Lanciare il browser |Lanciare il browser
Entrare nella scuola virtuale ;Entrare nella scuola virtuale
Scegliere il proprio avatar ;Scegliere il proprio avatar
Il browser di Scuola3d ;Il browser di Scuola3D
Le finestre di testo ;Le finestre di testo
Indicatori di posizione ;Indicatori di posizione
La barra di menu ;La barra di menu
Le schede ;Le schede
Settaggi ;Settaggi
La barra delle icone ;La barra delle icone
La finestra web integrata ;La finestra web integrata
Interagire in Scuola3d ;Interagire in Scuola3d
Muoversi su Scuola3D ;Muoversi su scuola3D
Spostarsi con la tastiera ;Spostarsi con la tastiera
Spostarsi con il mouse ;Spostarsi con il mouse
Volare ;Volare
Teletrasporto ;Teletrasporto
Teletrasporto a posizioni preferite ;Teletrasporto
a posizioni preferite
Teletrasporto ad oggetti etichettati ;Teletrasporto
ad oggetti etichettati
Teletrasporto da oggetto a oggetto ;Teletrasporto
da oggetto ad oggetto
Teletrasporto mediante comandi testuali ;Teletrasporto
mediante comandi testuali
Teletrasporto dalla finestra web integrata ;Teletrasporto
dalla finestra web integrata
Teletrasporto ad altro utente ;Teletrasporto
ad altro utente
Mettersi in relazione con gli altri ;Mettersi in relazione con gli altri
Conversazioni pubbliche ;Conversazioni pubbliche
Conversazioni private ;Conversazioni private
Invio telegrammi ;Invio telegrammi
Invio files ;Invio files
Animazioni dellavatar ;Animazioni dellavatar
Mettersi in relazione con il Web ;Mettersi in relazione con il web
_3Semacode ;Semacode
I luoghi di Scuola3D ;I luoghi di Scuola3d
1_4Mappa stradale di Scuola3D ;Mappa stradale di Scuola3D
Ingresso ;Ingresso
Infopoint ;Infopoint
Centro_risorse ;Centro Risorse
Bacheca ;Bacheca
I progetti delle scuole
Costruire su Scuola3D ;Costruire
su Scuola3D
Istruzioni per costruire ;Istruzioni per costruire
Diritti sul terreno ;Diritti sul terreno
Muovere un oggetto ;Muovere un oggetto
Duplicare un oggetto ;Duplicare un oggetto
Definire un nuovo oggetto ;Definire un nuovo un oggetto
1_5Specificare il nome delloggetto ;Specificare il nome delloggetto
Specificare la descrizione delloggetto ;Specificare la descrizione delloggetto
Specificare azioni su un oggetto ;Specificare le azioni
su un oggetto
1_5Trigger ;modalità di attivazione
di caratteristiche specifiche
di un oggetto trigger
Trigger: Create ;Create
Trigger: Bump ;Bump
Trigger: Animate ;Activate
Trigger: Adone ;Adone
Trigger: § ;§
Comandi ;comandi
Comando: Animate ;Animate
Comando: Astart ;Astart
Comando: Astop ;Astop
Comando: Color ;Color
Comando: Corona ;Corona
Comando: Examine ;Examine
Comando: Frame ;Frame
Comando: Light ;Light
Comando: Move ;Move
Comando: Name ;Name
Comando: Noise ;Noise
Comando: Picture ;Picture
Comando: Rotate ;Rotate
Comando: Sign ;Sign
Comando: Solid ;Solid
Comando: Sound ;Sound
Comando: Teleport ;Teleport
Comando: Texture ;Texture
Comando: Url ;Url
Comando: Visible ;Visible
Comando: Warp ;Warp
Comando: tag ;tag
Informazioni standard associate alloggetto ;Informazioni standard
associate alloggetto
Codice del proprietario ;Codice del proprietario
Nome dle proprietario ;Nome del proprietario
Data di costruzione ;Data di costruzione
Gli oggetti di Scuola3D ;Gli oggetti
di Scuola3D
ificazione degli oggetti di Scuola3D ;ificazione degli oggetti
di Scuola3D
Oggetti generici ;Oggetti generici
Particolari categorie di oggetti ;Particolari categorie di oggetti
Porte
Tappeti
Oggetti con particolari proprietà ;Oggetti con proprietà particolari
1_6Cartelli
Database degli oggetti ;Database degli oggetti
Oggetti modulari ;Oggetti modulari
Rivestimenti degli oggetti di Scuola3D ;Rivestimenti degli oggetti
di Scuola3D
Textures ;Textures
Mask ;Mask