Untitled

 avatar
unknown
plain_text
2 years ago
270 B
9
Indexable
local sure = 0
function eventLoop(elapsedTime, remainingTime)
	sure = sure + 1
	if sure == 25 then
		tfm.exec.addImage('149a49e4b38.jpg', '!55', 0, 0, nil, 1, 1, 0, 1, 0, 0, false)
	elseif sure == 50 then
		tfm.exec.removeImage('149a49e4b38.jpg', false)
	end
end
Editor is loading...