Hello anyone have the idea on how to achieve this?
instead of progress bar i want to make the Paragraph or Image to be the progressbar
--Page.StopTimer(6787543);
MOUSEE = System.GetMousePosition(true);
vidLent = 5000;
para = Paragraph.GetPos("Paragraph2");
SeekPos = (MOUSEE.X - para.X) ;
SeekPos = vidLent / 838 ;
Label.SetText("Label1", SeekPos);
paraSize = Paragraph.SetSize("Paragraph2", SeekPos, 71);
instead of progress bar i want to make the Paragraph or Image to be the progressbar
--Page.StopTimer(6787543);
MOUSEE = System.GetMousePosition(true);
vidLent = 5000;
para = Paragraph.GetPos("Paragraph2");
SeekPos = (MOUSEE.X - para.X) ;
SeekPos = vidLent / 838 ;
Label.SetText("Label1", SeekPos);
paraSize = Paragraph.SetSize("Paragraph2", SeekPos, 71);
Comment