Search found 28 matches

by Exiled
Wed Mar 30, 2011 4:08 am
Forum: Programming Discussion
Topic: I want to make games but...
Replies: 11
Views: 2018

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.
by Exiled
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: 6687

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...
by Exiled
Thu Mar 10, 2011 9:52 am
Forum: Programming Discussion
Topic: Yet another loop problem. D':
Replies: 14
Views: 1486

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.
by Exiled
Wed Mar 09, 2011 2:56 pm
Forum: Programming Discussion
Topic: Yet another loop problem. D':
Replies: 14
Views: 1486

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 ...
by Exiled
Wed Mar 09, 2011 12:16 pm
Forum: Programming Discussion
Topic: Yet another loop problem. D':
Replies: 14
Views: 1486

Re: Yet another loop problem. D':

Alright, here's the screenshot.
Screenshot.png
Screenshot.png (30.57 KiB) Viewed 1473 times
by Exiled
Wed Mar 09, 2011 8:38 am
Forum: Programming Discussion
Topic: Yet another loop problem. D':
Replies: 14
Views: 1486

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...
by Exiled
Tue Mar 08, 2011 5:43 pm
Forum: Programming Discussion
Topic: Yet another loop problem. D':
Replies: 14
Views: 1486

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...
by Exiled
Mon Mar 07, 2011 4:47 pm
Forum: Programming Discussion
Topic: Yet another loop problem. D':
Replies: 14
Views: 1486

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?
by Exiled
Mon Mar 07, 2011 1:13 am
Forum: Programming Discussion
Topic: Yet another loop problem. D':
Replies: 14
Views: 1486

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...
by Exiled
Sun Feb 20, 2011 11:16 pm
Forum: Programming Discussion
Topic: Visual Basic 2008 KeyDown Delay? [RESOLVED]
Replies: 7
Views: 875

Re: Visual Basic 2008 KeyDown Delay?

Ah, I modified the code a little bit and it worked! Thanks :D
by Exiled
Sun Feb 20, 2011 2:59 pm
Forum: Programming Discussion
Topic: Visual Basic 2008 KeyDown Delay? [RESOLVED]
Replies: 7
Views: 875

Re: Visual Basic 2008 KeyDown Delay?

Hm... When I executed the code, it produced the same delay..
by Exiled
Sun Feb 20, 2011 2:34 pm
Forum: Programming Discussion
Topic: Visual Basic 2008 KeyDown Delay? [RESOLVED]
Replies: 7
Views: 875

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?
by Exiled
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: 6687

Re: I'm going to need some advice and feedback...

Thanks everybody :D. What can I do to improve it a bit more?