ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 1556

Flash Title

by Ninja56 - 08-02-2020 - 10:23 PM
#1
hello I would like to make a flash title I do not know how to go about doing it please thanx you
Reply
#2
(08-02-2020 - 10:23 PM)Ninja56 Wrote: hello I would like to make a flash title I do not know how to go about doing it please thanx you
u mean the letters?
Disc = 0xemiil
Reply
#3
(08-02-2020 - 11:13 PM)PiedsPourFree Wrote:
(08-02-2020 - 10:23 PM)Ninja56 Wrote: bonjour je voudrais faire un titre flash je ne sais pas comment s'y prendre merci merci
tu veux dire les lettres?
i want a title that flash like some script sprx ect please
Reply
#4
Int flashstate;
Int flashalpha;

If(flashstate == 0)
{
If(flashalpha < 255)
flashalpha++;
Else
flashstate = 1;
}
Else
{
If(flashalpha > 100)
flashalpha--;
Else
flashstate = 0;
}

Then set flashalpha as text oppacity
Reply
#5
(08-03-2020 - 09:57 AM)RetourVrai Wrote: Int flashstate;
Int flashalpha;

If (flashstate == 0)
{
If (flashalpha <255)
flashalpha ++;
Sinon,
flashstate = 1;
}
Sinon
{
Si (flashalpha> 100)
flashalpha--;
Sinon,
flashstate = 0;
}

Ensuite, définissez flashalpha comme oppacité du texte
Thanx you my friend
Reply

Users browsing: 3 Guest(s)