Go Back   Flash Flash Revolution > Flash Flash Revolution > FFR General Talk
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
Old 08-26-2006, 07:39 PM   #61
Kevin_18
FFR Player
 
Kevin_18's Avatar
 
Join Date: Aug 2005
Location: Lincoln, NE
Age: 37
Posts: 680
Default Re: How to map different keys in FFR and Use a Dancepad

I need some help i put this in my Script:

;

a::Send (left)
s::Send (down)
k::Send (up)
l::Send (right)

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.

But it won't work when i push the keys on the ffr game. Why is that? Did I do something wrong?
Kevin_18 is offline   Reply With Quote
Old 08-29-2006, 08:16 PM   #62
jwcgator
RIP ffrtokens
FFR Veteran
 
jwcgator's Avatar
 
Join Date: May 2005
Location: Florida
Posts: 2,220
Send a message via AIM to jwcgator
Default Re: How to map different keys in FFR and Use a Dancepad

Quote:
Originally Posted by Kevin_18
I need some help i put this in my Script:

;

a::Send (left)
s::Send (down)
k::Send (up)
l::Send (right)

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.

But it won't work when i push the keys on the ffr game. Why is that? Did I do something wrong?
1)Make sure it's on
2) Make sure it isnt paused or suspended
3) Make sure the window is in focus
4) Get rid of the last 2 lines
__________________
jwcgator is offline   Reply With Quote
Old 08-29-2006, 08:17 PM   #63
jwcgator
RIP ffrtokens
FFR Veteran
 
jwcgator's Avatar
 
Join Date: May 2005
Location: Florida
Posts: 2,220
Send a message via AIM to jwcgator
Default Re: How to map different keys in FFR and Use a Dancepad

oh and once again

FISHIN FOR A STICKY
__________________
jwcgator is offline   Reply With Quote
Old 08-31-2006, 08:49 PM   #64
gerbi7
FFR Player
FFR Veteran
 
gerbi7's Avatar
 
Join Date: Feb 2006
Location: North of Attleboro, Massasasachusasetts
Posts: 276
Send a message via AIM to gerbi7
Default Re: How to map different keys in FFR and Use a Dancepad

Bump because I almost had to go to page two to re-look this up again because it isn't STICKYed yet.

Edit:
Quote:
Originally Posted by Kevin_18
I need some help i put this in my Script:

;

a::Send (left)
s::Send (down)
k::Send (up)
l::Send (right)

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.

But it won't work when i push the keys on the ffr game. Why is that? Did I do something wrong?
use {left} {down} {up} and {right} not with the ()'s
__________________
Squirrels are evil.

Last edited by gerbi7; 08-31-2006 at 08:56 PM..
gerbi7 is offline   Reply With Quote
Old 09-3-2006, 05:25 PM   #65
happyhardcor3
FFR Player
FFR Veteran
 
happyhardcor3's Avatar
 
Join Date: Jul 2006
Age: 35
Posts: 180
Send a message via Skype™ to happyhardcor3
Default Re: How to map different keys in FFR and Use a Dancepad

if i were to want to use 5 on the numpad what would i enter, because the other 5 works but thats not the one i need xD
happyhardcor3 is offline   Reply With Quote
Old 09-3-2006, 05:42 PM   #66
dore
caveman pornstar
Retired StaffFFR Simfile AuthorFFR Music ProducerFFR Veteran
 
dore's Avatar
 
Join Date: Feb 2006
Location: ridin on a unicorn
Age: 33
Posts: 6,317
Send a message via AIM to dore
Default Re: How to map different keys in FFR and Use a Dancepad

numpad5
dore is offline   Reply With Quote
Old 09-4-2006, 07:56 PM   #67
gerbi7
FFR Player
FFR Veteran
 
gerbi7's Avatar
 
Join Date: Feb 2006
Location: North of Attleboro, Massasasachusasetts
Posts: 276
Send a message via AIM to gerbi7
Default Re: How to map different keys in FFR and Use a Dancepad

Check the key mappings in the help files for anything that's not a letter or number. I know for me I have problems with mapping stuff on the numpad too. =\
__________________
Squirrels are evil.
gerbi7 is offline   Reply With Quote
Old 09-4-2006, 09:51 PM   #68
jwcgator
RIP ffrtokens
FFR Veteran
 
jwcgator's Avatar
 
Join Date: May 2005
Location: Florida
Posts: 2,220
Send a message via AIM to jwcgator
Default Re: How to map different keys in FFR and Use a Dancepad

Quote:
Originally Posted by gerbi7
use {left} {down} {up} and {right} not with the ()'s
whoa didnt even catch that
__________________
jwcgator is offline   Reply With Quote
Old 09-4-2006, 11:26 PM   #69
dore
caveman pornstar
Retired StaffFFR Simfile AuthorFFR Music ProducerFFR Veteran
 
dore's Avatar
 
Join Date: Feb 2006
Location: ridin on a unicorn
Age: 33
Posts: 6,317
Send a message via AIM to dore
Default Re: How to map different keys in FFR and Use a Dancepad

You just type in numpad[whatever key you want].

Obviously, replace [whatever key you want] with *gasp* whatever key you want.
dore is offline   Reply With Quote
Old 09-12-2006, 10:47 PM   #70
happyhardcor3
FFR Player
FFR Veteran
 
happyhardcor3's Avatar
 
Join Date: Jul 2006
Age: 35
Posts: 180
Send a message via Skype™ to happyhardcor3
Default Re: How to map different keys in FFR and Use a Dancepad

BUMP STICKY DAMNIT, rebooted pc and had to go a couple pages to find it =(
happyhardcor3 is offline   Reply With Quote
Old 10-3-2006, 02:21 AM   #71
happyhardcor3
FFR Player
FFR Veteran
 
happyhardcor3's Avatar
 
Join Date: Jul 2006
Age: 35
Posts: 180
Send a message via Skype™ to happyhardcor3
Default Re: How to map different keys in FFR and Use a Dancepad

SOMEONE PLZ STICKY JESUS
happyhardcor3 is offline   Reply With Quote
Old 10-9-2006, 06:45 PM   #72
Minawashu
FFR Player
 
Join Date: Oct 2006
Posts: 3
Default Re: How to map different keys in FFR and Use a Dancepad

Thank you SO MUCH!!
Minawashu is offline   Reply With Quote
Old 10-16-2006, 05:23 PM   #73
KidSmurf
FFR Player
 
KidSmurf's Avatar
 
Join Date: Aug 2006
Age: 31
Posts: 3
Default Re: How to map different keys in FFR and Use a Dancepad

i dont get it sum 1 plz help me XD
KidSmurf is offline   Reply With Quote
Old 10-18-2006, 02:05 PM   #74
barfingboots
FFR Veteran
FFR Veteran
 
barfingboots's Avatar
 
Join Date: Aug 2006
Location: I live in a world that doesn't even exist
Age: 34
Posts: 99
Send a message via MSN to barfingboots
Default Re: How to map different keys in FFR and Use a Dancepad

i see
__________________

barfingboots is offline   Reply With Quote
Old 10-22-2006, 09:29 PM   #75
jwcgator
RIP ffrtokens
FFR Veteran
 
jwcgator's Avatar
 
Join Date: May 2005
Location: Florida
Posts: 2,220
Send a message via AIM to jwcgator
Default Re: How to map different keys in FFR and Use a Dancepad

bump this up

ps. fishin for a sticky
__________________
jwcgator is offline   Reply With Quote
Old 11-24-2006, 11:31 PM   #76
jwcgator
RIP ffrtokens
FFR Veteran
 
jwcgator's Avatar
 
Join Date: May 2005
Location: Florida
Posts: 2,220
Send a message via AIM to jwcgator
Default Re: How to map different keys in FFR and Use a Dancepad

bumpola
__________________
jwcgator is offline   Reply With Quote
Old 11-24-2006, 11:41 PM   #77
Doug31
Falcon Paaaauuuunch!!!!!!
FFR Simfile AuthorFFR Veteran
 
Doug31's Avatar
 
Join Date: Jun 2004
Location: Washington
Age: 36
Posts: 6,811
Send a message via AIM to Doug31
Default Re: How to map different keys in FFR and Use a Dancepad

I think this should be stickied, too, since I've spent a lot of time looking for it before.
__________________
Doug31 is offline   Reply With Quote
Old 11-30-2006, 06:54 PM   #78
jwcgator
RIP ffrtokens
FFR Veteran
 
jwcgator's Avatar
 
Join Date: May 2005
Location: Florida
Posts: 2,220
Send a message via AIM to jwcgator
Default Re: How to map different keys in FFR and Use a Dancepad

Yay! I'm the official owner of a Sticky!
__________________
jwcgator is offline   Reply With Quote
Old 11-30-2006, 06:57 PM   #79
JasonKey
FFR Underseer
Retired StaffFFR Veteran
 
JasonKey's Avatar
 
Join Date: Jul 2003
Location: Hinterlands, NC
Posts: 2,643
Default Re: How to map different keys in FFR and Use a Dancepad

maintain it, and make it work bubba!
JasonKey is offline   Reply With Quote
Old 11-30-2006, 07:46 PM   #80
jwcgator
RIP ffrtokens
FFR Veteran
 
jwcgator's Avatar
 
Join Date: May 2005
Location: Florida
Posts: 2,220
Send a message via AIM to jwcgator
Default Re: How to map different keys in FFR and Use a Dancepad

Quote:
Originally Posted by JasonKey View Post
maintain it, and make it work bubba!
I was actually Planning to revise it at some point, to make it easier to understand.
__________________
jwcgator is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 10:28 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution