English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 05 October 2021, 23:19   #1
mcgeezer
Registered User
 
Join Date: Oct 2017
Location: Sunderland, England
Posts: 2,702
Apidya Effect

I was watching a video of Apidya and noticed an effect that I can't quite get my head around how they've done it.

[ Show youtube player ]

I know this has probably been discussed before but... wow, that looks wacky.

Geezer

Edit - effect is at 19.40 in the video

Last edited by mcgeezer; 06 October 2021 at 00:13.
mcgeezer is offline  
Old 05 October 2021, 23:44   #2
saimon69
J.M.D - Bedroom Musician
 
Join Date: Apr 2014
Location: los angeles,ca
Posts: 3,516
If you mean the trippy entrails special stage @19:40 ,that is the (in)famous wobbling that danscott was describing in the power drift thread; i think playfields are oscillated horizontally by the blitter AND vertically by the copper plus sprites for the collision pillars - that or there are animation frames for the horizontal wobble
saimon69 is offline  
Old 06 October 2021, 06:53   #3
Tigerskunk
Inviyya Dude!
 
Tigerskunk's Avatar
 
Join Date: Sep 2016
Location: Amiga Island
Posts: 2,770
Timestamp to see that effect?
Tigerskunk is offline  
Old 06 October 2021, 09:33   #4
mcgeezer
Registered User
 
Join Date: Oct 2017
Location: Sunderland, England
Posts: 2,702
[ Show youtube player ]
mcgeezer is offline  
Old 06 October 2021, 10:16   #5
ross
Defendit numerus
 
ross's Avatar
 
Join Date: Mar 2017
Location: Crossing the Rubicon
Age: 53
Posts: 4,468
hmm, it's probably a lot simpler than you think.
In practice, nothing happens on the screen that is not preset.

I would do it like this:
Dual playfield, copper per line for separate scroll and color gradients, vertical sprite multiplexing.
Bee, bubbles and pillars with sprites (so they are not affected by the wobbling effects).
Background playfield divided into columns of 16 pixels, blitter in copy mode for each column (to change y-position) and horizontal screen shift in the meantime (per line or quasi).
Same thing for the foreground playfield but with less use of the blitter because the columns are of limited height or absent
(in this case you can also split columns in vertical slices for separate wobbling).
In the meantime you change the position of the pointers of the screens (so could be that in some cases the columns are not to be blitted because the y is pre-set by screen position).

The final effect is really nice (and the use of colors makes it psychedelic, which is was the initial intention).

ross is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Apidya SE earok project.Amiga Game Factory 24 07 July 2022 06:28
Apidya help DeafDaz support.Games 3 23 March 2012 13:26
Apidya diedel support.Games 1 22 October 2007 21:21
apidya help.. edi_csa project.Sprites 2 08 August 2007 00:01
apidya 2 ? sborat request.Old Rare Games 12 20 July 2001 12:51

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 14:33.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09896 seconds with 15 queries