gypsysnail, thank you!
i'll give another tweak for the shadows.. again,thanks! that helps!
i'll give another tweak for the shadows.. again,thanks! that helps!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Spike4072 on Mon 15/09/2008 23:07:28
Would be nice if I could find someone to do my backgrounds so they look nice but I am sure not many people would want to do that for someone that hasn't made any games yet. So back to Photoshop to see if i can use everyone's advice to make improvements.
function room_Load()
{
object[0].Transparency = 100;
}
function room_AfterFadeIn()
{
int trans = 100;
while (trans > 0) {
trans--;
object[0].Transparency = trans;
Wait(1);
}
}
function room_Load()
{
object[0].Transparency = 100;
}
function room_RepExec()
{
int trans = 100;
while (trans > 0) {
trans--;
object[0].Transparency = trans;
Wait(1);
}
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.080 seconds with 14 queries.