Graphics

 View Only
  • 1.  Credit Roll from Datalinq - Still Need Help

    Posted 11-20-2019 14:17

    Before I reinvent the wheel, I'm trying to implement a credit roll based off of a datalinq containing an unknown number of positions and crew. Something like this:

    Position 1
    Crew A

    Position 2
    Crew B, Crew C

    ...

    From a table like this:

    Position 1 | Crew A         |
    Position 2 | Crew B, Crew C |
    ...

    Note that I would like different fonts for the position headings and the crew lines, and that multiple crew can be one line (and only take one up one cell of data.)

    I'm very new to programming and to XPression so I might be missing a feature that makes this easier, and would also appreciate any sort of help/direction here.

    Thank you!



  • 2.  RE: Credit Roll from Datalinq - Still Need Help

    Posted 11-21-2019 13:48

    I haven't made much progress on this in a day.

    I'm still looking for help on how to either create and position an unknown number of text objects from a datalinq.

    Additionally, I'm wondering how to Get all of the text objects in a scene and then center them all horizontally. I can add all of the objects to visual logic, but I'm not sure how to go about it with an unknown number of objects.

    Thanks.


    #XPression