Programming_Elf
Member
Hi guys, I've been working on getting an MMO system working, and I'm looking to avoid constant updates by calling resources (such as image and map files) directly from a website. I've tried just doing this:
Unsurprisingly, that gave a "File not found" error. So, assuming it is possible to do this, what am I missing? Or, is there an alternative method of renewing resources?
Code:
@sprite.bitmap = Bitmap.new("http://www.minscandboo.com/minscgame/001-Title01.jpg")