hello corona developers
i have question when i create movieclip objects like this
local myObject = movieclip.newAnim(frames1)
i need to change these frames that playing on myObject on touch event i make something like this
if ( event.phase == “began”) then
Frames2 = {“img.png” , “img1.png” , “img2.png”}
event.target = movieclip.newAnim(Frames2)
end
thats not working with me when i touch the objects its frames is still the old frames (frames1)
why ???
thanks in advance [import]uid: 74537 topic_id: 15395 reply_id: 315395[/import]
