Search found 28 matches
- Wed Mar 30, 2011 4:08 am
- Forum: Programming Discussion
- Topic: I want to make games but...
- Replies: 11
- Views: 2370
Re: I want to make games but...
Oh yeah, I used to use an engine. I've been making games since I was 4 with RPG Maker, but in August I switched to Visual Basic. I would recommend Game Maker or starting an easy language more, though, for RPG Maker doesn't have any scripting meaning it won't get you very far when you start to program.
- Tue Mar 15, 2011 8:32 pm
- Forum: Art, Music, and Design
- Topic: I'm going to need some advice and feedback...
- Replies: 29
- Views: 7331
Re: I'm going to need some advice and feedback...
Sorry I've been inactive on this post. I've been worrying more about programming then the art... Anyway, I recreated my hero yet again for the sake of practice. I made it specifically for dithering practice since I've never done it before. Here's my first dithering attempt. It's on the shoulders. ht...
- Thu Mar 10, 2011 9:52 am
- Forum: Programming Discussion
- Topic: Yet another loop problem. D':
- Replies: 14
- Views: 1904
Re: Yet another loop problem. D':
I actually think that would... I'm not sure if I had to define the Y axis or not.
- Wed Mar 09, 2011 2:56 pm
- Forum: Programming Discussion
- Topic: Yet another loop problem. D':
- Replies: 14
- Views: 1904
Re: Yet another loop problem. D':
WAIT! I GOT IT TO WORK! MrDeathNote, I tried using two listboxes and it worked! I'm not sure whether it'll make me run into problems in the future though... Here's the code. Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click For si1 = 0 To 64 ...
- Wed Mar 09, 2011 12:16 pm
- Forum: Programming Discussion
- Topic: Yet another loop problem. D':
- Replies: 14
- Views: 1904
Re: Yet another loop problem. D':
Alright, here's the screenshot.
- Wed Mar 09, 2011 8:38 am
- Forum: Programming Discussion
- Topic: Yet another loop problem. D':
- Replies: 14
- Views: 1904
Re: Yet another loop problem. D':
@MrDeathNote I'm trying to make it so when the 'Grass' button is pushed, it will change the selected item in the ListBox to grass. I want the ListBox item to correspond to the correct tile, so I can edit the drawn items while debugging the program. Also, the error I get is 'Value was out of bounds o...
- Tue Mar 08, 2011 5:43 pm
- Forum: Programming Discussion
- Topic: Yet another loop problem. D':
- Replies: 14
- Views: 1904
Re: Yet another loop problem. D':
The (si, si) I was just messing around with the code. It's the closest thing I've had to achieving my goal, so I kept it. Also, the "=0" part is setting the tile to grass. The values are 0 = Grass, 1 = Water, 2 = Sand, 3 = Dirt, etc. etc. etc...
- Mon Mar 07, 2011 4:47 pm
- Forum: Programming Discussion
- Topic: Yet another loop problem. D':
- Replies: 14
- Views: 1904
Re: Yet another loop problem. D':
@MrDeathNote I guess I put that there because I figured because the loop was being activated by the button I would need to make an Exit For so it wouldn't repeat itself after the button was pressed once. What do you suggest I change?
- Mon Mar 07, 2011 1:13 am
- Forum: Programming Discussion
- Topic: Yet another loop problem. D':
- Replies: 14
- Views: 1904
Yet another loop problem. D':
I'm having a HUGE loop problem for my map editor. I've been trying to solve it for weeks... I have a ListBox to select which tile you want to edit, and a bunch of buttons determining what the tile will be. It's not the most convenient way to make maps, I know, but I'm new to both map editors and loo...
- Sun Feb 20, 2011 11:16 pm
- Forum: Programming Discussion
- Topic: Visual Basic 2008 KeyDown Delay? [RESOLVED]
- Replies: 7
- Views: 975
Re: Visual Basic 2008 KeyDown Delay?
Ah, I modified the code a little bit and it worked! Thanks :D
- Sun Feb 20, 2011 3:19 pm
- Forum: Art, Music, and Design
- Topic: I'm going to need some advice and feedback...
- Replies: 29
- Views: 7331
Re: I'm going to need some advice and feedback...
Alright, thanks.
- Sun Feb 20, 2011 2:59 pm
- Forum: Programming Discussion
- Topic: Visual Basic 2008 KeyDown Delay? [RESOLVED]
- Replies: 7
- Views: 975
Re: Visual Basic 2008 KeyDown Delay?
Hm... When I executed the code, it produced the same delay..
- Sun Feb 20, 2011 2:34 pm
- Forum: Programming Discussion
- Topic: Visual Basic 2008 KeyDown Delay? [RESOLVED]
- Replies: 7
- Views: 975
Re: Visual Basic 2008 KeyDown Delay?
I haven't attempted it yet, but will it remove the delay and tell me if the key is being pressed or held down?
- Sun Feb 20, 2011 2:30 pm
- Forum: Art, Music, and Design
- Topic: I'm going to need some advice and feedback...
- Replies: 29
- Views: 7331
Re: I'm going to need some advice and feedback...
Thanks everybody :D. What can I do to improve it a bit more?
- Sun Feb 20, 2011 12:57 pm
- Forum: Art, Music, and Design
- Topic: I'm going to need some advice and feedback...
- Replies: 29
- Views: 7331
Re: I'm going to need some advice and feedback...
Haha, thanks :D