Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/12/2015, 17:20
josepinzon_12
 
Fecha de Ingreso: noviembre-2015
Mensajes: 15
Antigüedad: 8 años, 6 meses
Puntos: 0
Respuesta: Compatibilidad navegadores

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${caballo}", "mouseover", function(sym, e) {
// introducir código que se ejecute cuando se sitúe el ratón sobre el objeto
sym.$('caballo').draggable({
revert: 'invalid'
});
sym.$('animales').droppable({
accept: sym.$('caballo'),
drop: function(event, ui){
dropEvent(sym,event, ui);

}
});

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${pez}", "mouseover", function(sym, e) {
// introducir código que se ejecute cuando se sitúe el ratón sobre el objeto
sym.$('pez').draggable({
revert: 'invalid'
});
sym.$('animales').droppable({
accept: sym.$('pez'),
drop: function(event, ui){
dropEvent(sym,event, ui);

}
});

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${bailarina}", "mouseover", function(sym, e) {
// introducir código que se ejecute cuando se sitúe el ratón sobre el objeto
sym.$('bailarina').draggable({
revert: 'invalid'
});
sym.$('animales').droppable({
accept: sym.$('bailarina'),
drop: function(event, ui){
dropEvent(sym,event, ui);

}
});

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${ballena}", "mouseover", function(sym, e) {
// introducir código que se ejecute cuando se sitúe el ratón sobre el objeto
sym.$('ballena').draggable({
revert: 'invalid'
});
sym.$('animales').droppable({
accept: sym.$('ballena'),
drop: function(event, ui){
dropEvent(sym,event, ui);

}
});

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${cangrejo}", "mouseover", function(sym, e) {
// introducir código que se ejecute cuando se sitúe el ratón sobre el objeto
sym.$('cangrejo').draggable({
revert: 'invalid'
});
sym.$('animales').droppable({
accept: sym.$('cangrejo'),
drop: function(event, ui){
dropEvent(sym,event, ui);

}
});

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${atrasCopy}", "click", function(sym, e) {
// introducir aquí código para clic de ratón
// Ir a una nueva dirección URL en la ventana actual
// (sustituya "_self" por el atributo de destino correspondiente)
window.open("../ejercicio2/ejercicio2.html", "_self");


});
//Edge binding end

})("stage");
//Edge symbol end:'stage'

//================================================== =======

//Edge symbol: 'calificar'
(function(symbolName) {



})("calificar");
//Edge symbol end:'calificar'

//================================================== =======

//Edge symbol: 'resetBtn'
(function(symbolName) {

})("resetBtn");
//Edge symbol end:'resetBtn'

//================================================== =======

//Edge symbol: 'ballenas'
(function(symbolName) {

})("ballenas");
//Edge symbol end:'ballenas'

//================================================== =======

//Edge symbol: 'estrellas'
(function(symbolName) {

})("estrellas");
//Edge symbol end:'estrellas'

//================================================== =======

//Edge symbol: 'caballitos'
(function(symbolName) {

})("caballitos");
//Edge symbol end:'caballitos'

//================================================== =======

//Edge symbol: 'letrab'
(function(symbolName) {

})("letrab");
//Edge symbol end:'letrab'

//================================================== =======

//Edge symbol: 'letrae'
(function(symbolName) {

})("letrae");
//Edge symbol end:'letrae'

//================================================== =======

//Edge symbol: 'ballenitas'
(function(symbolName) {

})("ballenitas");
//Edge symbol end:'ballenitas'

//================================================== =======

//Edge symbol: 'estrellitas'
(function(symbolName) {

})("estrellitas");
//Edge symbol end:'estrellitas'

//================================================== =======

//Edge symbol: 'abuela'
(function(symbolName) {

})("abuela");
//Edge symbol end:'abuela'

//================================================== =======

//Edge symbol: 'estrella'
(function(symbolName) {

})("estrella");
//Edge symbol end:'estrella'

//================================================== =======

//Edge symbol: 'pulpo'
(function(symbolName) {

})("pulpo");
//Edge symbol end:'pulpo'

//================================================== =======

//Edge symbol: 'caballo'
(function(symbolName) {

})("caballo");
//Edge symbol end:'caballo'

//================================================== =======

//Edge symbol: 'pez'
(function(symbolName) {

})("pez");
//Edge symbol end:'pez'

//================================================== =======

//Edge symbol: 'bailarina'
(function(symbolName) {

})("bailarina");
//Edge symbol end:'bailarina'

//================================================== =======

//Edge symbol: 'ballena'
(function(symbolName) {

})("ballena");
//Edge symbol end:'ballena'

//================================================== =======

//Edge symbol: 'cangrejo'
(function(symbolName) {

})("cangrejo");
//Edge symbol end:'cangrejo'

})(window.jQuery || AdobeEdge.$, AdobeEdge, "EDGE-56113120");





Nota: En caso de necesitar mas información permitamos un correo electrónico donde se le pueda enviar la información.