Please help me about animation

0 favourites
  • 13 posts
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • This is the first time i learn to use this tool, i follow this tutorial :

    youtube.com/watch

    I believe everything i did as same as the man on tuturial do,.... i try to working with animation , i made player changed it animation from idle > walk when i move ... but when i steady stand ,it cant be back idle animation and i dont know why .... i've rewatch video many times and assure everything i do is exactly same as tutorial do .

    Somebody please help, sorry for my bad English . This is my screen picture i've taken :

    sr, i dont understand why the image cant be display , you can open it in newtab

  • This is the first time i learn to use this tool, i follow this tutorial :

    I believe everything i did as same as the man on tuturial do,.... i try to working with animation , i made player changed it animation from idle > walk when i move ... but when i steady stand ,it cant be back idle animation and i dont know why .... i've rewatch video many times and assure everything i do is exactly same as tutorial do .

    Somebody please help, sorry for my bad English . This is my screen picture i've taken :

    sr, i dont understand why the image cant be display , you can open it in newtab

    try this

  • > This is the first time i learn to use this tool, i follow this tutorial :

    >

    > youtube.com/watch

    >

    > I believe everything i did as same as the man on tuturial do,.... i try to working with animation , i made player changed it animation from idle > walk when i move ... but when i steady stand ,it cant be back idle animation and i dont know why .... i've rewatch video many times and assure everything i do is exactly same as tutorial do .

    >

    > Somebody please help, sorry for my bad English . This is my screen picture i've taken :

    >

    >

    > sr, i dont understand why the image cant be display , you can open it in newtab

    >

    try this

    oh man, i dont know how i can say thanks you . Its working very well . But i still cant understand why the method in tutorial video can work but i cant through the both is same ?

  • >

    > > This is the first time i learn to use this tool, i follow this tutorial :

    > >

    > >

    > >

    > > I believe everything i did as same as the man on tuturial do,.... i try to working with animation , i made player changed it animation from idle > walk when i move ... but when i steady stand ,it cant be back idle animation and i dont know why .... i've rewatch video many times and assure everything i do is exactly same as tutorial do .

    > >

    > > Somebody please help, sorry for my bad English . This is my screen picture i've taken :

    > >

    > >

    > > sr, i dont understand why the image cant be display , you can open it in newtab

    > >

    >

    > try this

    >

    >

    oh man, i dont know how i can say thanks you . Its working very well . But i still cant understand why the method in tutorial video can work but i cant through the both is same ?

    probably you forget anithing... have you set the initial animation into the Sprite properties?

    have you set the loop of the animation?

    please note that the way i suggest you animate the Sprite always, when he jum, when he fall, ecc

    to specify another animation you have to do this specifically one by one, for example

    if player is jumping play animation jump

    if player is falling plau animation fall

  • probably you forget anithing... have you set the initial animation into the Sprite properties?

    have you set the loop of the animation?

    please note that the way i suggest you animate the Sprite always, when he jum, when he fall, ecc

    to specify another animation you have to do this specifically one by one, for example

    if player is jumping play animation jump

    if player is falling plau animation fall

    yes, i've set initial animation is "Idle", and loop has been turn on but it not work .this way is more good than the way in tutorial video and im following this .... thanks you so much

    and today , i've try to make an event : when main character die ,it will respawn after 3 second since it destroyed ... but i cant found a way to do it .... it only allow character respawn instantly when it die ... so can you help me again ???

  • >

    > probably you forget anithing... have you set the initial animation into the Sprite properties?

    > have you set the loop of the animation?

    > please note that the way i suggest you animate the Sprite always, when he jum, when he fall, ecc

    > to specify another animation you have to do this specifically one by one, for example

    > if player is jumping play animation jump

    > if player is falling plau animation fall

    >

    yes, i've set initial animation is "Idle", and loop has been turn on but it not work .this way is more good than the way in tutorial video and im following this .... thanks you so much

    and today , i've try to make an event : when main character die ,it will respawn after 3 second since it destroyed ... but i cant found a way to do it .... it only allow character respawn instantly when it die ... so can you help me again ???

    very happy if I can! for me it is very tiring to understand even simple questions because my English is very bad, to be sure I should ask you in what condition the player dies, there may be something that is repeated endlessly and creates problems to respawn it. you may also use a trick: when the player dies instead of destroying it, make it invisible, then move it if necessary then return it to visible, is an "escamotage" but honestly you have to do a screenshot of event or upload a capx for a good examination

  • thanks you for reply , my ideal is :

    when main char die it will respawn at initialy point( it will because fall out off screen) > i did it ! it's ok now but... it respawn too quick and i actual dont like it . I just want it respawn after pass certainly time , i think 3 second is good ...

    my problem is : i dont know how to do it <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad" />... ive tried to find some event can help in library and cant see any useful .

    imgur.com/a/KA3cL

    ive tested with this condition but its seem i has wrong . That condition only count since start game , not since my character dead ... making game is quite hard . <img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very Sad" />

  • thanks you for reply , my ideal is :

    when main char die it will respawn at initialy point( it will because fall out off screen) > i did it ! it's ok now but... it respawn too quick and i actual dont like it . I just want it respawn after pass certainly time , i think 3 second is good ...

    my problem is : i dont know how to do it <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">... ive tried to find some event can help in library and cant see any useful .

    http://imgur.com/a/KA3cL

    ive tested with this condition but its seem i has wrong . That condition only count since start game , not since my character dead ... making game is quite hard . <img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very Sad">

    well, first thing, if your player die when go off the screen, i suggest you to use this specific command:

    by the way my friend, these are very basic things, then we strongly suggest you get at least a couple of tutorials and read a bit 'manual, no one is born learned we need to do practice and familiarize with tool's features <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy"> :

    https://www.scirra.com/tutorials/top/pa ... e=detailed

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • well, first thing, if your player die when go off the screen, i suggest you to use this specific command:

    by the way my friend, these are very basic things, then we strongly suggest you get at least a couple of tutorials and read a bit 'manual, no one is born learned we need to do practice and familiarize with tool's features <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy" /> :

    https://www.scirra.com/tutorials/top/pa ... e=detailed

    sorry for ask many stupid things ... actually,my english is very bad and it make me tired when i tried to research the tutorial ,.. i need to search in dictionary word by word and im aslo lazy too ... i just want to make a platform game with some simple rpg functions , and i think my knowlegde is good enough to do until i meet these problems .

    but now i think i need more harder if i want to make though just simplest game . Thanks you for supports.

  • well, first thing, if your player die when go off the screen, i suggest you to use this specific command:

    by the way my friend, these are very basic things, then we strongly suggest you get at least a couple of tutorials and read a bit 'manual, no one is born learned we need to do practice and familiarize with tool's features <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy" /> :

    https://www.scirra.com/tutorials/top/pa ... e=detailed

    sorry for ask many stupid things ... actually,my english is very bad and it make me tired when i tried to research the tutorial ,.. i need to search in dictionary word by word and im aslo lazy too ... i just want to make a platform game with some simple rpg functions , and i think my knowlegde is good enough to do until i meet these problems .

    but now i think i need more harder if i want to make though just simplest game . Thanks you for supports. <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink" />

  • >

    >

    > well, first thing, if your player die when go off the screen, i suggest you to use this specific command:

    >

    > by the way my friend, these are very basic things, then we strongly suggest you get at least a couple of tutorials and read a bit 'manual, no one is born learned we need to do practice and familiarize with tool's features <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy"> :

    > https://www.scirra.com/tutorials/top/pa ... e=detailed

    >

    sorry for ask many stupid things ... actually,my english is very bad and it make me tired when i tried to research the tutorial ,.. i need to search in dictionary word by word and im aslo lazy too ... i just want to make a platform game with some simple rpg functions , and i think my knowlegde is good enough to do until i meet these problems .

    but now i think i need more harder if i want to make though just simplest game . Thanks you for supports. <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink">

    I understand, unfortunately I can not help you with that of English because me too i have many problems with that language, some things I understand, for other i found help with google translator, however, is not always the optimal translation > <

    unfortunately have at least the basic knowledge of English is essential in developing, the suggestion that I would give you is to open the tutorial pages and make the automatic translation of the entire page from the browser option, it will not be perfect but you should come to understand the main things <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink">

    and... do not rush! even the game that you have published is incomplete, is better if you public when you have at least one fully playable stage <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

  • Yes ,the one way i can do now is keep try harder ,i will try to research the things what are necessary in tutorial ... thanks you very much for warmly supports.

  • Yes ,the one way i can do now is keep try harder ,i will try to research the things what are necessary in tutorial ... thanks you very much for warmly supports.

    nevermind, if you find yourself stuck in something do not hesitate to ask

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)