scene.Controllers.drag.Motion.Linear.Velocity.X

RacetotheMoonRacetotheMoon Member Posts: 323
edited November -1 in Working with GS (Mac)
scene.Controllers.drag.Motion.Linear.Velocity.X

Where did this expression go? I'm losing my mind trying to find it. I had a Cover Flow system that used it and now that I'm trying to recode it for a new game it's nowhere to be found. Can someone point me in the right direction? Please tell me it's still around. Is there another expression I can use in its place?

Thanks in advance,

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    Scene - Means it can only be accessed from an unlocked instance
    Controllers - is the name of the layer
    drag - is the name of the actor in the layer
    motion.linearvelocity.x is the Attribute selected within the drag actor

    You'll fine it only if you have a drag actor in a layer named Controllers and it can only be found in the expression editors drop down menu if you are in an unlocked instance.
  • RacetotheMoonRacetotheMoon Member Posts: 323
    Thanks for that. It's been awhile since I've used the engine and I forgot some of the nuances.
Sign In or Register to comment.