Educational materials

function moveWheel () 

global priceWheel;
global priceText;
global priceArrow;
global priceSpace;
global pricePos;

pricePos = pricePos + 1;

for j=1:5          
    % Map to the 0 to 19 (zero index)
    wheelPos = mod((pricePos+j-1),20);    
    changeText(priceText(j), priceWheel(wheelPos+1));
end
    
redraw;

end
r1 - 30 Jul 2008 - 19:40:53 - AaronStriegel
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Syndicate this site RSSATOM