View Single Post
  #1  
Unread 06-10-2005, 12:36 PM
Hellwulf Hellwulf is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Kithicor
Posts: 11
Default how to make a background tile

this is my current code, it makes a goofy background, how do i change this to make it tile,, i think i missed a tileing background in default, but i cant find it atm so asking this here

ok doing what you said ,,,,,, this resulted in no image at all,, ive traid a dozen times to figure it out and spent a few hours at it

........... ok did what you said in chat sorta,, that didnt work so i continued to mess with it,,, and did following... seams to be working altho im not quite sure what i did yet
ps i was pissed too so i kinda forgot to reply in chat room,, sorry bout that heh


<Page Name="Parchment" ScrollExtent="320,240" Size="320,240">
<RectangleStyle Center="center" Color="#292945" East="e" EastStretch="false" Name="rect" North="n" NorthEast="ne" NorthWest="nw" South="s" SouthEast="se" SouthStretch="false" SouthWest="sw" TitleStretch="false" West="w" WestStretch="false"/>
<ImageStyle Filter="true" Name="center">
<ImageFrame Name="image" Source="images/dia_bg.dds" SourceRect="0,0,0,0"/>
</ImageStyle>
<ImageStyle Filter="true" Name="nw">
<ImageFrame Name="image" Source="images/dia_bg.dds" SourceRect="0,0,1024,1024"/>
</ImageStyle>
<ImageStyle Filter="true" Name="n">
<ImageFrame Name="image" Source="images/dia_bg.dds" SourceRect="0,0,0,0"/>
</ImageStyle>
<ImageStyle Filter="true" Name="ne">
<ImageFrame Name="image" Source="images/dia_bg.dds" SourceRect="0,0,0,0"/>
</ImageStyle>
<ImageStyle Filter="true" Name="e">
<ImageFrame Name="image" Source="images/dia_bg.dds" SourceRect="0,0,0,0"/>
</ImageStyle>
<ImageStyle Filter="true" Name="se">
<ImageFrame Name="image" Source="images/dia_bg.dds" SourceRect="0,0,0,0"/>
</ImageStyle>
<ImageStyle Filter="true" Name="s">
<ImageFrame Name="image" Source="images/dia_bg.dds" SourceRect="0,0,0,0"/>
</ImageStyle>
<ImageStyle Filter="true" Name="sw">
<ImageFrame Name="image" Source="images/dia_bg.dds" SourceRect="0,0,0,0"/>
</ImageStyle>
<ImageStyle Filter="true" Name="w">
<ImageFrame Name="image" Source="images/dia_bg.dds" SourceRect="0,0,0,0"/>
</ImageStyle>
</Page>

Last edited by Hellwulf : 06-11-2005 at 12:14 PM.
Reply With Quote