I'm working on a little project just for fun. I have a circle that moves around randomly and one that is controlled by the user.
However, I'm having a problem keeping the random one on the picturebox. The code (which is the same for the random one) works fine on the user controlled circle.
And the random one also...randomly jumps to (0, 0) after moving around a bit. I can't figure out why it's doing that.
The project thus far is attached. Any help you can give would be most appreciated.
Edit: Attachment removed until I find out whether or not Jupitermedia will own it if I post it.
Last edited by The Hobo; Nov 21st, 2002 at 08:00 PM.
Kinda. I wrote a Zelda like game where the character navigated around my school and interacted with teachers and faculty.
What I'm trying to do now is have an "enemy" of sorts. I want to make it so that if he comes within two squares of you, he'll follow you until he catches up with you, then you'll have to fight him or whatever.
That's cool. My first game was one called 'Slugz' - after buying Creatures 2, I was into the whole intelligent cyberpet thing. So I made these little slugs crawl around, mate, etc. I did that 3 years ago. I was just learning VB and I'm still amazed at how it turned out.
Here's what I'm doing now: >=)
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
(Just a heads-up)
I just got it to where if the black circle is within 2 squares of you, he'll follow you. Once he catches you, you lose. There's a few bugs that I need to work out, but nothing big.
I want to try to impliment points for avoiding him and make it so the longer you avoid him, more of them will show up.
I'll also need to impliment a map pretty soon, which wont be hard since I've already done that with my 'School game' I talked about.
I'll probably eventually make it so there's a way to fight them if they catch you. Like giving each one health.
Maybe I'll even add some real graphics and such.
I didn't plan to take it this far, but I might as well go with it and see what I can accomplish.
Oh yeah. Did I ever talk to you before about my Creatures game, Sastraxi? I remember someone talking about a game they made, and I think it was called 'Slugz?'
What I do, whenever I'm not doing a specific project in my spare time (I count TOW as my work time ), I try for a game of some sort. When I have one routine done, that I am really proud of, I add it. After 3 years this has really built up. I can give you some nice routines if you ever want.
And yes, I remember someone doing Creatures, and I think I had a Slugz thread. Let me check.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
(Just a heads-up)
No, I never posted it... I would, but its now too buggy and has way too bad coding style to be worth it. But it did use inverse masking, so slugz could be any colour. I thought it was pretty cool
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
(Just a heads-up)
I'm having more problems with this. I've literally been trying to fix it all day. Everything was good until I attempted to add "blocks" or "walls" to it.
Now once they guy gets stuck, all hell breaks loose Run the code to see what I mean. Just let it go for awhile until it crashes.
Edit: Okay, found out why it was crashing. I'm going to try to get it to work now.
Last edited by The Hobo; Nov 10th, 2002 at 11:19 AM.