|
Post by therealmethuselah on Nov 20, 2005 12:09:46 GMT -5
This tutorial uses, asterick's GM7ZIP.dll included in the tutorial file. mulTutorial.zip (35.8KB). Please download 7zip in order to create the files. You can change the extension from 7z to whatever you'd like. In the tutorial, I added a background image and a sprite image to the gfx.mul file bgTutorial.jpg sprTutorial.gif In Archive: The syntax for extracting a file in the GM Tutorial is // Extract a sprite from the gfx.mul file extractGraphic('gfx.mul', 'sprTutorial.gif'); sprTutorial = sprite_add('sprTutorial.gif', 8, false, true, false, false, 0, 0); doneExtract(); Make sure you use the doneExtract(); after each extraction. This is an easy way to store graphics, I would use this in conjunction with an encryptor/decryptor as well, I suggest Cryptor.dll by roachofdeath.
|
|