Search found 40 matches

by kelp7
Tue Feb 25, 2014 2:01 am
Forum: Programming
Topic: Game music
Replies: 12
Views: 2364

Re: Game music

...and thanks everyone for the rest of the replies! Very helpful and does shed light on how these things work...
by kelp7
Tue Feb 25, 2014 1:58 am
Forum: Programming
Topic: Game music
Replies: 12
Views: 2364

Re: Game music

[...](and bear with me because I really am pretty new to writing games).[...] Really? http://sleepingelephant.com/ipw-web/bulletin/bb/viewtopic.php?t=2904 ... and to quote from this posting in 2008: I [...] am going to jump straight in at the deep end with machine language rather than BASIC. (Simpl...
by kelp7
Mon Feb 24, 2014 2:09 pm
Forum: Programming
Topic: Game music
Replies: 12
Views: 2364

Re: Game music

Actually, on a similar topic to this (and bear with me because I really am pretty new to writing games). Sound effects in games, are these done in a similar way to the music? In my younger years when I did actually try writing my own games the sound would always stop the rest of the program, i.e. th...
by kelp7
Mon Feb 24, 2014 1:52 pm
Forum: Programming
Topic: Game music
Replies: 12
Views: 2364

Re: Game music

As ever I applaud this forum and its forumites :-) always receive many a helpful answer when I pose these (probably newbie) questions...
thanks!
kelp
by kelp7
Mon Feb 24, 2014 7:12 am
Forum: Programming
Topic: Game music
Replies: 12
Views: 2364

Game music

Hi, I've always wondered how the programming for in-game music is achieved. Does the programmer set up an interrupt that jumps to a music routine? Or do you manually jump during the vertical blank? How does the music regulate its tempo if you are just manually jumping every 1/50th second to a music ...
by kelp7
Mon Feb 24, 2014 3:54 am
Forum: Programming
Topic: Character optical illusion
Replies: 26
Views: 4429

Re: Character optical illusion

Awesome replies all but not quite the original idea :-) Thanks though, I've realised by now it's not possible. I wanted, as an example, to put the character 'A' on the screen at position x0,y0 in the first frame (out of the 50 frames), then in the 2nd frame, put character 'B' there in the same posit...
by kelp7
Wed Feb 05, 2014 3:41 pm
Forum: Programming
Topic: Character optical illusion
Replies: 26
Views: 4429

Re: Character optical illusion

Aha, I think I have all the understanding I need now :) Thanks everyone and sorry it was such a silly/basic question....!
by kelp7
Wed Feb 05, 2014 10:58 am
Forum: Programming
Topic: Character optical illusion
Replies: 26
Views: 4429

Re: Character optical illusion

Which is what I wondered. Wouldn't that effectively be 25fps ? Is 25fps not fast enough to fool the human eye?
by kelp7
Wed Feb 05, 2014 10:08 am
Forum: Programming
Topic: Character optical illusion
Replies: 26
Views: 4429

Re: Character optical illusion

Thanks, will give Vice ago. I'm programming the much unloved Sharp MZ-80A. It's not even a 6502 or 6510 machine but that doesn't bother me. It has the 'potential' for some great games I think having had nearly none (or at least no truly decent ones) in all its lifetime. The reason I'm asking here is...
by kelp7
Wed Feb 05, 2014 8:54 am
Forum: Programming
Topic: Character optical illusion
Replies: 26
Views: 4429

Re: Character optical illusion

Thanks again. Yes, unfortunately I am using your lovely forum to get generic advice that I am 'making fit' to a different machine that doesn't have re-definable character ROM. However, to re-pay all the great advice I will get a VIC emulator and make my very first VIC m/c program to demonstrate this...
by kelp7
Wed Feb 05, 2014 5:32 am
Forum: Programming
Topic: Character optical illusion
Replies: 26
Views: 4429

Re: Character optical illusion

and it would still be fast enough if there were multiple instances of this happening across the screen?

sorry for the beginner questions...... and thanks for all the answers so far...

kelp
by kelp7
Wed Feb 05, 2014 4:13 am
Forum: Programming
Topic: Character optical illusion
Replies: 26
Views: 4429

Re: Character optical illusion

Sorry, yes, the BASIC was just to get the point across. So it's possible in machine code and will not be visible to the eye that it's swapping between two characters? Would you have to wait for vertical blank otherwise get flicker or would it not matter at all in this case as there is no animation?
by kelp7
Wed Feb 05, 2014 2:18 am
Forum: Programming
Topic: Character optical illusion
Replies: 26
Views: 4429

Re: Character optical illusion

Hi Vic20-Ian, I was just about to post that I didn't think the original reply to my question quite got the concept. I am after the 1st of your examples, replacing \ with / very quickly to get X. I was about to say that I didn't think it was possible, but maybe the machine's quick enough to do this? ...
by kelp7
Tue Feb 04, 2014 5:42 am
Forum: Programming
Topic: Character optical illusion
Replies: 26
Views: 4429

Re: Character optical illusion

Very interesting, I shall check it out thanks!
kelp
by kelp7
Tue Feb 04, 2014 3:10 am
Forum: Programming
Topic: Character optical illusion
Replies: 26
Views: 4429

Character optical illusion

Just wondering, would it be possible to swap between two ASCII characters that occupy the same x,y position on the screen so quickly that it would fool the eye into believing they occupy the same space at the same time (flicker-free)? Apologies if this is an exceptionally dumb question....