Herbit
код на On Slide Chahged
Код: result= SlideShow.GetImagePath("slide_show",SlideShow.GetCurrentSlide("slide_show"));
result=String.Right(result, (String.Length(result) - String.ReverseFind(result, "\\", true)));
if result == "IMAG1.JPG" then --имя файла с учетом реестра
Label.SetText("Label1", "Это Фото1");
elseif result == "IMAG2.JPG" then
Label.SetText("Label1", "Это Фото2");
elseif result == "IMAG3.JPG" then
Label.SetText("Label1", "Это Фото3") end
код на On Slide Chahged
Код: result= SlideShow.GetImagePath("slide_show",SlideShow.GetCurrentSlide("slide_show"));
result=String.Right(result, (String.Length(result) - String.ReverseFind(result, "\\", true)));
if result == "IMAG1.JPG" then --имя файла с учетом реестра
Label.SetText("Label1", "Это Фото1");
elseif result == "IMAG2.JPG" then
Label.SetText("Label1", "Это Фото2");
elseif result == "IMAG3.JPG" then
Label.SetText("Label1", "Это Фото3") end