When an actor is scaled, it's original size is still used to determine if it's on-screen.
This means that if an actor is only on-screen because it's scaled larger, but it would have been off-screen at its original scale, it will be considered off-screen. If the actor isn't set to always active, it will deactivate despite being on-screen. The "is on screen" block will also return false.
This means that if an actor is only on-screen because it's scaled larger, but it would have been off-screen at its original scale, it will be considered off-screen. If the actor isn't set to always active, it will deactivate despite being on-screen. The "is on screen" block will also return false.