Search found 714 matches

by stevepoole
Tue Mar 05, 2024 6:44 am
Forum: Software & Programming
Topic: Messing with Morphing
Replies: 40
Views: 3146

Re: Messing with Morphing

Hi Per & everyone, Gunman_bas proved to be quite slow when tested on SGC. The problem seemed too be due to using four arrow keys, with range testing. To reduce such sluggging, a minimalist 'platform' game seemed ideal, needing only ENTER to achieve jumping. so less code in the inner loop. UNZIP,...
by stevepoole
Sun Mar 03, 2024 9:02 am
Forum: Software & Programming
Topic: Messing with Morphing
Replies: 40
Views: 3146

Re: Messing with Morphing

Hi Folks, Gunman_bas was fairly difficult to code efficiently, at least for SuperGoldCard, that is, mixing fast Morphed images with cursor key inputs. So other games, not needing arrow key-ins are being considered, as morphing is fast enough for bare 128ko QLs, but not with GunMan_bas...! As soon as...
by stevepoole
Fri Mar 01, 2024 8:23 pm
Forum: Software & Programming
Topic: Messing with Morphing
Replies: 40
Views: 3146

Re: Messing with Morphing

Hi Everybody, After getting reasonably good fluent animation with QLeopard, it was time to experiment with games using morphing. So GunMan_bas is a first (minimalist) attempt to see if the concept is viable, which it is on QPC2, and just about ok using SGC (& QDOS). UNZIP, LRUN, and when he draw...
by stevepoole
Tue Feb 27, 2024 1:36 pm
Forum: Software & Programming
Topic: Alien Invaders game
Replies: 5
Views: 1874

Re: Alien Invaders game

Hi Tiny... Thanks for your feedback : The UFO program now has a version tested ok under QDOS on SGC, renamed UFOsgc_bas. The QX variable is now XQ for Minerva users. Change the (PREC)ision variable for more or less speed to fit your system ! 40 is ok for QPC2, 24 for SGC, (and maybe 8 for 128ko QLs ...
by stevepoole
Sun Feb 25, 2024 10:02 am
Forum: Software & Programming
Topic: Messing with Morphing
Replies: 40
Views: 3146

Re: Messing with Morphing

Hi again, Yer 'Tiz... Steve.
Capture d’écran (321).png
by stevepoole
Sun Feb 25, 2024 9:57 am
Forum: Software & Programming
Topic: Messing with Morphing
Replies: 40
Views: 3146

Re: Messing with Morphing

Hi Folks, Ql versus jaguar ? No ! QL means Quantum Leap, So here is QLeapard, a fairly well drawn animation, much better than previous ones.... Alter line 950:3 to PAUSE 0, to see the full speed potential. Only eight drawings to get 128 morphed frames ! If you wish, enter your own DATA: You need a s...
by stevepoole
Sat Feb 24, 2024 2:06 pm
Forum: Software & Programming
Topic: Alien Invaders game
Replies: 5
Views: 1874

Re: Alien Invaders game

Hi Per,

I tried including extra aliens, but that makes the code horribly complex ! ( It is quite voluminous as it stands ).

But I could perhaps improve the way scores are calculated, to add some extra spice... Steve.

_________________________________
by stevepoole
Thu Feb 22, 2024 1:19 pm
Forum: Software & Programming
Topic: Alien Invaders game
Replies: 5
Views: 1874

Re: Alien Invaders game

Hi Folks, Well, to take a break from morped animations, I adapted the associated curve-smoothing routine to make an invaders game. Just UNZIP & LRUN after reading the instructions on lines 120 to 150. Kill the alien before he kills you ! Uses smooth complicated swooping orbits, with acceleration...
by stevepoole
Tue Feb 20, 2024 6:40 am
Forum: Software & Programming
Topic: Messing with Morphing
Replies: 40
Views: 3146

Re: Messing with Morphing

Hi Folks, The first prototype caused a great deal of interet : 45 downloads ! Yet the last, final, 'animated storyboard' got less hits... strange ? With the last (demo) version, you can make moving 'films' yourself, following simple guidelines, mentioned recently... Whilst adapting it to produce a '...
by stevepoole
Thu Feb 15, 2024 7:02 pm
Forum: Software & Programming
Topic: Messing with Morphing
Replies: 40
Views: 3146

Re: Messing with Morphing

Hi Qbits, Having done some web searches, it would seem that this morphing is 'Tweening'. I include an animation, excuse my lousy drawing skills ! It consists of a 14 page loop (224 frames). On 128ko you can get 25 pages (400 frames). Just UNZIP, LRUN or ESCape. Tested under QPC2. A good artist shoul...