Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > Distorted Scroller question
2008-10-25 20:59
Heaven
Account closed

Registered: Jul 2008
Posts: 102
Distorted Scroller question

I am just in the mood for a small intro and I never made a nice distorted scroller... I don't want to talk here about specific hardware tricks but more general...

how would I have to generate the sinus/cos tables to get this kind of fx?

http://de.youtube.com/watch?v=mHAYQZwApn4

when I am using a simple sinus table (-127 - +128) I am ending at the same pixel where I have started... do I have to add each VBL the "normal" softscroll offset?

or how would you do that?
2008-10-25 22:40
Shadow
Account closed

Registered: Apr 2002
Posts: 355
Yes, exactly. Do a normal scroll but modify by a sine. That way you still progress through the scroller, but still get the 'swinging' action.
2008-10-27 16:09
Heaven
Account closed

Registered: Jul 2008
Posts: 102
haven't touched assembler yet but I guess the 8x8 scroller at the bottom same way?

http://de.youtube.com/watch?v=MwIY6nGG-oA&feature=related
2008-10-27 17:49
Honesty

Registered: Jan 2003
Posts: 121
Problem would be that you need d016 allready for softscrolling.
Or you need to run the scroll without softscrolling (only readable in big fonts) so you can lay a kind of tech tech over the chars.

Other method would be to rol the chars through the matrix so you can do the tech tech thing in all speeds.

Or use a "animated" char. have all char rolled bitwise in memory and make a fake counter for step 0 to 7 for softscroll so you need to pick up the rol step and ora it direct into the matrix on screen.
2008-10-27 21:02
Cruzer

Registered: Dec 2001
Posts: 1048
Just make the techtech sine 8 pixels less than it can be, then add the scroll position & 7 to the techtech, and scroll the rest with char positioning.
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Andy/AEG
Alakran_64
thesuperfrog
morphfrog
Fred/Channel 4
Guests online: 150
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Mojo  (9.7)
4 Coma Light 13  (9.6)
5 Edge of Disgrace  (9.6)
6 What Is The Matrix 2  (9.6)
7 The Demo Coder  (9.6)
8 Uncensored  (9.6)
9 Comaland 100%  (9.6)
10 Wonderland XIV  (9.6)
Top onefile Demos
1 No Listen  (9.6)
2 Layers  (9.6)
3 Cubic Dream  (9.6)
4 Party Elk 2  (9.6)
5 Copper Booze  (9.6)
6 Dawnfall V1.1  (9.5)
7 Rainbow Connection  (9.5)
8 Onscreen 5k  (9.5)
9 Morph  (9.5)
10 Libertongo  (9.5)
Top Groups
1 Performers  (9.3)
2 Booze Design  (9.3)
3 Oxyron  (9.3)
4 Censor Design  (9.3)
5 Triad  (9.3)
Top Webmasters
1 Slaygon  (9.6)
2 Perff  (9.6)
3 Sabbi  (9.5)
4 Morpheus  (9.4)
5 CreaMD  (9.1)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.033 sec.