Jump to content
Search Community

fabio96

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by fabio96

  1. fabio96

    Tweening help

    I saw The timescale (), but still I am not getting in that part of the javascript function, I can not implement the code, because the variables are very different and I got confused. Grateful if someone could help http://codepen.io/anon/pen/knhlu
  2. fabio96

    Tweening help

    http://codepen.io/anon/pen/knhlu a question, how can I change the size of the numbers within the squares
  3. fabio96

    Tweening help

    I know. I just wanted to know how one can define positions early on. Instead of being in the same position each be more forward
  4. fabio96

    Tweening help

    I really wanted to get through the pause button and slow motion running. But whenever I put the code for everything I can not to give
  5. fabio96

    Tweening help

    http://www.escoladefutbol.com/beto/docs/t_futsal/image1.gif I need something similar to this picture. At the beginning instead of standing in line 5, are separated it is possible to put a pause button and slow motion
  6. fabio96

    Tweening help

    http://codepen.io/anon/pen/knhlu So far I have this done. I've tried several ways, but I can not for a few more players forward in the beginning, always gives error, so it is that I need help
  7. fabio96

    Tweening help

    I usually use this codepen http://codepen.io/rhernando/pen/dKrgE and then substituted as want. What I wanted was, as you can see the 5 players start in the same position. In futsal players start in different positions more forward another behind. What I have substituted a notepad and then just paste
  8. fabio96

    Tweening help

    At the beginning of the tween 3 players are on the same position, but if I want 2 more forward and the other retreated as I do?
  9. fabio96

    Tweening help

    I have to import some code but do not know which ones.
  10. fabio96

    Tweening help

    Sorry for the inconvenience that you did pass. In this example http://codepen.io/rhernando/pen/dKrgE , I do not know if it's my browser but does not work the tactical 1 together with the ball. One more question: How can I use this code in netbeans?
  11. fabio96

    Tweening help

    http://codepen.io/anon/pen/wDrue/ I want an object whose name is "bola" that moves to the side of another object
  12. fabio96

    Tweening help

    Rodrigo are an angel. It was really what I wanted to do .. Thank you very much
  13. fabio96

    Tweening help

    http://codepen.io/GreenSock/pen/kaeiq I just want that when I click the button 1, they do a certain movement. When I click the button 2, clean everything and make another move. Both with 3 objects
  14. fabio96

    Tweening help

    http://codepen.io/GreenSock/pen/kaeiq http://imgur.com/LornSER -->When I click the "1 tactic" button the program does that tactic. When I click the "tactic 2" was another tactic .. I just can not connect the buttons to move
  15. fabio96

    Tweening help

    I just want the positions (top, left etc.) in php
  16. fabio96

    Tweening help

    I like to read a php file with all the data. It was easier for me. The php file should have something like //start 3 tweens at the same time tl.to("#logo1", 1, {left:"200px", top:"+=60"}, 0) .to("#logo2", 1, {left:"200px", top:"-=60"}, 0) .to("#logo3", 1, {left:"200px"}, 0) //add a label where frame3 animation will start 1 second later .add("frame3", "+=2") //add 3 more tweens at the frame3 label .to("#logo1", 1, {left:"400px", top:"-=60"}, "frame3") .to("#logo2", 1, {left:"400px", top:"+=120"}, "frame3") .to("#logo3", 1, {left:"400px", top:"-=60"}, "frame3")
  17. fabio96

    Tweening help

    I wanted something that genre, but I'm a bit new to be able to do without help http://i.imgur.com/euDgZUB.png
  18. fabio96

    Tweening help

    Not so. I'm trying to make the move 3 players in 3 frames. As a tactical football
  19. fabio96

    Tweening help

    How can I make 3 moves with Relative Tweens http://codepen.io/GreenSock/pen/BLajh TweenLite.to(logo, 0.5, {left:"+=100px",top:"200px"}); Like this, but three times 1-Rises 2-Down 3-Rises
  20. fabio96

    Tweening help

    Thank you Rodrigo. Now works.. I had a 17 in the presentation of my work More questions for Monday
  21. fabio96

    Tweening help

    I want to do something like this. but is not working TweenLite.to("#logo1", 1, {left:"632px",top:50px}); TweenLite.to("#logo2", 2, {left:"532px",top:100px}); TweenLite.to("#logo3", 3, {left:"432px",top:200px});
  22. fabio96

    Tweening help

    Another question. How can I make multiple drives simultaneously. 3 images such as moving forward. Thank you for your help.
  23. fabio96

    Tweening help

    I would like to use tweening otherwise. I wish that instead of going straight ahead, move to other positions, down, diagonally. I am a student of 12th grade, I would have a different design than usual and so I would use greenscok, but do not know how you do what I said earlier. I would appreciate if someone would help. i am working http://codepen.io/GreenSock/pen/dgmia
×
×
  • Create New...