MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Manuel d'utilisateur Page 36

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 44
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 35
(the activeWindow).title = newTitle
end
JavaScript syntax example:
function titleChange(spriteRef, newTitle){
_player.activeWindow.title = newTitle
}
statusTextChange(spriteRef, newText) - This handler is invoked when the text that
needs to be displayed in the status bar has changed.
Lingo example:
on statusTextChange spriteRef , newText
member("statustext").text = newText
end
JavaScript syntax example:
function statusTextChange(spriteRef, newText){
member("statustext").text = newText
}
navigateBackState(spriteRef, enabled) - Called to indicate the current state of
BACK navigation in the browser history, usually when a page finishes loading, or
whenever necessary. Your code can use this information to enable or disable the
BACK button in your interface.
Lingo example:
on navigateBackState spriteRef , enabled
if enabled=true then
Online Help
36
Vue de la page 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44

Commentaires sur ces manuels

Pas de commentaire