Jump to content
Search Community

ramonjosegn

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by ramonjosegn

  1. Hello, I have a subfolder and greensock in a top folder Is it possible load greensock using import com.greensock.*; ? I try with ../ but no working thanks for help me
  2. Is working, thanks, I put the center on the middle of the movieclipe and use the _x coordinate for the _x ruler position for get a movement, thanks SOLVED
  3. Hello I need create a simple infinite scroll animation with text I upload the files for example, I am trying with yoyo but no not achieve the same result I am using AS2 Thanks for help blerlogopase.zip
  4. Ok, thanks, I goto use a include for no repeat the codes, thanks for support
  5. Ok, thanks for support, I goto try
  6. I always use import com.greensock.*; import com.greensock.easing.*; in every frame wher I need use Greensock Can I use only one time and remain active for all frames? I am using Flash CS 5.5 with AS2 Thanks for support
  7. I think there is a bug in the Plugin Explorer, because only show import com.greensock.*; import com.greensock.easing.*; and it should be: import com.greensock.*; import com.greensock.easing.*; import com.greensock.plugins.*; TweenPlugin.activate([scrollRectPlugin]); now ir working But I like me know it is possible move the movieclip, down to up, or right to left, I try change the mark registration but no working for me Thanks for support
  8. I am try this code with Tweenmax but no working TweenMax.to(bandaroja,6,{scrollRect:{left:0, right:1024, top:0, bottom:512, startAt:{left:0, right:0, top:0, bottom:512}}, ease:Circ.easeOut}); I think all is well, I put the mark registration in the top-left I am using AS2 Thanks for help me
  9. Hello I need create a horizontal slider similar to http://themeforest.n...preview/3531281 I like me found some tutorial or indications, I am confused about the correct construction Can I use TweenMax? How can I load the diferent images? I am using AS2 Thanks for support
  10. I upload the more important files, I think all is ok... https://server.backup.comodo.com/json/direct/default/proyecto%20cd/cd.zip?key=0ac6251e-b2be-4647-9853-90d71bee5dcb
  11. I am creating a CD (offline) for my customers I am using TweenMax (last version) for some animations and trasitions When I export to .exe my work (with Flash Player), the animations created with TweenMax NO working I like me some help, thanks
  12. I think you need use "bitmap cache" option... in movieclip and mask...
  13. Hello, thank you very much for your help. I think I found the problem, I fix it easily with javascript. I fear that the problem was an "on enterFrame" he had in several frames and a "getURL" (going to an anchor in the html). It's a bit absurd to me cause problems, but looking at various forums, many users reported similar problems. Now my code seems to be running smoothly. Thank you very much for your time.
  14. Thanks, I see for "mechanisms in place to detect that loading" I have TweenMax codes too in the external swfs, ¿can these codes cause problems?
  15. Really, I always use a little code, most of the code is simply TweenMax code , but suddenly I do not know if I am writing in the most optimal, thanks for support stop(); import com.greensock.*; import com.greensock.easing.*; TweenMax.to(marco_mc,0,{_alpha:0}); TweenMax.to(marco_mc,5,{_alpha:100}); logobler_mc.loadMovie("interfaz_clips/logo_bler.swf"); bandaup_mc.loadMovie("interfaz_clips/banda_amarilla.swf"); TweenMax.to(bandaup_mc,2,{_x:-160, _y:0, _xscale:1600, ease:Sine.easeOut, _alpha:100, startAt:{_alpha:0}}); acordeon_mc.loadMovie("bler_destacados.swf"); TweenMax.to(acordeon_mc,0,{_alpha:0}); TweenMax.to(acordeon_mc,6,{_alpha:100}); buscador_mc.loadMovie("interfaz_clips/buscadorin.swf"); social1_mc.loadMovie("interfaz_clips/email-icon.swf"); social2_mc.loadMovie("interfaz_clips/twitter-icon.swf"); social3_mc.loadMovie("interfaz_clips/facebook-icon.swf"); social4_mc.loadMovie("interfaz_clips/blog-icon.swf"); buzon_mc.loadMovie("interfaz_clips/buzon-sugerencias.swf"); direccion_mc.loadMovie("interfaz_clips/txt_bajoslider.swf"); titcontenido_mc.loadMovie("interfaz_clips/titulocontenidos.swf"); TweenMax.to(titcontenido_mc,0,{autoAlpha:0}); TweenMax.to(titcontenido_mc,4,{autoAlpha:100, delay:1.4}); TweenMax.to(buzon_mc,0,{autoAlpha:0}); TweenMax.to(buzon_mc,2,{autoAlpha:100, delay:1, ease:Circ.easeOut}); TweenMax.to(social1_mc,0,{autoAlpha:0}); TweenMax.to(social1_mc,2,{autoAlpha:100, delay:2, ease:Circ.easeOut}); TweenMax.to(social2_mc,0,{autoAlpha:0}); fotoymas.loadMovie("interfaz_clips/infoprincipal.swf"); nuestros_mc.loadMovie("interfaz_clips/zona_natural.swf"); banner_mc.loadMovie("interfaz_clips/blerlogopase.swf"); btderecha_mc.loadMovie("interfaz_clips/botones_derecha.swf"); TweenMax.to(btderecha_mc,0,{autoAlpha:0}); TweenMax.to(btderecha_mc,2,{autoAlpha:100, delay:2, ease:Circ.easeIn}); fotosalpie_mc.loadMovie("interfaz_clips/fotos_footer.swf"); cargador_footer_mc.loadMovie("interfaz_clips/footer.swf"); TweenMax.to(cargador_footer_mc,0,{autoAlpha:0}); TweenMax.to(cargador_footer_mc,1,{autoAlpha:100, startAt:{autoAlpha:0}}); if (subir == "arriba") { trace(subir); getURL("index.html#top"); subir = ""; }
  16. My "beta" status project is in this URL avancegrafico.net/bler2012/ I can upload the files online, it is neccesary thanks
  17. Hello, I'm using TweenMax, as the hours pass my browser Firefox becomes slower and slower, I do not know how to prevent memory TweenMax saturated, can you help? I am try TweenMax.killAll(false,true,true); but no effect...
×
×
  • Create New...