Feral Heart

Help & Guidance => Game Help => Topic started by: unnbrellas on November 30, 2013, 07:59:26 pm

Title: Preset help
Post by: unnbrellas on November 30, 2013, 07:59:26 pm
I was wondering if there was a way to use a scrolling texture, That instead of left to right, it went bottom to top?
I also am confused on how to slow down the scrolling speed.

Thanks!
Title: Re: Preset help
Post by: OreoHeroz on November 30, 2013, 08:54:08 pm
Maybe Feareh's turtoial will help:

http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=40198.0 (http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=40198.0)
Title: Re: Preset help
Post by: Ruby1234 on December 01, 2013, 02:00:10 pm
The syntax for the scroll_anim function is
Code: [Select]
scroll_anim <xspeed> <yspeed>But FH doesn't use the X axis, so that value does nothing, and Y is the value to make it move up and down.
However, the FH UV is not a strictly up and down texture, so it usually comes out sideways unless you can somehow get it to match up...
It's tricky.
The closest I've come is by using this texture
(http://i.imgur.com/BhNzMTg.png)
and setting the scroll values to 1.
But maybe someone else knows better than I.