Graphics

 View Only
  • 1.  VB Scripting Scene Group

    Posted 08-20-2012 09:10
    hi there

    how do i get a scenegroup online with VB (ie .a crawl)

    the scene starts, but there comes no text with it.

    thanks


  • 2.  RE: VB Scripting Scene Group

    Posted 08-20-2012 11:39
    How do you do actually ?

    Do you use the xpSceneGroup Object and SetOnline Method ? Can we see a part of your code ?

    Don't you forget to use the Start() ?

    Vincent.

    #XPression


  • 3.  RE: VB Scripting Scene Group

    Posted 08-20-2012 13:34
    that's what i tried

    Dim sc as xp.SceneGroup

    Engine.Get SceneByName ("testcrawl", sc)

    sc.GetAnimControllerByName("wipein", ac)

    sc.SetOnline(0, -1, 0)

    ac.Play(0, 6)

    #XPression


  • 4.  RE: VB Scripting Scene Group

    Posted 08-20-2012 20:36
    I think Vincent is correct. You probably need the sc.Start()

    Take a look at this example:

    https://rossvideo.centraldesktop.com/p/eAAAAAAAATaiAAAAAFKYJo0

    #XPression


  • 5.  RE: VB Scripting Scene Group

    Posted 08-21-2012 12:24
    Yes, you were right .Start was it.

    Thanks a lot

    Linus

    #XPression