[Solved] Hidden actor
joelloyd
Member, PRO Posts: 119
i have a perusable actor that intoporlates onto the screen, only problem is that my x and y are wrapped. How do i make an actor un pressable? thanks
Comments
A what? Do you mean visible?
Okay...
What does that have to do with your question (below)?
Your thread title is "Hidden actor" which leads me to think you're needing to know how to hide an actor (change attribute self.Color.Alpha to 0) but your question is about making an actor "un pressable." If you don't want the actor to do anything when clicked/tapped, then just don't include a When Touch is Pressed or When Mouse Button is down type of rule.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Haha I meant a pressable actor, I sorted it by spawning the actor and changed every scene. Thanks for reply though