UnderwareDESIGN

PlayBASIC => Resources => Source Codes => Topic started by: kevin on July 20, 2009, 11:11:30 AM

Title: Banner Fade In/Out Effects
Post by: kevin on July 20, 2009, 11:11:30 AM

Banner Fade In/Out Effects

   This little library is to help you display banner/logo's that fade in/out.  The routines are set up to use time, so the effects take the same duration regardless of the physical frame rate.


`         

Title: Re: Banner Fade In/Out Effects
Post by: micky4fun on July 21, 2009, 05:20:49 AM
Hi Kevin

this looks nice , i have put this into my game now , makes it look much nicer this way , but for me to keep it tidyish , lol , how do i form a second tab like you have , ie one with main.pba and other with function.pba in ? , as all my games so far just use a main.pba tab

thanks
mick ;D
Title: Re: Banner Fade In/Out Effects
Post by: kevin on July 21, 2009, 07:24:44 AM

  You can manage the source files in your project through project manager.    From the IDE go to PROJECT->Manage Project.  Use new to creates a new source (.pba file with no code on it) or use ADD to add an existing one.