TheVoliand's Profile
Reputation: 0
Apprentice
- Group:
- Members
- Active Posts:
- 49 (0.21 per day)
- Joined:
- 25-September 12
- Profile Views:
- 438
- Last Active:
Mar 01 2013 07:04 AM- Currently:
- Offline
Previous Fields
- Country:
- US
- OS Preference:
- Linux
- Favorite Browser:
- Chrome
- Favorite Processor:
- Intel
- Favorite Gaming Platform:
- XBox
- Your Car:
- Pontiac
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: Turn based rpg music problem
Posted 6 Nov 2012
what do you mean by debugging?Public Class Form1 Private soundplayer = New System.Media.SoundPlayer("C:\Users\Rob Leonard\Downloads\BattleMusic.wav") Private soundplayer2 = New System.Media.SoundPlayer("C:\Users\Rob Leonard\Downloads\ShoopDaWhoop.wav")
that is the code for adding the soundplayers
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click soundplayer2.play() If soundplayer2.stop Then soundplayer.play() End If
the bottom part was my personal test for it
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load soundplayer.play() -
In Topic: INNO cannot access file because its being used by another process
Posted 2 Nov 2012
forget that problem i reset my computer and it worked. so now im trying to send it via edmodo, its like facebook but for school, ive got it too them easily the problem is the soundplayer doesn't want to start. the file locations are all the same.
I've attached the file(its not a virus check it do whatever) i only really have one tester so it could easily be that his computer has different filenames. i put it in the program files x86. its called til the death. its a simple fighting game with stick figures progressbars please dont judge on the failure of the game just if you can give me a hand with the fail -
In Topic: Moving a Bitmap?
Posted 25 Oct 2012
I suppose i could but im still lost on the movement -
In Topic: Moving a Bitmap?
Posted 25 Oct 2012
yeah i know but for now its wat im doing. like i said this is only a test so im not gonna release it or anything -
In Topic: Moving a Bitmap?
Posted 25 Oct 2012
So now I've got my bitmap to display but i cant get it to move any. so far im in the keydown event and am trying to get the up key to well move the bitmap up. the idea was to do all the movements this way but yeah here is my code
Public Class Form1 Private Sub Form1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown If e.KeyCode = Keys.Up Then End If End Sub Private Sub Form1_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles Me.Paint Dim bitmap As New Bitmap("C:\Users\Rob Leonard\Downloads\New folder\untitled.bmp") e.Graphics.DrawImage(bitmap, 60, 10) End Sub End Class
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
-
- Programming Languages:
- vb.net
Contact Information
- E-mail:
- Click here to e-mail me
Friends
TheVoliand hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
TheVoliand has no profile comments yet. Why not say hello?