YesNoOk
avatar

ZombieNeko's workshop (Help With Code Needed) (Read 44585 times)

Started by ZombieNeko, August 16, 2019, 03:26:56 am
Share this topic:
Re: IsRageNeko's workshop (Help Wanted)
#41  September 07, 2019, 08:42:24 am
  • ***
  • the Suicidal Bastard
  • "I want to see and understand the world outside."
    • Philippines
Re: IsRageNeko's workshop (Help Wanted)
#42  September 07, 2019, 03:50:44 pm
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile
Re: IsRageNeko's workshop (Help Wanted)
#43  September 07, 2019, 08:39:19 pm
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile
Since I've been dead about Fiona's progress, it's mainly because I'm looking for tutorial on coding.
BTW, I want to leave a teaser of the character I plan to work on after Fiona:

@DS: Got any time to help me with Hyper Finish Texts?
Another one:

Thanks to @DS: for the help
Last Edit: September 08, 2019, 01:12:09 am by IsRageNeko
Re: IsRageNeko's workshop (Help Wanted)
#44  September 07, 2019, 09:24:26 pm
  • ****
    • crepa.neocities.org

  • Online
Wish I could, I don't have Photoshop here but I can guide you if you want. Do you have discord?
Re: IsRageNeko's workshop (Help Wanted)
#45  September 07, 2019, 09:25:09 pm
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile
Last Edit: September 07, 2019, 09:31:44 pm by IsRageNeko
Re: IsRageNeko's workshop (Help Wanted)
#46  September 14, 2019, 08:23:39 pm
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile
Last Edit: September 14, 2019, 09:53:03 pm by IsRageNeko
Re: IsRageNeko's workshop (Help Wanted)
#47  September 14, 2019, 10:53:21 pm
  • ***
  • Elite Gaming Specimen
  • twitch.tv/reddbrink
    • USA
Can someone help with this?: https://streamable.com/vr2qn
Link: https://www.mediafire.com/file/oazo8fpfadrsz69/Fiona.rar/file

Your jumping attacks need a Looped falling animation so that it doesn't repeat itself over and over again. add some falling frames to all the jump attack animations and tick the "Start loop in this frame" box at the start of the fall animations.

Current Animation


Edited Animation


Look for this state in the attack
Code:
[State 630, Type]
type=statetypeset
trigger1= animelemtime(8)>=0
movetype=I
Change it to this.
Code:
[State 630, Type]
type=statetypeset
trigger1= animelemtime(4)>=0
movetype=I
Always make sure to change the numbers on these according to when the attack ends (no red collision boxes).
Penguinz0 said:
"Oh its all happening! Everything that's ever existed is happening at once!"
Re: IsRageNeko's workshop (Help Wanted)
#48  September 14, 2019, 11:35:08 pm
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile
Can someone help with this?: https://streamable.com/vr2qn
Link: https://www.mediafire.com/file/oazo8fpfadrsz69/Fiona.rar/file

Your jumping attacks need a Looped falling animation so that it doesn't repeat itself over and over again. add some falling frames to all the jump attack animations and tick the "Start loop in this frame" box at the start of the fall animations.

Current Animation


Edited Animation


Look for this state in the attack
Code:
[State 630, Type]
type=statetypeset
trigger1= animelemtime(8)>=0
movetype=I
Change it to this.
Code:
[State 630, Type]
type=statetypeset
trigger1= animelemtime(4)>=0
movetype=I
Always make sure to change the numbers on these according to when the attack ends (no red collision boxes).

Thanks!
Re: IsRageNeko's workshop (Help Wanted)
#49  September 15, 2019, 02:44:54 am
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile
Updated template for Fiona:

edit: fixed some wrong colors
Last Edit: September 15, 2019, 05:05:34 am by IsRageNeko
Re: IsRageNeko's workshop (Help Wanted)
#50  September 15, 2019, 09:26:25 pm
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile
Last Edit: September 16, 2019, 04:53:47 pm by IsRageNeko
Re: IsRageNeko's workshop (Help Wanted)
#51  September 16, 2019, 12:11:21 pm
  • ***
  • the Suicidal Bastard
  • "I want to see and understand the world outside."
    • Philippines
i encountered that same problem too, i'm pretty sure it lacks the changestate
Re: IsRageNeko's workshop (Help Wanted)
#52  September 16, 2019, 04:53:37 pm
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile
Re: IsRageNeko's workshop (Help Wanted)
#53  September 16, 2019, 07:06:09 pm
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile
Re: IsRageNeko's workshop (Help Wanted)
#54  September 17, 2019, 12:01:21 am
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile
Last Edit: September 17, 2019, 02:09:36 am by IsRageNeko
Re: IsRageNeko's workshop (Help Wanted)
#55  September 17, 2019, 07:14:51 pm
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile
Re: IsRageNeko's workshop (Help Wanted)
#56  September 18, 2019, 06:12:08 am
  • ****
  • Osu!
  • Dragon Destiny Project
    • Brazil
Good to see you have progress in this char, continue your efforts!
Re: IsRageNeko's workshop (Help Wanted)
#57  September 18, 2019, 07:30:45 am
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile
Re: IsRageNeko's workshop (Help Wanted)
#58  September 19, 2019, 06:22:09 am
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile
Gonna leave this here:
Spoiler, click to toggle visibilty
Now I'll go
Last Edit: September 19, 2019, 09:56:55 pm by IsRageNeko
Re: IsRageNeko's workshop (Help Wanted)
#59  September 19, 2019, 06:36:08 am
  • ****
  • Osu!
  • Dragon Destiny Project
    • Brazil
Re: IsRageNeko's workshop (Help Wanted)
#60  September 19, 2019, 06:44:24 am
  • ***
  • BRAIIIIINS!!
  • "Khh- Ahahahaha!"
    • Chile