Jump to content
Search Community

makis2404

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by makis2404

  1. Hello!

    I started with D3 and then greenshock.

    Then I tried Phaser but I find it very difficult to mess with.

    They have not tutorials for new comers.

    The gameMaker studio is pricy.

    The Pixi.js is also something like phaser I think and they change the editions quickly so one can lose his steps.

    Now I am trying to learn the Godot engine where it looks like they are plenty of tutorials and it is somewhat easier to follow.

    I am between the interactive png animations and something like small games.

    Have you any idea to propose?

    Thanks.

     

    gsap always esier and most funny!

  2. THANK YOU VERY MUCH!
  3. Hello Sahil! The book you told me its great! I have to thank you! I am reading slowly and for the firs time I can tell that I can understand some things about small games! I have made a new pen! If you know any other book about small games (javascript) I would be thankfull to tell me about! https://codepen.io/makis2404/full/QVLjjV/
  4. Thank you very much Sahil!!!
  5. What is the code for collision detection in this pen? Between the rect and the wall? I have tried several things but I cant find it. Btn on.mousedown => rect goes down Thanks
  6. Thank you very much! It is very good!
  7. I want the svg rect to go downstairs on.("mousedown",goDown) May be something is required that I don't know well. Thanks.
  8. I made my 3rd mini game. It is built on timelines not on handlers. I had to write a lot of code, with the same things again and again. So is there something for that? Thanks.
  9. Thank you very much Craig!
  10. Thank you guys for your help. Point C and Carl especially. I am going to have a look at your best informational articles and videos! In the meantime I have finished my second mini game! You can have a look and tell me your comments! Thanks!
  11. I can read It now and It is simple and I can understand It. I think It is a perfect pen for helping me with my pen. Thank you very much.
  12. My first GreenSock mini Game! If you have any suggestions for better coding but not to intricate with greensock termimology, just simple gsap things and terms I would be glad to listen to you!
  13. Thank you very much! It is a little complicated but I think It is a good lesson to work with It!
  14. Ok. the first one is what I need. to pause the tank and animate an explosion. I have made it in a simplified timeline whith no event handlers and a <g> with circles and rects as the tank. And you can fire on click the tank. there is a score on top. There is a mistake at css of <p> (fill instead of font-color).
  15. In this animation there is an inner sequense where the tank is going on. I wan to pause this moment so I can add some flames (see the image below). Insteed of every time waiting until this moment and trying to put correctly the flame. How can I go inside the event handlers and find and manipulate tha scene?
  16. Thank you very much! Yes this is the solution of the problem!
  17. It is like a flash on camera, a couple of seconds after the tank begins!
  18. tl = new TimelineLite(); //is there any difference here tl = new TimelineMax(); //from here When I choose the first and when the second? Is there any diference? Then tl.to //when choose this one TweenMax.to //and when to choose this What are the diferences?
  19. Here is the bit of sec that the black rect doesn't fill the horizontal level of the image and there is a fire in front and under the tank that looks like a flare!!!
  20. try it on jsbin. The flare can't be screeshot -ed. It is just an instant think. But the black strip yes. It is the black rectangle over the bird.
×
×
  • Create New...