Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 18,561 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
screen shots #98369
11/11/06 17:32
11/11/06 17:32
Joined: Nov 2005
Posts: 68
S
scurvy Offline OP
Junior Member
scurvy  Offline OP
Junior Member
S

Joined: Nov 2005
Posts: 68
Is there an easy way to do screen shots with the game studio? Or does it
have to be programed into the script? How?
Thank you

Re: screen shots [Re: scurvy] #98370
11/11/06 17:36
11/11/06 17:36
Joined: Sep 2006
Posts: 66
Germany
Big_Boss Offline
Junior Member
Big_Boss  Offline
Junior Member

Joined: Sep 2006
Posts: 66
Germany
Look in the manual for "file_for_screen".

Re: screen shots [Re: scurvy] #98371
11/11/06 18:14
11/11/06 18:14
Joined: Apr 2005
Posts: 4,506
Germany
F
fogman Offline
Expert
fogman  Offline
Expert
F

Joined: Apr 2005
Posts: 4,506
Germany
Or hit "f6".


no science involved
Re: screen shots [Re: Big_Boss] #98372
11/11/06 18:17
11/11/06 18:17
Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
T
TWO Offline

Serious User
TWO  Offline

Serious User
T

Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
Code:

var sceeny_count=0;

function sceeny()
{
file_for_screen("shot.png",sceeny_count); // saves a screenshot to "shot123.png"
sceeny_count+=1;
}

on_s = sceeny;



Edit: @Fog lol...


Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1