View comments | RSS feed

Using transitions

Transitions create brief animations that play between frames to create a smooth flow as sprites move, appear, or disappear or as the entire Stage changes. Director provides dozens of transitions built into the application, and many third-party Xtra extensions also include transitions. For example, you can dissolve from one scene to the next, display a new scene strip by strip, or switch to a scene as though revealing it through venetian blinds. You can also use many of the transitions to make individual elements appear or disappear from the screen.

After they are defined, transitions appear in the Cast window as cast members. You can place them in the transition channel by dragging them from the cast to the Score.


Comments


No screen name said on Apr 28, 2005 at 8:01 AM :
Necesito documentacion de los diferentes comandos para el manejo de frames en macromedia director, como son hacer un boton que contenga un strip para ir adelante o atras en un frame....
gracias
Thomas Higgins said on May 16, 2005 at 9:44 AM :
Para manejo de frames Ud. puede usar 'go' con los numeros o los nombres (si esta usando "markers"). Escribalo como asi:

on mouseDown
_movie.go("algun marker")
end

La forma de "_movie.go()" es nuevo en Director MX 2004, si esta usando Director MX necesita usar:

on mouseDown
go to frame "algun marker"
end

Ud. puede usar "go next" o "_movie.goNext()", "go previous" o "_movie.goPrevious()" tambien si quiere. Lea el "Scripting Dictionary" para mas informacion sobre estos.

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/director/mx2004/release_update_en/09_col17.htm