Gamestudio Links
Zorro Links
Newest Posts
Newbie Questions
by fairtrader. 12/05/23 14:22
Zorro Trader GPT
by TipmyPip. 12/04/23 11:34
Square root rule
by Smallz. 12/02/23 09:15
RTest not found error
by TipmyPip. 12/01/23 21:43
neural function for Python to [Train]
by TipmyPip. 12/01/23 14:47
Xor Memory Problem.
by TipmyPip. 11/28/23 14:23
Training with command line parameters
by TipmyPip. 11/26/23 08:42
Combine USD & BTC Pairs In Asset Loop
by TipmyPip. 11/26/23 08:30
AUM Magazine
Latest Screens
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Who's Online Now
2 registered members (3run, AndrewAMD), 667 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
fairtrader, hus, Vurtis, Harry5, KelvinC
19019 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: Text Editor? [Re: MrCode] #127011
04/29/07 21:49
04/29/07 21:49
Joined: Oct 2004
Posts: 1,655
T
testDummy Offline
Serious User
testDummy  Offline
Serious User
T

Joined: Oct 2004
Posts: 1,655
Yes. Text functionality offered in 3DGS through C-Script is, indeed, mediocre. Assuming that you are, in fact, sanity-impaired, you might attempt to rewrite text functionality using a C++ plugin. I will probably, at least, make some sort of attempt eventually.

Quote:

This forum user was programmed entirely in C-Script.



You might consider removing the above sentence from your signature. It is seemingly quite absurd. After reading that segment, I now tend to expect users of inferior quality.
That is my excuse also. It is not my fault. I was written in C-Script also.

Re: Text Editor? [Re: testDummy] #127012
04/29/07 23:29
04/29/07 23:29
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline OP
User
MrCode  Offline OP
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
There, my new sig is a lot less over-confident.

Honestly, it was just a bit of humor...

I din't want to cause any bad feelings.

Last edited by MrCode; 04/29/07 23:31.

Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}
Re: Text Editor? [Re: MrCode] #127013
04/30/07 02:42
04/30/07 02:42
Joined: Jul 2006
Posts: 91
Florida, USA
Knuckles Offline
Junior Member
Knuckles  Offline
Junior Member

Joined: Jul 2006
Posts: 91
Florida, USA
o.O how was that sig offensive? I don't get it....

Re: Text Editor? [Re: Knuckles] #127014
04/30/07 04:39
04/30/07 04:39
Joined: Oct 2004
Posts: 1,655
T
testDummy Offline
Serious User
testDummy  Offline
Serious User
T

Joined: Oct 2004
Posts: 1,655
No, no...I do not believe I claimed the signature was offensive.
(Of course, I'm not truly indicating that I really believe, you believe, I stated or implied the signature was offensive.)
Above I may have stated, hinted at, implied or derived some of the following:
*I might only be pseudo-sane.
*Evidently, I have some equally absurd, pent up, unresolved hostility towards a particular scripting language,
---but that is none of your business, so I mentioned here.
*Absurd statements might be:
---C-Script is exceedingly powerful, and extremely versatile. (lightly absurd)
---I can write a forum user implementation in C-Script alone. (absurdier on specification)
---I am a forum user, and I was completely written in C-Script. (and this, slays, mutilates and then posthumously copulates with the bird of absurdia)
++++++(Is possible with success? No? Faulty implementation suggested? Aye. Faulty user implied.)
>>>>>>>>>Reply 1: Ha ha ha. Very funny. lol, etc. (Why is the user insulting him or herself?)
>>>>>>>>>Reply 2: Warn user about perception. Ding ding.

Quote:

Honestly, it was just a bit of humor...



Although I didn't really care then, still don't now, and I don't think anyone else should care either, for no particular reason, at that specific moment in the past, I merely decided to mention that I thought that signature seemed to be a self-deprecative or self-denigrating expression.

Quote:

Honestly, it was just a bit of humor...



Quote:

I don't get it....





Last edited by testDummy; 04/30/07 07:27.
Re: Text Editor? [Re: testDummy] #127015
04/30/07 20:41
04/30/07 20:41
Joined: Jan 2007
Posts: 110
USA East Coast
K
KojaK Offline
Member
KojaK  Offline
Member
K

Joined: Jan 2007
Posts: 110
USA East Coast
o.0


Lead programmer for Two Screws Loose Click here for our forums, and downloads for our games
Re: Text Editor? [Re: KojaK] #127016
04/30/07 23:49
04/30/07 23:49
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline OP
User
MrCode  Offline OP
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
I didn't write that sig because I felt bad about myself. It was actually intended to show my excitement that I had finally gotten the grasp of C-Script (now look at me, explaining my own sig, )

ok, this is getting WAY off the topic, so I figure we might as well end the thread or something, because I kind of fixed it (I made the single line longer, but no multiple lines).

Last edited by MrCode; 04/30/07 23:54.

Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}
Re: Text Editor? [Re: MrCode] #127017
05/03/07 23:51
05/03/07 23:51
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline OP
User
MrCode  Offline OP
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
sorry, but I have a new problem.

Tried this, didn't work.

Code:

function text_input()
{
test_color.visible= on;
inkey(new_line);
if(key_cul== on)
{
dummy+= 1;
test_color.string= new_line2;
inkey(new_line2);
}
if(key_cul== on && dummy== 1)
{
dummy+= 1;
test_color.string= new_line3;
inkey(new_line3);
}
}



for some reason, the engine jumps to:

Code:

function alpha_of_gui() // changes the alpha value of ALL panel elements.
{
while(1)
{
gui.alpha= alpha_slider;
gui_dropdown.alpha= alpha_slider;
gui_dropdown2.alpha= alpha_slider;
gui_dropdown3.alpha= alpha_slider;
gui_dropdown4.alpha= alpha_slider;
about_acknote.alpha= alpha_slider;
nofeature.alpha= alpha_slider;
tut_about.alpha= alpha_slider;
quitter.alpha= alpha_slider;
font_selector.alpha= alpha_slider;
code_viewer.alpha= alpha_slider;
gui_transparency.alpha= alpha_slider;
txt_color.alpha= alpha_slider;
wait(1);
}
}



which is right after the previous function.

I ran it in debug mode to figure this out, but I can't find an answer.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}
Page 2 of 2 1 2

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | 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