GroupBrowser
>
Macromedia Newsgroups
>
Flash
>
Flash Actionscript
Release Key check
User Name
Remember Me?
Password
Thread Tools
Search this Thread
Display Modes
Release Key check
11-20-2008, 10:14 PM
#
1
Tomboyo
Guest
Status:
Posts: n/a
Release Key check
How do I check when the UP key is released? I've tried using keyUP but couldn't get it to work.
Thanks for any help you can provide!
Tomboyo
Re: Release Key check
11-21-2008, 02:39 AM
#
2
kglad
Guest
Status:
Posts: n/a
Re: Release Key check
:
var LO:Object=new Object();
LO.onKeyUp=function(){
// do whatever
}
Key.addListener(LO)
kglad
Re: Release Key check
11-21-2008, 07:32 PM
#
3
Tomboyo
Guest
Status:
Posts: n/a
Re: Release Key check
How exactly do I put that in and specify that it should be the "UP" key?
Tomboyo
Re: Release Key check
11-22-2008, 04:43 PM
#
4
Tomboyo
Guest
Status:
Posts: n/a
Re: Release Key check
I don't know how to check for the up key. I don't know much actionscript, for
that matter,so if you could write it out in code, it would be very, very
helpful. Thanks for the help so far, I appreciate it!
Tomboyo
Re: Release Key check
11-23-2008, 12:00 AM
#
5
kglad
Guest
Status:
Posts: n/a
Re: Release Key check
:
var LO:Object=new Object();
LO.onKeyUp=function(){
if(Key.getCode()==38){
// do whatever
}
}
Key.addListener(LO)
kglad
Re: Release Key check
11-23-2008, 02:25 PM
#
6
kglad
Guest
Status:
Posts: n/a
Re: Release Key check
did you change the comment? if you're testing in the flash test environment, did you disable keyboard shortcuts?
kglad
Re: Release Key check
11-23-2008, 05:18 PM
#
7
Tomboyo
Guest
Status:
Posts: n/a
Re: Release Key check
I disabled keyboard shortcuts and copied it exactly as you had yours, under the
onEnterFrame function, like this:
function onEnterFrame()
{
var LO:Object=new Object();
LO.onKeyUp=function()
{
if(Key.getCode()==Key.UP)
{
this.removeMovieClip();
}
}
}
Tomboyo
«
Previous Thread
|
Next Thread
»
Thread Tools
Search this Thread
Show Printable Version
Email this Page
Search this Thread
:
Advanced Search
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
vB code
is
On
Smilies
are
Off
[IMG]
code is
Off
HTML code is
Off
Forum Jump
Please select one
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
--------------------
GroupBrowser.com - Software
Comments and Suggestions
Corel Newsgroups
CorelDraw
CorelDraw 11
CorelDraw 12
Older versions of CorelDraw
Corel Painter
Corel Painter
Corel Painter IX
Corel Paint Shop
Corel Paint Shop Pro 9
Corel Paint Shop Pro Graphics
Corel Paint Shop Pro Photography
Corel Paint Shop Pro Scrapbooking
Corel Paint Shop Pro Scripting
Corel Paradox
Corel Paradox
Corel Paradox FAQ
Corel Paradox Object Pal
Corel Photo-Paint
Corel Photo-Paint 11
Corel Photo-Paint 12
Older versions of Corel Photo-Paint
Corel Quattro Pro
Corel Quattro Pro 11
Corel Quattro Pro 12
Older versions of Quattro Pro
Quattro Pro FAQ
Corel Ventura
Corel Ventura 10
Older version of Corel Ventura
Corel Ventura FAQ
Corel WordPerfect
Corel WordPerfect 11
Corel WordPerfect 12
Older versions of Corel WordPerfect
Corel WordPerfect Linux
Corel WordPerfect FAQ
Macromedia Newsgroups
Coldfusion
Coldfusion Advanced Techniques
Coldfusion Database Access
Coldfusion General Discussion
Getting Started with Coldfusion
Coldfusion Server Administration
Macromedia Director
Director 3d
Director Basics
Director Lingo
Dreamweaver
Dreamweaver
Dreamweaver Application Development
Fireworks
Fireworks
Flash
Flash Actionscript
Flash General Discussion
Flash Site Design
Novell Newsgroups
Border Manager
Border Manager VPN
Border Manager Proxies
Border Manager Packet Filtering
Border Manager Network Address Translation
Border Manager Install & Setup
Border Manager Access Rules
Groupwise
Groupwise support for discontinued versions
Groupwise 6x Client Support
Groupwise 6x GWIA
Groupwise 6x Agents
Groupwise 6x Web Access
Groupwise 6x Library
Groupwise 6x Installation and Setup
Miscellaneous Novell Support Newsgroups
Novell DirXML (now known as Nsure Identity Manager)
Novell Cluster Services
Novell Netware eDirectory
Windows eDirectory
Novell Netware 4 Support
Netware 4.x Support
Novell Netware 5 Support
Netware 5.x Abends & Hangs Troubleshooting
Netware 5.x Administration Tools
Netware 5.x Installation and Upgrade Support
Netware 5.x Server Backup
Netware 5.x Storage Media
Novell Netware 6 Support
Netware 6.x Abends and Hangs Troubleshooting
Netware 6.x Administration Tools
Netware 6.x Installation and Upgrade Support
Netware 6.x Server Backup
Netware 6.x Storage Media
SUSE Linux Support
SUSE Linux Professional Server
SUSE Linux Standard Server
Zenworks
Zenworks Application Launcher
Zenworks Inventory
Zenworks Management Agent
Zenworks Installation and Setup
Novell Netware Client Support
Windows 9x Netware Clients
Windows NT/2000/2003/XP Netware Clients
VMware Newsgroups
VMware ESX
VMware ESX Server
VMware Express
VMware Express
VMware Guest Operating Systems
Linux Guest Operating System
Miscellaneous Guest Operating Systems
Netware Guest Operating Systems
Windows 2000 Guest Operating Systems
Windows 95 Guest Operating Systems
Windows 98 Guest Operating Systems
Windows Server Guest Operating Systems
Windows XP Guest Operating Systems
Windows NT Guest Operating System
VMware GSX Server
VMware GSX Server for Linux
VMware GSX Server for Windows
VMware GSX Server for Windows Experimental
VMware VMware for Linux
VMware for Linux Configuration
VMware for Linux Experimental
VMware for Linux general
VMware VMware for Windows NT
VMware for WindowsNT Configuration
VMware for WindowsNT Experimental
VMware for WindowsNT General
Adobe Newsgroups
|
Software Newsgroups
Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2003-2004 All Rights Reserved GroupBrowser LLC.
Contact Us
-
GroupBrowser
-
Archive
-
Terms of Use
-
Privacy Statement
-
Top