er_anuj
08-22-2003, 12:17 AM
i have made a program on jsp which includes a javascript. The javascript basically forms a grid (m * n) and every block/rectangle of the grid is assigned an image (the image being of some color - red, blue, green).
The images in the blocks keeps changing according to several rules (cellular automata). What i want to do now is to replace these images(of colors) with pixels.....so that the whole transition looks more natural. Can pixels be used in case of javascript. If yes, please advise.
The images in the blocks keeps changing according to several rules (cellular automata). What i want to do now is to replace these images(of colors) with pixels.....so that the whole transition looks more natural. Can pixels be used in case of javascript. If yes, please advise.