04/04/2003, 18:34
|
| | | Fecha de Ingreso: enero-2002
Mensajes: 396
Antigüedad: 22 años, 9 meses Puntos: 0 | |
Tmesister... si, yo probé con el onClipEvent(load) y funciona, pero queria saber porque no funcionaba el mc.onLoad, ya que me funcionaban los demas eventos de esta forma, el problema es con el mc.onLoad...
Gracias por responder
Lo que me parece extraño es que en la ayuda de flash sale que se puede usar mc.onLoad.
Textual de la ayuda: MovieClip.onLoad
Availability
Flash Player 6.
Usage
myMovieClip.onLoad
Parameters
None.
Returns
Nothing.
Description
Event handler; invoked when the movie clip is instantiated and appears in the Timeline.
You must define a function that executes when the event is invoked.
Example
The following example defines a function for the onLoad method that sends a trace action to the Output window:
myMovieClip.onLoad = function () {
trace ("onLoad called");
};
__________________ axa |