Page 1 of 1

Need Help With Lunalua

Posted: Mon Apr 24, 2017 10:33 am
by mmiov
Hello. I Want To Edit The Current Yoshi To Make Him flutter jump with lunalua. But the Problem is that i don't know wiech code i need to use to do it. becasue i don't really know wiech section yoshi is part of.the player or the power up or the npc section?.

Also i want to make the flutter jump be a new frame on yoshi's gif. but the other problem is that i don't really know if its possible to add a new frame to a gif. and making it for an completely New Abillite that made with lunalua, sorry for bad grammer

Re: Need Help With Lunalua

Posted: Mon Apr 24, 2017 12:53 pm
by HenryRichard
When the player is riding Yoshi, it's part of the player.
I don't think you can add frames to the game's graphic file, but you could make a new png file and draw over Yoshi during the flutter jump.

Re: Need Help With Lunalua

Posted: Mon Apr 24, 2017 1:19 pm
by mmiov
i know that yoshi is part of the player . but the problem now is i couldn't find Offset about the player riding yoshi. i want to make the code when the player ride the yoshi. he can flutter jump. and when he leaves him. this abillite will removed.
also is there a possible code that can add custom frames to something happening like flutter jump. also i want to replace the original frames with custom ones for each move. like if yoshi got hurt. an custom gif will play. and if the player running with yoshi. yoshi will have a custom gif. is something like that possible?

Re: Need Help With Lunalua

Posted: Mon Apr 24, 2017 10:32 pm
by The0x539

Code: Select all

if player.MountType == 3 then
Checks if the player's riding a Yoshi.