View Single Post

BGAnimations help
Old 02-04-2009, 05:08 PM   #1
MdX MaxX
Underage Technology Addict
 
MdX MaxX's Avatar
 
MdX MaxX is offline
Join Date: Jun 2006
Location: Fayetteville, Georgia
Posts: 1,035
Marketplace Rating: 0
Send a message via PM  to MdX MaxX
MdX MaxX
Default BGAnimations help

New Question: Why is it that whenever I use a REDIR file to redirect a Graphic to a BGAnimation, it always shows up as a pink block?

For example, I want to replace the 'ScreenSelectStyle warning.png' with a BGAnimation of the same name. Here are the metrics in this BGAnimation:

Code:
[Layer1]
File=./_warning p1.png
Type=0
Command=x,0;y,0;hidden,1
Condition=IsPlayerEnabled(2)

[Layer2]
File=./_warning p2.png
Type=0
Command=x,0;y,0;hidden,1
Condition=IsPlayerEnabled(1)

[Layer3]
File=./_warning bp.png
Type=0
Command=x,0;y,0;hidden,1
Condition=not IsPlayerEnabled(1) or not IsPlayerEnabled(2)
But instead of the images showing up under those conditions, a pink block shows up instead. Why does this happen?

And what's weird is that it works fine for ScreenSelectStyle header.png, I just redirect it to the BGAnimation, no pink block. But when I try it on ScreenSelectStyle info1/2 or ScreenSelectStyle warning.png it just shows up as a pink block.
__________________
My YouTube Channel
In the Groove: IIDX edition (Released!)
If you can't read my username, STOP USING INTERNET EXPLORER.

Last edited by MdX MaxX : 02-09-2009 at 06:45 AM.
  Reply With Quote