Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > The Zelaron Nexus > Science and Art > Tech Help

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next

 
Reply
Posted 2009-03-25, 07:06 AM in reply to Goodlookinguy's post starting "I was trying to have the loop make a..."
I would try
Code:
function doLarger(maxSize) {
  var newSize;
  newSize=parseInt(document.getElementById('tiger').style.height)+10;
  if(newSize>maxSize){
    document.getElementById('tiger').style.height=maxSize+'px';
  }else{
    document.getElementById('tiger').style.height=newSize+'px';
    setTimeout("doLarger("+maxSize+")",10);
  }
}
Old
Profile PM WWW Search
WetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusion
 
 
WetWired
 



 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum Rules]
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Anyone skilled enough to deal with this javascript inquiry? Goodlookinguy Tech Help 1 2008-08-15 08:34 AM
BB coding help! - JavaScript as well included Goodlookinguy Tech Help 0 2007-08-28 04:43 PM
HTML and JavaScript GameCube Tech Help 7 2002-09-08 10:22 PM
A question about a JavaScript(?) code. Mr.Lee Tech Help 9 2002-05-01 03:25 PM


All times are GMT -6. The time now is 04:18 PM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.