Post: Adobe Flash Help!
03-14-2010, 06:52 PM #1
Rhyss 94
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); I want to change the frame I am on after I press 'Enter' on my keyboard. I have tried Keylisteners but they never seem to work.
Help me out please guys?!?

---------- Post added at 01:52 PM ---------- Previous post was at 01:42 PM ----------

Mods close please. Found a easy solution.
Change image to a movie clip and open Actions

onClipEvent (keyDown) {
if (Key.getCode( ) == Key.ENTER) {
gotoAndStop(2);
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo