Started by
Superkota
on
Topic category: Help with Minecraft modding (Java Edition)
I want to show a moving GIF on player screen, how do i make it?
Edited by Superkota on Thu, 06/30/2022 - 08:43
Topic category: Help with Minecraft modding (Java Edition)
I want to show a moving GIF on player screen, how do i make it?
Without code? Use an overlay with each of the frames being a seperate image with conditions that allow each frame to show once a ticking variable is within a certain range.
Thanks, but for some reason if i put an (if do) in this procedure i need to do something else and there is no procedure (show overlay) and just (if)
If you are ready to do some coding, you can check cutscenes tutorial that you can find on our forums
I do 0 coding.
For the overlay conditions you need to do if (condition is true), return true. Else return false.