DisplayInfomenu(cat, mouse)
"RokuMarkn" wrote:
I didn't see the problem on a cursory review of your code. I'm pretty busy right now and don't have time to study it in detail. Maybe someone else can find the bug for you. Otherwise you could PM me a zip of your whole project so I can run it myself. I can't promise when I could get to it though.
--Mark
Function CurPhoto()
if msg.isPlaybackPosition() then
onscreenphoto = msg.GetIndex()
curr_photo = photolist[onscreenphoto]
endif
End Function