GIF on player screen?

Started by Superkota on

Topic category: Help with modding (Java Edition)

Last seen on 18:16, 22. Mar 2024
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
GIF on player screen?
Thu, 06/30/2022 - 08:43 (edited)

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
Last seen on 00:46, 5. Jun 2023
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Without code? Use an overlay…
Wed, 06/29/2022 - 11:47

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.

Last seen on 18:16, 22. Mar 2024
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks, but for some reason…
Thu, 06/30/2022 - 08:35

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…
Thu, 06/30/2022 - 11:45

If you are ready to do some coding, you can check cutscenes tutorial that you can find on our forums

Last seen on 18:16, 22. Mar 2024
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I do 0 coding.
Thu, 06/30/2022 - 13:32

I do 0 coding.

Last seen on 00:46, 5. Jun 2023
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For the overlay conditions…
Thu, 06/30/2022 - 13:42

For the overlay conditions you need to do if (condition is true), return true. Else return false.