Comunidad de diseño web y desarrollo en internet online

startdrag y stopdrag en boton y mclip, diferentes

Citar            
MensajeEscrito el 13 Ene 2011 05:57 pm
hola amigos, tengo una duda existencial

¿Por que StartDrag y StopDrag se aplican o comportan diferentes en un boton y en un mclip?

Para que funcionen desde la linea de tiempo los tengo que poner asi:

Código :

myMClip.onPress = function() { this.startDrag(); };
myMClip.onRelease = function() { this.stopDrag(); };
myBtn.onPress = function() { startDrag(this); };
myBtn.onRelease = function() { stopDrag(); };


porque poner el boton igual que el movie clip nain!, no hace nada

myBtn.onPress = function() { this.startDrag(); }; // NOP!
myBtn.onRelease = function() { this.stopDrag(); }; // Tampoco... menos... :lol:

Por comicSans

Claber

151 de clabLevel



 

firefox
Citar            
MensajeEscrito el 13 Ene 2011 06:55 pm
Son clases diferentes, MovieClip tiene línea de tiempo y acepta gran cantidad de métodos, mientras que un button no tiene línea de tiempo y solo puede ser referido desde fuera (es decir this ... nones)

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox
Citar            
MensajeEscrito el 13 Ene 2011 09:41 pm
claro entendido y anotado, GraXs!

Por comicSans

Claber

151 de clabLevel



 

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.