1. IMPORTANT:
    We launched a new online community and this space is now closed. This community will be available as a read-only resources until further notice.
    JOIN US HERE

Solved Creator Tools Slider Image Issue

Discussion in 'Scripting Workshop' started by rossc, Aug 31, 2021.

  1. rossc

    rossc New Member

    Messages:
    9
    Hi guys,

    I'm currently trying to use the Kontakt Creator Tools application to build a GUI for an instrument. However, when I place a slider into my performance window, then define a filmstrip image, it appears to display the filmstrip image as a whole, instead of animating per-frame. Is this the expected behaviour? I can't tell what I'm doing wrong here. I've included a screenshot below to better display my issue.

    Any help would be massively appreciated.

    Cheers!

    KontaktIssue.png
     
  2. EvilDragon

    EvilDragon Well-Known Member

    Messages:
    19,938
    In Kontakt, you need to have a .txt file accompanying each and every image. It needs to have the same name as the image. Inside the .txt file, it needs to have these lines:

    Code:
    Has Alpha Channel: yes
    Number of Animations: 6
    Horizontal Animation: no
    Vertical Resizable: no
    Horizontal Resizable: no
    Fixed Top: 0
    Fixed Bottom: 0
    Fixed Left: 0
    Fixed Right: 0
    
    
    Most of these should be self-explanatory. :)


    Note that one empty line at the end of the file has to be there.
     
    • Like Like x 1