Can I "Get" an object for Actions?
-
The Question: How do I write code once for different objects with different properties?
Example:
Depending on a state, I want to grab one of four objects and do:
- Fade to 50% opacity
- Move up
- Rotate
- Fade to full opacity.
Can I create those four actions and then "GET" one of those four objects and apply the actions to it, on the basis of the state?
or
Do I have to repeat that tree of actions underneath each object and a branching if statement of some sort?
-
@Deeeds you'd have to put the behaviours in each object with some ifs. That's what my suggestion the other day was partly about; a way to reference objects by name in behaviours.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login