Hello,
Here's what I use (project attached)
application:setBackgroundColor(0x000000)
local logo = Bitmap.new(Texture.new("Gideros.png"))
logo:setScale(0.5, 0.5) --scale image down to 64 * 64
logo:setAnchorPoint(0.5, 0.5) -- nchor at center
loca…
@NateS
That source formatter was me ">
The changed files are:
main.lua
spine/AttachmentResolver.lua
spine/Skeleton.lua
spine/SkeletonJson.lua
spine/utils.lua
Also added file spine/json.lua
I've attached a version with your original format…
Yes maybe this thread should be locked down, not deleted, as that would possibly defeat the object? I agree with @techdojo though let's keep on helping each other, I don't think there's a more open forum out there
cheers
evs
@all
Gideros is my weapon of choice, forget the conspiracy theories, enjoy the SDK, 3rd party tools, support team and community!
I see no reason to go elsewhere
Just my tuppenceworth
cheers
evs
@MikeHart
The Corona message is a beta thing and can be ignored
It's usually best to run Gideros Player manually before Glider as it can take a while to connect
Make sure Gideros Studio is closed or it will 'hog' the Player connection
cheers
e…
Hello,
If I get problems with my router network and Gideros Player, I create a network from the mac wi-fi icon, connect to that on the iPhone, which won't show an ip address in Gideros Player, then when I switch back to my normal router network eve…
Hello,
http://www.giderosmobile.com/documentation/reference_manual.html#UrlLoader
UrlLoader...
Event.COMPLETE
This event is dispatched when loading is complete.
event.data: The downloaded data.
UrlLoader.new(url, method, headers, body)...
Aft…
@MobiDevMark btw it's not a capital O in Gideros as it's not an Operating System.
It's a beautiful place in Turkey (from the pics I've seen)
http://flickrhivemind.net/Tags/gideros/Recent
cheers
evs
@MobiDevMark most people write it like that because they think it's an unmentionable
evil thing )
I always write Corona SDK, but I don't use it anymore
Welcome btw
cheers
evs
Hello @ljp1203 @all
Here is my first little experiment with the Parse REST API
I just looked at the first Python example on the Parse REST API docs page and
https://github.com/KosiDossApps/gideros_restful_apis Kinvey stuff
and it works!
I've …