The Team Jackulator Forums
April 28, 2024, 02:22:19 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
   
   Home   Help playlist Arcade Search Media Downloads Login Register  
The Jackulator 9000 Forums
Pages: [1]   Go Down
  Print  
Author Topic: im new  (Read 663 times)
0 Members and 1 Guest are viewing this topic.
selim.dost
Guest
« on: May 19, 2009, 04:15:49 am »

Hey,
My name is selim.
Just checking out how to make a sound board for counter strike.
Wondering if there is a way to make shortcuts on my keyboard to sounds.
Report to moderator   Logged
Sir? what do ya think?
Perpetual Second Banana
Jack Mod
Team Jackulator
*****
Offline Offline

Location: "inside the meatsauce, drawing on my crap, like a drunk child"
Posts: 1604



WWW Awards
« Reply #1 on: May 19, 2009, 02:46:18 pm »

well, you can assign key strokes to buttons i guess, there is a tutorial on getting the space button to stop sounds, maybe you can apply that to playing a certain sound.

anyway, welcome to the forum, if you need help, ask in the tutorials or support section smiley
Report to moderator   Logged

http://www.youtube.com/hildegain
http://www.facebook.com/profile.php?id=1481771959&ref=profile
http://steamcommunity.com/groups/JackulatorT

Podcast


^^^^my crispin freeman sample^^^^
87+ calls posted, to be honest i cannot be bothered counting
jackulator
... --- ...
Administrator
jackulator.com
******
Offline Offline

Location: Eastwick, Rhode Island
Posts: 10507


"Twenty pushups a day..."


WWW Awards
« Reply #2 on: May 21, 2009, 12:54:53 am »

you're absolutely right sir - you can find a keyboard layout online all over as to which keys are which code

or you can just make a new FLA file and paste this code in:

Key.addListener(keyDownListener);
keylistener = new Object();
keylistener.onKeyUp = function() {
   trace(Key.getCode());
};
Key.addListener(keylistener);

then when you go to Control>Test --- when you hit any key it tells you what the key code is for that key
Report to moderator   Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  



Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC | Sitemap Valid XHTML 1.0! Valid CSS!
Page created in 0.542 seconds with 20 queries.