|
-
Apr 27th, 2000, 07:41 AM
#1
Thread Starter
Frenzied Member
How do I make a loop? specifically I want this to loop:
Public Sub Shoot()
If ShotEnabled = True Then
Shot.y = Shot.y - 2
If Shot.y = Enemy.y Then
If Shot.x = Enemy.x Then Enemy.w = Enemy.w + 1
End If
If Shot.x = Enemy.x Then
If Shot.y = Enemy.y Then Enemy.w = Enemy.w + 1
End If
End If
End Sub
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
|