Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 6th, 2003, 06:38 PM
darren107 darren107 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 1 darren107 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
help with a game

i am trying to make a simple game which will randomly select 1 of 5 Command Buttons on the form, and i also need it to have a timer than gradually makes the buttons flash faster.

any help would be much appreciated.

Reply With Quote
  #2  
Old December 6th, 2003, 08:57 PM
feed2cats feed2cats is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Location: Hamilton
Posts: 6 feed2cats User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I just give you an idea below, you may try it into your account.
<code>
Option Explicit
Dim i As Integer

Private Sub Form_Load()
Timer1.Interval = 3000
i = 0
End Sub

Private Sub Timer1_Timer()
'/ select a button, suppose the first button has been selected

Command1(0).Caption = Str(i)
If Timer1.Interval >= 50 Then
Timer1.Interval = Timer1.Interval - 50
i = i + 1
End If
End Sub
</code>

Hope this will help

Last edited by feed2cats : December 6th, 2003 at 09:03 PM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming > help with a game


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT