GLBasic forum

Main forum => GLBasic - en => Topic started by: Hb! on 2007-Sep-15

Title: key () question.......
Post by: Hb! on 2007-Sep-15
I was simply wondering if there is a way to make a key combination and have a result... i mean is something like this posible?>>>>> If Key(30)+ Key(60)= something? (tsk im not sure how many mistakes did i made ) and if its posible, is there any way to apply that to sprites as well?(~~ I need to practice my english XD)
Title: key () question.......
Post by: Schranz0r on 2007-Sep-15
Hi Hb!

You can use:

Code (glbasic) Select
IF KEY(30) AND KEY(60) THEN PRINT "WORKS FINE!",10,10
Title: key () question.......
Post by: Hb! on 2007-Sep-16
Arigato ill try to use it ..... yeah im feeling great im aproaching to my goal.. althought in very slow  steps... yop it really works..  tsk i feel so great..... and i was wondering, is there anybody in here interesed in making a  fighting game?
thats the goal i wanna reach.... but i doubt that i could do it al by myself (imagine the tons of pages id do by myself).... so if anybody is interesed..  umm  i would like it to be an anime fighting game.. i have to know if all links are allowed thats why i wont put it right now.... but if you want to know whats anime and you wanna know about what wolud it be like.... here's my email.... cold_iceberg_@hotmail.com
Title: key () question.......
Post by: Kitty Hello on 2007-Sep-17
I even use this:
Code (glbasic) Select
WHILE TRUE
  INC y,  KEY(208) - KEY(200)
  PRINT "--------", 100, y
  SHOWSCREEN
WEND
Use up-down keys
Title: key () question.......
Post by: Hb! on 2007-Sep-17
wow i used it and i understood the stucture... so i made a line that can move everywhere think ill try to apply that to a sprite wiii but i have to know how to make a sequence does anybody knows how to make that?
Title: key () question.......
Post by: Moru on 2007-Sep-18
If it's animations you are talking about then you can see it in one of the example videos on this site.