Hi all,
I just started learning Construct 2, and have been through some of the beginner tutorials. The following link is what I have managed to make at the moment (sprites and images taken either from the tutorials or from spriters-resource.com)
https: //drive.google.com/folderview?id=0B_aNwhmNZ_jKbVFSdDhsMDlVM0U&usp=sharing
(please remove the space after "https:" for the link. I'm not permitted to post it in full)
At the moment, there are 3 issues which I need help with:
1/ Player(Pichu):
I attached animations for 8 directions (for both "walking" and "not walking" states). Most of them seem fine, except the "walking" animations in diagonal directions (NE,NW,SE,SW) which appear to display only 1 frame (looks static) instead of 2.
2/Pichu attack animations:
I also pinned the attack animation to the 'movement' sprite (I planned for the move to be discharged AROUND the sprite). However, as it turned out, after being spawned, the move animation will stay there and fade. Is there any way to make it fade while still wrapped around the moving sprite?
3/ Enemy(Ekans):
I managed to execute the Waypoints method for AI movement as instructed in the tutorial. However, I am still struggling with Ekans's 8-direction animations since its movement is Bullet and not 8Directional. Could anyone please suggest what I can do to better manage Ekans' animations?
Thank you all in advance for your kind suggestions (and for being patient with my long post).