I am having an issue when playing a movie in Beta 8. I have a button that when clicked plays a movie. The code is seen below. The bug occurs when I click done on the movie to return to the app. The movie closes and the app is displayed, but the watch movie button is still in the over position and the app appears frozen.
This is only in beta 8. When I publish the same code in Beta 7 everything works perfectly.
local Watch_Video = function (event)
media.playVideo(“intro_physio.m4v”, true)
end
movie_button = ui.newButton{
default = “small_button.png”,
over = “small_button_down.png”,
onRelease = Watch_Video,
text = “Watch the video”,
textColor = { 255, 255, 255, 255 },
font = “Arial”,
size = 16,
offsetX = 6
}
(using iPod touch 3rd gen 8gig)
[import]uid: 5687 topic_id: 1872 reply_id: 301872[/import]