It looks like you're new here. If you want to get involved, click one of these buttons!
local url = "" -- forum convert urls to html <a> tag : D local loader = UrlLoader.new(url) loader:addEventListener(Event.ERROR, function() print("Error loading file") end) loader:addEventListener(Event.PROGRESS, function(e) print("Loaded:",e.bytesLoaded,"Total:",e.bytesTotal) end) loader:addEventListener(Event.COMPLETE, function(e) local out, err = io.open("|R|SuperShape.lua", "w") --< write to %temp%\gideros\*Project name*\resource if (err) then print(err) --< |R|SuperShape.lua: Permission denied return end out:write(e.data) out:close() end) |
Likes: Apollo14
Comments
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
both example broken, i cant run it.
Likes: oleg