Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
des muss aber auch mit html gehn und ich bitte euch um einen codeMit JavaScript.
MfG, matibaski
Nein, gehts nicht.
Es muss einen JavaScript Effekt haben!
des muss aber auch mit html gehn und ich bitte euch um einen code
HTML != CSSMund zu, bitte. Ich mache meine Hover effekte IMMER mit CSS.
// Code bei Frame 1 - Schaltfläche
on(mouseover) {
gotoAndStop("Frame2");
}
// Code bei Frame 2 - Schaltfläche
on(mouseout) {
gotoAndStop("Frame1");
}