Copy link to clipboard
Copied
Scene 1, Layer 'Layer 1', Frame 1, Line 2 | 1172: Definition flash.events:StageOrientationEvent could not be found. |
What am I doing wrong?
I am using Flash Professional CS6, version 12.0. Flash reports error for line:
import flash.events.StageOrientationEvent;
I have barely begun a platformer and I am trying to use key presses to move the background around. Any help is much appreciated
you can only use this Event if you publish to AIR:
Copy link to clipboard
Copied
you can only use this Event if you publish to AIR:
Copy link to clipboard
Copied
Oh, thanks For some reason, it imported this event automatically. I've deleted the line and it works now. Cheers!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now