johnELLIS's Forum Posts

  • 15 posts
  • is there a way to manipulate animation after game has started.

  • hey so i want to add behaviour effect - platform to the svg sprite....and its not letting me. do you know how i can change this?

  • oh and if anyone can improve my drawing part. please feel free. I dont know how to make it a continuous. the dots are always spread out

  • ok so im constructing a game.

    1. user draws a character

    2. the drawing converts into sprite

    3. turn that sprite into a fighting character and be able to fight

    im stuck. mainly with

    animation and movement (up, down, hit, kick)

    how can i create smooth animation?

    and platform movements

    here is what I have so far.

    dropbox.com/scl/fi/sefktyqv7f4g39pqwpyow/main.capx

    can someone help me???

    you would need two plugins. to run this. the plugins are:

    construct.net/en

    construct.net/en

  • > hey guys. great plugin thanks!

    >

    > i have the following event

    > when left click is down,

    > Draw point (Mouse.X, Mouse.Y)

    >

    > is there a way to make the points connect smoothly? like how it would in microsoft paint? right now i just have seperated dots forming a line.

    >

    Between every tick, remember the previous mouse position and draw a line from there to current position.

    hey thanks for the tip!

    but im having trouble representing the mouse's previous (x,y)

  • hey thanks for the tip!

    but im having trouble representing the mouse's previous (x,y)

  • nice plugin!

    am i able to draw my own things on it like microsoft paint?

  • hey guys. great plugin thanks!

    i have the following event

    when left click is down,

    Draw point (Mouse.X, Mouse.Y)

    is there a way to make the points connect smoothly? like how it would in microsoft paint? right now i just have seperated dots forming a line.

  • can you please tell me or show me an example of how?

  • can you explain to me how the canvas plugin would work?

  • Is it possible to create something like microsoft paint on construct2?

    or even better, is there a way to link the two. im trying to make a game where an user can draw a character then be able to use it as his own in my fighting game.

    YOUR HELP IS GREATLY APPRECIATED!!

  • hey thanks for the examples...but i m having trouble understanding.

    can you just show me a simple way of attacking and if the attack hits, the hp drops.

    ill attach what i have so far. thanks again!

    dropbox.com/s/pjtv1awpmif77zq/project.capx

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • how can i make fighting actions(punching, kicking) in my fighting game. and also create the animations for it?????

    i have the health bar and movements ready. i just have two images as the sprites... what can i do??

    THNAKS IN ADVANCE!

  • hey how can i open it? is it cuz i have a new version.

    where can i get the new version??

    thanks!

  • hey guys

    so i wanna make a game that allows users to draw their own characters and be able to use it as their own characters in a rpg/fighting game.

    how can i do this? help is appreciated!

  • 15 posts