vijayrajesh's Forum Posts

  • Hi,

    Is this allowed to use the assets in the c2 templates? I mean the templates like "Template: platformer", Vertical space shooter or space blaster.

    I like the explosion effect in the space blaster and I want to use that in my own game which I plan to release freely or possibly commercial in future.

    Please reply whether it is allowed. Also what kind of license is set to those items?

    Thank you,

  • What could be the optimal size to create sprite fonts. Currently the width is 72px

  • Hi,

    I am very new to game programming.

    Yesterday I tried creating one sprite font with Photoshop for characters "0123456789"

    Gold colored sprite font

    Liquid bubble sprite font

    Please comment your thoughts and give suggestions on improving it,

    Thank you,

  • I am also eagerly waiting for the sale. Please scirra, Do it.

  • How to get notified with new offers and discounts? I even have subscribed newsletters,

    Thank you,

  • Hi,

    I am waiting for some discounts in the price that can scirra give. Waiting from 4 months, I did not see any. Does Scirra give any discounts? Any near discount days please?

  • spongehammer that is a great idea. Thanks I will try now

  • Hi,

    I came to a concept like this

    Please watch youtube video with id vBv8nuEf9bw

    screenshot,

    [attachment=0:22mbzjop][/attachment:22mbzjop]

    (I am not allowed to add url here)

    The wine glass border is surrounded with about 10 hidden sprites. They work as borders of glass. But now, I see the issue that, suppose if I want to rotate the wine glass, I need to group all those sprites.

    Is there any way to group rotate sprites in runtime?

    Thank you,

  • spongehammer Sorry, I edited the post now.

  • Hi,

    I see that it is easier on convex collision. But may i know how concave collision can be done?

    Please see this image

    [attachment=0:7ju2clk1][/attachment:7ju2clk1]

    So when a round ball is placed on left or right corner of concave object, the ball will come to center,

    I learned that Chipmunk can do it. But I know experts are here to give me right reply,

    Thank you,

  • Thanks all. It is a wonderful community.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi,

    I see there is one event "on drop" But I want something, when a object is dragged and dropped inside another sprite, the event should trigger. But not just overlapping, but the object should go almost inside the dropped object. Please see attached image,

    [attachment=0:5j7pbzy9][/attachment:5j7pbzy9]

    Can anyone give me quick capx file if you have one in hand already?

    Thank you,

  • eli0s Thank you so much, this is one of the best solutions.

  • Thanks for pointing about "Bound to layout". I will check and update here,

  • Hi,

    I am a newbie here. Today I created one small layout that works like, when clicked on left side screen, the sprite will move left side. When tapped on right side, the sprite will move right side.

    I have put demo here You can see event sheet here I have setup the code , "in touch" the sprite moves left side and right side. And at the same time, I have added sub event , that checks, whether the sprite crosses screen border. If it crosses, then the movement will not happen.

    My question is how to stop the sprite exactly at 0 on left side and 480px on right side.

    (For some reason, it does not work perfect on mobile devices)