Stingray Forum (Read Only)
Welcome to Autodesk’s Stingray Forums. Share your knowledge, ask questions, and explore popular Stingray topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Scaleform Actors created with scaleform.Actor.load() aren't visible

1 REPLY 1
SOLVED
Reply
Message 1 of 2
Anonymous
443 Views, 1 Reply

Scaleform Actors created with scaleform.Actor.load() aren't visible

When I load Actor Templates using scaleform.Actor.load("filepath") I can access the actors components and apply transformations to them without any errors, but the Actors themselves aren't visible.  I've tried scaleform.Actor.set_visible() but that didn't work either.  How do I make these actors visible on screen?

1 REPLY 1
Message 2 of 2
prasad.silva
in reply to: Anonymous

Actor.load() creates an actor but does not attach it to a scene. You are probably not attaching the newly created actor to a container, via scaleform.ContainerComponent.add_actor().

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report