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
2 registered members (OptimusPrime, AndrewAMD), 14,595 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
Page 1 of 2 1 2
Diary #210777
06/12/08 20:17
06/12/08 20:17
Joined: Jul 2007
Posts: 620
Turkey, Izmir
Emre Offline OP
User
Emre  Offline OP
User

Joined: Jul 2007
Posts: 620
Turkey, Izmir
Hello friends,
This is simply Diary Template.





DOWNLOAD LITE-C VERSION

DOWNLOAD WDL VERSION (FOR A6 USERS)

Re: Diary [Re: Emre] #210778
06/12/08 20:26
06/12/08 20:26
Joined: Jan 2007
Posts: 2,247
Deutsch Niedersachsen
Puppeteer Offline
Expert
Puppeteer  Offline
Expert

Joined: Jan 2007
Posts: 2,247
Deutsch Niedersachsen
Thanks for sharing =)


Formally known as Omega
Avatar randomness by Quadraxas & Blade
http://omegapuppeteer.mybrute.com
Re: Diary [Re: Puppeteer] #210779
06/12/08 20:30
06/12/08 20:30
Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
coool. Another nice "Emre" cont.


3333333333
Re: Diary [Re: Quad] #210845
06/13/08 11:19
06/13/08 11:19
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
can you please upload again, Emre. I am getting a corrupt file error when i extract the files with winzip.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: Diary [Re: Blink] #210871
06/13/08 15:09
06/13/08 15:09
Joined: Jul 2007
Posts: 620
Turkey, Izmir
Emre Offline OP
User
Emre  Offline OP
User

Joined: Jul 2007
Posts: 620
Turkey, Izmir
Hello Blink, i am downloading files and test it. i am extracting files with winzip and winrar. I don't know what's problem.
Re-uploaded A6 Version

Last edited by Emre; 06/13/08 15:09.
Re: Diary [Re: Emre] #210878
06/13/08 15:41
06/13/08 15:41
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
thanks Emre, i will download and test it when i get home from work.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: Diary [Re: Blink] #210950
06/14/08 02:54
06/14/08 02:54
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
nice, i like it a lot, but i have a problem. i included it in my project, and when i ran the project, it didnt wait for me to press "f", it just appeared when the level started, and it wouldnt leave when i pressed the button again. what did i do wrong?


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: Diary [Re: Blink] #211049
06/14/08 16:56
06/14/08 16:56
Joined: Jul 2007
Posts: 620
Turkey, Izmir
Emre Offline OP
User
Emre  Offline OP
User

Joined: Jul 2007
Posts: 620
Turkey, Izmir
i don't know Blink. Try it;


function diary_select()
{
if(key_pressed(key_for_str(diary_key)) == 1)
{
diary();
}

if(key_pressed(key_for_str("f5")) == 1){video_mode_diary();}
}

function diary_temp_startup()
{
var diary_sepia_var;
//enable:Sepia Effect?
diary_sepia_var=1;

max_number_correct();

if(diary_sepia_var==1)
{
p1.red = 108;p1.green = 97;p1.blue =30; p1.light=on;
pf.red = 108;pf.green = 97;pf.blue =30; pf.light=on;
pb.red = 108;pb.green = 97;pb.blue =30; pb.light=on;
}

on_anykey=diary_select;
}

on_f=diary;

Re: Diary [Re: Emre] #211078
06/14/08 19:26
06/14/08 19:26
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
it still pops up when the level first runs, but thats ok, it goes away with "f", so thats ok. thanks, Emre.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: Diary [Re: Blink] #222462
08/19/08 14:38
08/19/08 14:38
Joined: Jan 2002
Posts: 454
Germany
CD_saber Offline
Senior Member
CD_saber  Offline
Senior Member

Joined: Jan 2002
Posts: 454
Germany
Hei Emre,
could you please upload the file again?

Thank you, CD_SABER


Ja, lach du nur du haariges Pelzvieh!
Page 1 of 2 1 2

Moderated by  adoado, checkbutton, mk_1, Perro 

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