I have an object with 30 animation frames and also an instance variable IsPicked:False.
So when the object with animation frame 4 collided with wall, set IsPicked:True to that animation frame only. All other animation frames remain as IsPicked:False.
Is it possible to assign instance variable to that particular animation frame only?