#include <acknex.h> BMAP* image_2x = "img2x.jpg"; var scroll_var; PANEL* repeating_img = { window(0,0,512,240,image_2x,scroll_var,0); flags = SHOW; } void main(){ while(1){ scroll_var += 10*time_step; scroll_var%=512; wait(1); } }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de