Actually, I always wonder exactly what that thing fixes, because you still see "txt style spelling" everywhere. What specific things is it editing?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Gilbot V7000a on Thu 03/03/2005 04:30:51
I haven't read all of the post yet, but shouldn't the on_key_press() function better suited for this kind of situation?
...
else if (cursormenu==26) { // if the cursor is over the DELETE button
if (IsKeyPressed(keyx)) { //if you press X
del=1; //go into DELETE mode
cursormenu=10;
CursorPos(4); //cursor goes over item #1
}
}
if ((del==1) && (IsKeyPressed(keyz))) { //if in DELETE mode and press Z
del=0; //cancel DELETE mode
}
else if ((del==1) && (IsKeyPressed(keyx))) DeleteItem(); //in DELETE mode and X is pressed, delete item
...
else if (cursormenu==26) { // if the cursor is over the DELETE button
if (IsKeyPressed(keyx)) { //if you press X
del=2;
}
}
if ((del==1) && (IsKeyPressed(keyz))) {
del=0;
SetButtonPic(3, 16, 1, 0);
cursormenu=26;
CursorPos(15);
}
else if ((del==1) && (IsKeyPressed(keyx))) DeleteItem();
if ((del==2) && (IsKeyPressed(keyx)==0)) {
del=1;
cursormenu=10;
SetButtonPic(15, 2, 1, 0);
CursorPos(3);
}
Quote from: Fmarais on Wed 02/03/2005 19:42:36
As for you scotch I have no time to mess around. I do what i want to through as many channels as possible "" he heh. So yeah i dont go to the bank i do internet banking. I dont go buy the new gta game i go online. the fact remains i am not always by my desktop. i use my phone thats why i bought a smart one. Pda's are also getting phone features and you can make and receive calls on them check your email and surf the net. more pricey than phones however and i cant wait to get 1. now i didnt want anybody to convert their games I just wanted to develope for it and yes playing multiplayer on the phone is not farfar away guys cause you can already more complex games than any adventure could dream to be! so when you guys wake up from never never land then its all over and some russian crew decided to take the world by storm and ... no really where the hell did i put that gaint laser?
currentitem = ltunic;
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.437 seconds with 15 queries.