Vertical Crawl - Credits

 

I wanted a crawling credits compound, that could have different font sizes and images when scrolling, so I  started with the library example for vertical scrolling text and created a new compound.

It reads a JSON text or JSON file. 

The JSON text is as follows

{ "credits": [{ "type": "text", "text": "some text 1 \n sdfgsdfgsdfg", "size": "100" }, { "type": "img", "path": "C:\\path.to\\drive\\image.png" }, { "type": "text", "text": "some text 2", "size": "180" } ] }

The link is available below. Feel free to use it and modify it if you find it useful.

https://drive.google.com/file/d/1KJ2-cs21tSaIml4Dn2Ao7Xxm7_DmFCjO/view?usp=sharing

   buffos

 
Profile Image
Eifert@Aximmetry
  -  

Hi Buffos,

Thank you for sharing it with others.
Quick tip, you could have referenced an image of Common library. This way, most people will see the image when opening your compound. For example:

        {
            "type": "img",
            "path": "[Common]:Textures\\Test\\Aximmetry_Channel_Logo.png"
        },

Warmest regards,

 
Profile Image
buffos
  -  

Thank you for the tip. Replaced the compound to show the image from the common library. The original link should work