How Do I...........

GhozerGhozer Join Date: 2003-05-22 Member: 16617Members, Constellation
How do i make like a slide show?

Let me explain a litle better

if you take a look at this image...

<img src='http://www.clanscf.com/rofl.jpg' border='0' alt='user posted image' />

I have 17 textures, (pictures of clan members) and i want to beable to have 17 buttons on a wall, each button is a picture of a clan member, HOWEVER...

for this to work, i would need to clear the "screen" on each button, before it puts up the image... how/where/when PLEASE help !:\

Comments

  • FreezerFreezer Join Date: 2004-05-11 Member: 28601Members
    edited June 2004
    every single button triggers a trigger_multi (pointentity, dont know the exactly spelling) which triggers 16 env_render which make 16 teammembers invisible.
    You need to make 17 brushes which 17 different teammemberfaces on them. 16 brushes disappear and the last is visible.

    I hope you understand that <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
  • zaiLLehzaiLLeh Join Date: 2004-05-30 Member: 29000Members
    Makes sense. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
    I would have been nub and made it look like a slide projector and have the blocks just slide down when you press a single button... but hey, thats me <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
  • GhozerGhozer Join Date: 2003-05-22 Member: 16617Members, Constellation
    ok, i got that bit freeezer,

    what if i wanted to start with the screen white? - press a button, the screen drops down and projector comes on... then first button = pic1, second = pic2 etc

    care to explain a little better on your trigger_multi?
  • GhozerGhozer Join Date: 2003-05-22 Member: 16617Members, Constellation
    <!--QuoteBegin-Ghozer+Jun 30 2004, 02:25 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Ghozer @ Jun 30 2004, 02:25 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> ok, i got that bit freeezer,

    what if i wanted to start with the screen white? - press a button, the screen drops down and projector comes on... then first button = pic1, second = pic2 etc

    care to explain a little better on your trigger_multi? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    i also realised, i need the "beam" from the projector to turn on when the screen drops down <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html//emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo--> then button 1 for pic 1 can be pressed etc
  • NaigelNaigel Join Date: 2003-07-23 Member: 18376Members, Constellation
    <a href='http://www.unknownworlds.com/forums/index.php?showforum=34' target='_blank'> Mapping Help and Troubleshooting </a>
Sign In or Register to comment.