We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1847342 commit 146ee8aCopy full SHA for 146ee8a
core/src/display_object/movie_clip.rs
@@ -2753,7 +2753,7 @@ impl<'gc> TInteractiveObject<'gc> for MovieClip<'gc> {
2753
2754
for child in self.iter_render_list().rev() {
2755
// Clicking static text is ignored
2756
- if matches!(child, DisplayObject::Text(_)) {
+ if context.is_action_script_3() && matches!(child, DisplayObject::Text(_)) {
2757
continue;
2758
}
2759
0 commit comments