Mystic Software Forums

Mystic Software - Hosted Sites => Dark Age Games => Topic started by: DarkElite on October 07, 2003, 04:27:59 PM

Title: (no subject)
Post by: DarkElite on October 07, 2003, 04:27:59 PM
how did u get the text command to scroll in the history method for your game?
Title: (no subject)
Post by: Mark of the Dragon on October 07, 2003, 05:41:35 PM
Grr...Dark Age Board, NOW!


...if I was a mod, I'd move this.
Title: (no subject)
Post by: Xorlak on October 07, 2003, 09:01:37 PM
Hmmm... I don't recall doing scrolling text... Are you talking about the zoom in?

That goes something like this:

#for(x!=0;x!<10;x!=x!+1)
{
#zoom(10)
#delay(0.1)
}
Title: (no subject)
Post by: Mark of the Dragon on October 09, 2003, 02:06:58 PM
Yeah, that's what he's talking about.
Title: (no subject)
Post by: Cuzit on October 10, 2003, 10:22:26 PM
What scolling/zooming text?
Title: (no subject)
Post by: Anonymous on October 11, 2003, 10:00:27 AM
no, not scrolling, srry rong word, i mean in the history() method where it wouold spit the #text commands letters out letter by letter?
Title: (no subject)
Post by: Mark of the Dragon on October 11, 2003, 11:53:20 AM
He probably just did a #For() loop and commanded it to type one letter at x! and y! at a time, using vars to determine what letter would come next. I know, no n00b would understand, but that's the simplest I can put it...of course, this is just a theory i have.
Title: (no subject)
Post by: Xorlak on October 11, 2003, 12:00:08 PM
Oh, I know what you're talking about.  Around version 2.18 or 2.19 of the Toolkit, the #text command was changed so the words appear all at once per line, rather than letter by letter (you could really tell on slower machines).  Dark Age was made before this change (version 2.15).
Title: (no subject)
Post by: Mark of the Dragon on October 11, 2003, 12:31:33 PM
Oh, right...

well, Dark Elite,  there is a method that lets you do that (check G's Shack)
Title: (no subject)
Post by: DarkElite on October 11, 2003, 04:29:46 PM
u mean the #delaytext   method? i tried that and it only made the letters in the message window to slow down not the text commands  Sad
Title: (no subject)
Post by: Cuzit on October 11, 2003, 09:43:43 PM
Ah! Do you mean that like....
Alright. For a while, I've been wanting to do something like:

Oh, no. (Wait a sec).(wait a sec).(wait a sec).

Which would make

Oh, no....

But waiting on the dots. Is that what you mean? I've been thinking about how to do that.... I want to do that. Rather, need.
Title: (no subject)
Post by: Anonymous on October 16, 2003, 09:34:15 PM
hey DA2 is awsome, and the battling is better! is this one of the systems from g shack? if it is, which one? or is it made by u?
Title: (no subject)
Post by: Xorlak on October 17, 2003, 08:42:27 PM
Thanks.  Yes I made it myself, along with all the other menus, etc.
Title: (no subject)
Post by: Anonymous on October 18, 2003, 07:45:57 AM
how do you make a battle system.....ive tried but i dont no how to access char images or make the person attack and all that.......how? Sad
Title: (no subject)
Post by: Mark of the Dragon on October 18, 2003, 08:37:55 AM
Umm, dude, let me make a few suggestions:

1 - Try downloading a BS from G's shack and studying it.

2 - Make a game with the Default BS first, then you'll be in a better position to make your own BS (hey, that's what Xorlak did)

3 - Study the command reference for a bit and program each component in its own program, not combining with the other components. After each component has been finished, combine them together and tweak it so that it runs as one whole program (hey, that's basically what I'm doing)