Graphics

 View Only
  • 1.  CreateSceneGroup method script?

    Posted 07-27-2012 09:35
    Hello everyone. I want to know if is possible to create a sceneGroup like crawl group and add scenes inside. In script documentation is an object "xpSceneGroup" but i can't find anywhere a method to create that object and add to current project.Here Is a little example for what i want to do

    i want somethink like

    dim CrawlGroup as xpSceneGroup

    Engine.CreateXpSceneGroup(boolAddToProject = True,"myobj",CrawlGroup)

    and now control that obj

    dim scena as xpScene

    CrawlGroup.AddScene(scena)

    ....and so on


  • 2.  RE: CreateSceneGroup method script?

    Posted 05-29-2013 15:51
    Corina, I have the same problem, could you fix it?

    Can you help me ?

    regards

    #XPression