Search:

Type: Posts; User: Ampulator00

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    505

    Thank you for the reply :) I actually found...

    Thank you for the reply :)

    I actually found the solution to my problem already, but that piece of advice is very helpful.

    Here's how I changed it:



    var thisPic = new Array();...
  2. Replies
    2
    Views
    505

    JavaScript: Variable and array looping

    var thisPic = [0, 0, 0, 0, 0];
    function chgSlide(change, direction)
    {
    if(document.images)
    {
    thisPic[change] += direction;
    imgCt = (imageChoice[change].length -1 &&...
Results 1 to 2 of 2