Posted By
|
Message
|
Deleted User
|
16th April, 2004 at 03:00:20 -
I am currently making a paint program which can both draw lines and pictures. But I want it so that it can save the pic you made how can I do that someone plaese reply(quickly).
-GreenLeaf-
|
Pete Nattress Cheesy Bits img src/uploads/sccheesegif
Registered 23/09/2002
Points 4811
|
16th April, 2004 at 05:37:42 -
how exactly are you drawing the objects?
if you're using "paste into background" i'd use the screen capture object (MMF) to save an image of the window and load it up later.
if you're using active objects use fastloop and ini to cycle through each one and save its position.
www.thenatflap.co.uk
|
Deleted User
|
16th April, 2004 at 12:58:21 -
The problem is I'm using TGF and it's paste into background. Not active.
|
Deleted User
|
17th April, 2004 at 03:21:20 -
Anymore help will be appreciated.
|
Deleted User
|
19th April, 2004 at 15:46:35 -
I'm waiting for an answer... anybody help me
|
X_Sheep I had a custom rating before it was cool
Registered 01/03/2004
Points 1313
|
19th April, 2004 at 15:50:39 -
MMF has an extension that outputs a part of the game field into a picture(if that's what you meant)
If you mean saving all lines drawn there are enough INI tutorials on the ClickTeam forums.
a/n
|
Deleted User
|
20th April, 2004 at 14:05:14 -
I've searched through the clickteam forum but only shows saving of game positions not background
|
Airflow imafirinmahlazr
Registered 24/09/2003
Points -197
|
21st April, 2004 at 08:37:22 -
Insert very accurate and helpful comment here.
n/a
|
Kramy
Registered 08/06/2002
Points 1888
|
21st April, 2004 at 16:28:21 -
Your best bet is use Jamagic. I was able to create a 16bit image format. KPF(Kramy Picture Files) are lossless, and inbetween PNG and JPG size, and when zipped are smaller than BMP, PNG, JPG, TGA, GIF, etc. images. Currently I'm adding 24bit support, then will release it as an object.
Saving is pretty slow though. a 1000x1000 image takes forever on a 1ghz down computer.(forever = minutes)
Ahh, that was a shameless promotion of my upcoming object.
Kramy
|
Deleted User
|
22nd April, 2004 at 04:12:09 -
I know how to, it just saves the frame, not the background pic inside
...duh
|
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
|
23rd April, 2004 at 05:50:01 -
The easiest way would be the 'capture screen object' you can download it for MMF. Which is what Pete just said. Or you could.... Dammit Pete wrote exactly what I was going to write
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy
|
Deleted User
|
23rd April, 2004 at 06:59:27 -
The frame is an active object which you can save with an ini extension. IT's a piece of cake to just save a active object you should now that.
|
|
|