[Solved] Hidden actor

joelloydjoelloyd Member, PRO Posts: 119
edited March 2015 in Working with GS (Mac)

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

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    edited March 2015

    @joelloyd said:
    i have a perusable actor

    A what? Do you mean visible?

    that intoporlates onto the screen

    Okay...

    only problem is that my x and y are wrapped.

    What does that have to do with your question (below)?

    How do i make an actor un pressable? thanks

    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

  • joelloydjoelloyd Member, PRO Posts: 119

    Haha I meant a pressable actor, I sorted it by spawning the actor and changed every scene. Thanks for reply though

Sign In or Register to comment.