View Full Version : how can i have...?
j-image
08-18-2002, 03:00 AM
how can i control a movie clip with cursor keys(up, down, left, right) on the keyboard?
Do an empty Movie clip called controller ie.
Then put this code:
onClipEvent(enterFrame) {
if (key.LEFT) {
//
}
if (key.RIGHT) {
//
}
...
and so on
}
Search in the movie section "game" and you'll find some (fs carminiac is an example...)
;)
farafiro
08-18-2002, 11:07 AM
http://www.actionscript.org/showMovie.php?id=326
Originally posted by farafiro
http://www.actionscript.org/showMovie.php?id=326
Make your own publicity... héhéhé
;)
farafiro
08-19-2002, 07:13 AM
yeah, the very old flash 5 days
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.