whats with RGBAt? Its giving me 0, 0, 0 when used with RGBRed/RGBBlue etc

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • im trying to manipulate actions by testing overlapped with a field or position which is a specific RGB value, the problem is RGBAt when used on an actives position ( a square with color) returns 0, 0, 0.
    I must not be using it right, can someone point me to an example for proper use of RGBAt?

    object RGBAt(object.X, object.Y) //Returns 0, not even sure what it would return since the docs dont show me anything on it

    set alt value redColor = RGBRed(RGBAt(object.X, object.Y)) // returns 0???? what? D:<

    pls someone help me understand this.

  • RGBat requires "relative" coordinates to the top-left origin of the object

    so you can basically do:
    RGBat(desiredX - Xleft Object, desiredY - Ytop Object)

    a selection of my Fusion examples can be found Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!