Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/07/2002, 18:16
jasistemas
 
Fecha de Ingreso: mayo-2001
Mensajes: 452
Antigüedad: 22 años, 11 meses
Puntos: 1
Re: Como lo puedo acomodar

En MX el componente scrollPane es el indicado para scrollear movieclips, creas tu mc y el scroll en la MISMA LINEA DE TIEMPO (no una dentro de otra).
FScrollPane.setScrollContent

Availability


Flash Player 6.

Usage


myScrollPane.setScrollContent(target)
Parameters


target A text string specifying the symbol linkage ID of a movie clip in the library or an instance of a movie clip.

Returns


Nothing.

Description


Method; specifies a movie clip to display in the scroll pane. Calling this method overrides the Scroll Content parameter value set in authoring.

Example


The following example specifies the movie clip instance BetsyTacy as the target for display1.

display1.setScrollContent("BetsyTacy");