Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Michael_Lee

Pages: 1 ... 22 23 [24] 25 26 ... 70
346
Gaming Discussion / Re: Nintendo continuing its interesting trend?
« on: March 24, 2011, 09:46:08 pm »
5 hours?  That's pretty short.
I heard that the battery life would last fairly long if you played with the 3d effect low or off, though.

347
News / Re: gCn Direct USB Bridge beta now available
« on: March 24, 2011, 08:49:14 pm »
YES I HAVE TO TRY THIS NOW.

348
Introduce Yourself! / Re: Hello, I'm new here ;D
« on: March 24, 2011, 08:24:50 pm »
What a brilliant game!

When will part 3 come out?

349
Introduce Yourself! / Re: Hello, I'm new here ;D
« on: March 24, 2011, 08:14:30 pm »
Hi! I think I've seen a few of your posts around the forum before. ;)

Welcome to Omnimaga!

350
Introduce Yourself! / Re: Hello world
« on: March 24, 2011, 07:31:16 pm »
Hi!  Welcome to Omnimaga.
What kinds of projects are you working on right now?

351
Axe / Re: Simple Axe Questions
« on: March 22, 2011, 06:29:30 pm »
Use a bunch of Horizontal/Vertical commands?

The only bad thing is that the edges will then be pure-white/pure-black, so you'd have to redraw the screen after all the shaking if you were worried about graphics.

I'm also interested in knowing if there's a better way then using Horizontal/Vertical.

352
Axe / Re: Simple Axe Questions
« on: March 22, 2011, 06:11:46 pm »
Concerning the Fix command, thanks but I still have a problem:

Code: [Select]
Fix 3
Text(0,10,"TITLE
Fix 4

The thing is, it's gray on black background :S

Thanks.

EDIT: It's not gray but it's constantly rewriting itself, it's in a loop, but still :S


Did you add 'Fix 5' to the start of the program so that text is drawn to the buffer?  Because if you didn't, it drew to the screen directly, and will probably keep redrawing itself to the screen every time you repeat that command, and that causes flickering/is very slow.

353
Axe / Re: Simple Axe Questions
« on: March 22, 2011, 05:57:04 pm »
1] Use one of the 'Fix' commands.
Code: [Select]
.TEST
ClrDraw
DrawInv
Fix 3

Text(10,10,"Hello World")
Text(10,20,"More Text")
Dispgraph

Repeat getKey(15)
End

Fix 4
.Don't forget to call Fix 4 to return the text to normal.


2.
If you want to use only the coordinates provided, try measuring the X and Y distance between the two points.  If both distances are less then or equal to 8 (or perhaps 7 or 9, tweaking needed), then you know that they collided.  Making them stop depends on how you implemented your physics.

354
Axe / Re: Shutdown command/asm line
« on: March 21, 2011, 09:51:31 pm »
My programme runs on startup. When someone simply removes the battery while running ram clears and the password is no more (I'm the only one who knows that at my stupit skool XD)
Can I prevent this from happening?

You could copy the password to archive immediately so that you keep a copy in both RAM and flash.  Then, if somebody clears the RAM, you can check to see if the password exists in archive.

355
Site Feedback and Questions / Re: Ratings in Downloads Section
« on: March 21, 2011, 09:34:29 pm »
Built in?  Really?

Okay, then disregard this thread.

356
Site Feedback and Questions / Ratings in Downloads Section
« on: March 21, 2011, 08:30:21 pm »
Question: is there any point to being able to rate programs/files in the downloads section?  The files already go through a vetting project, and they're all pretty high quality anyways.  Also, nearly all of the files there are either 5 or 4 stars, or just have no rating -- they don't really tell me much about the program.

357
ASM / Re: Bezier curves HELP!!
« on: March 21, 2011, 07:44:07 pm »
It's fine - don't worry about it.
I just like to say the word 'blasphamy'. :)

...

Blasphamy!

358
TI Z80 / Re: TIConvert
« on: March 21, 2011, 07:41:51 pm »
Update:  Hooray!  I finally finished txt to 8xp!

Now all I have left is calculating the checksum, which shouldn't be too hard...

359
ASM / Re: Bezier curves HELP!!
« on: March 21, 2011, 07:37:50 pm »
Blasphemy!  People spelled my name incorrectly, twice!

I don't know any asm at all, so I'm of even less help, but I can point you to a webpage I found which provided the algorithm I adapted: http://freespace.virgin.net/hugo.elias/graphics/x_bezier.htm

360
News / Re: Please take fights off of the forums
« on: March 20, 2011, 11:05:32 pm »
I would like to state that I'm kind of disappointed over the constant drama that seems to have been occurring for the past few weeks/months.

I don't know if I was just oblivious when I joined to begin with, or if Omnimaga just happened to be going through a relatively peaceful lull last summer, but I do know that as of late, it seems that nearly every time I check Omnimaga, yet another drama seems to be taking place, and frankly, I'm sick of it.

I would like to take this opportunity to remind others to just relax and to not take things so seriously.  If somebody says something that you take issue with, please don't automatically assume that they mean harm, and attempt to resolve the issue peacefully first.  I've always believed in giving other people chances -- please refrain from jumping to conclusions and accusing them of being malicious unless you are absolutely certain that they mean harm, as doing so can cause the situation to escalate.

I've always admired Omnimaga for its unusually supportive atmosphere -- let's not taint it by creating more drama and fights, please?

Pages: 1 ... 22 23 [24] 25 26 ... 70