|
-
Jan 11th, 2003, 01:34 PM
#1
Thread Starter
Member
now its cs talk..cool movie
Last edited by BlackIce_18gt; Jan 12th, 2003 at 07:19 PM.
-
Jan 11th, 2003, 02:36 PM
#2
Can you please try to explain that a little bit bether. What is that counter?? And what do you mean by hitting the inapropriate command button. Do you mean that when the counter hits a certain number then something should happend?
BTW why do you only have one down and one right button. Or do you have all of them. But just showing of code for two of them.
-
Jan 11th, 2003, 02:39 PM
#3
BTW if you want something to happend when the counter is a certain number you should have on for the X coordinate and one for the Y coordinate. And raise the Xcounter if you click right, and raise the Ycounter if you push dowm and lower the XCounter if you push left, and oower the Ycounter if you push up....
-
Jan 11th, 2003, 03:53 PM
#4
Thread Starter
Member
Last edited by BlackIce_18gt; Jan 12th, 2003 at 07:20 PM.
-
Jan 11th, 2003, 03:55 PM
#5
What about making an if test befor incresing the counter. Test if he hits the right button, if he do, then increse it...
-
Jan 11th, 2003, 03:59 PM
#6
OK here is the solution I think...
DO this to all the buttons...
VB Code:
Private Sub cmdUp_Click()
If intCounter = 4 Then
imgMario.Left = 2880
imgMario.Top = 4440
intCounter = intCounter + 1
End If
If intCounter = 6 Then
imgMario.Top = 2520
imgMario.Left = 2880
intCounter = intCounter + 1
End If
End Sub
-
Jan 11th, 2003, 04:04 PM
#7
Thread Starter
Member
ok thats great
thx A LOT
-
Jan 11th, 2003, 04:06 PM
#8
Originally posted by BlackIce_18gt
ok thats great
thx A LOT
Did you try the code??? Because I think there is one fault in it...
it should be more like...
VB Code:
Private Sub cmdUp_Click()
If intCounter = 3 Then
imgMario.Left = 2880
imgMario.Top = 4440
intCounter = intCounter + 1
End If
If intCounter = 5 Then
imgMario.Top = 2520
imgMario.Left = 2880
intCounter = intCounter + 1
End If
End Sub
You see, because the counter hasn't been updated yet....
-
Jan 11th, 2003, 04:08 PM
#9
Thread Starter
Member
nah man..its fine
works great!
thx again
-
Jan 11th, 2003, 04:09 PM
#10
Thread Starter
Member
yeah i updated it
rather than in the form load
intcounter = 0
i put
intcounter = 1
-
Jan 11th, 2003, 04:09 PM
#11
Nothing is bether then that...OK...good luck on rest of the game...
-
Jan 11th, 2003, 04:11 PM
#12
Originally posted by BlackIce_18gt
yeah i updated it
rather than in the form load
intcounter = 0
i put
intcounter = 1
So I was a kind of right...but it's nice to see that you can make your own fixes insted of only using helps from forums. Thats the way to go....Have a nice coding...
-
Jan 11th, 2003, 04:12 PM
#13
Thread Starter
Member
haha...yeah i no SOME of the things but im only noob so....
thx a lot buddy
-
Jan 12th, 2003, 01:54 AM
#14
Good Ol' Platypus
Hey BlackIce, do you happen to play Counter-Strike under the same name?
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jan 12th, 2003, 07:50 AM
#15
Originally posted by Sastraxi
Hey BlackIce, do you happen to play Counter-Strike under the same name?
Hey...I feeel tjat one was in it right place... ...what about PM Sastraxi...
-
Jan 12th, 2003, 11:30 AM
#16
Good Ol' Platypus
Too lazy 
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jan 12th, 2003, 12:35 PM
#17
-
Jan 12th, 2003, 01:00 PM
#18
Thread Starter
Member
hey Sastraxi,
u play cs..
CRAZY
i used to play under that name....
now its just nub
tell me what ur name is on cs and maybe ill c if i played w/ u once
-
Jan 12th, 2003, 01:12 PM
#19
Frenzied Member
heh...i play cs too
-
Jan 12th, 2003, 01:15 PM
#20
Thread Starter
Member
crazy..
cs rocks
tell me ur cs name
-
Jan 12th, 2003, 01:22 PM
#21
Frenzied Member
cyborg, of course
-
Jan 12th, 2003, 01:23 PM
#22
WHy do everyone play CS...Delta FOrce is so much bether...
-
Jan 12th, 2003, 01:24 PM
#23
Frenzied Member
havent played DF much....didnt like it much when i played it...
-
Jan 12th, 2003, 01:27 PM
#24
Thread Starter
Member
nah man...
cs is better
but ive never played df so...
-
Jan 12th, 2003, 01:51 PM
#25
I guess that most people like the game they played first...
-
Jan 12th, 2003, 02:16 PM
#26
Thread Starter
Member
maybe...
if u guys wanna c MAJOR ownage
heres a crazy cs movie
ownage EVERY clip
http://216.127.78.8/~csflicks/Frags_..._Way_HIGHQ.zip
the main web page is http://www.csflicks.net/
-
Jan 12th, 2003, 02:26 PM
#27
What is that ip...it's on a slow server...I only downloads in 70Kb/sec....
-
Jan 12th, 2003, 02:33 PM
#28
OK, I'm up in 80Kb/sec now...but it still takes 50min. Anyone wants to explain what it is????
-
Jan 12th, 2003, 07:11 PM
#29
Thread Starter
Member
-
Jan 12th, 2003, 07:15 PM
#30
I have downloadet it now...but I din't have enough time to wach it....
-
Jan 12th, 2003, 07:17 PM
#31
Thread Starter
Member
-
Jan 12th, 2003, 07:19 PM
#32
Originally posted by BlackIce_18gt
watch it!
The time here is 01:19, and I have to go to school tomorrow, but I will wath it when I have time...
-
Jan 12th, 2003, 07:20 PM
#33
Thread Starter
Member
haha..sorry then
its 7:30 here
-
Jan 12th, 2003, 07:24 PM
#34
BTW I think this thread should be moved to Chit Chat....
-
Jan 12th, 2003, 07:25 PM
#35
Thread Starter
Member
heh..yeah
do u no how or if i can change it?
-
Jan 12th, 2003, 07:28 PM
#36
Originally posted by BlackIce_18gt
heh..yeah
do u no how or if i can change it?
Ask a mod to do that...or just stop posting in this one and start a new thread in the chit chat forum...
-
Jan 12th, 2003, 07:29 PM
#37
Thread Starter
Member
-
Jan 12th, 2003, 11:20 PM
#38
Good Ol' Platypus
I play under the name of sastraxi or sunny side up (and once under the name scrambled). However, seeing as I saw a blackice 18 just yesterday, I doubt that was you.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jan 13th, 2003, 03:02 AM
#39
[b[Sastraxi[/b] I have always wondered...how old are you?
-
Jan 13th, 2003, 02:55 PM
#40
Thread Starter
Member
yeah... the blackice u saw wasnt me..
i play under the name nub so..
if u c a "nub" u no its me
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|