Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
is the coldstone programming language kind of like Hypertalk? It's just that i hear a lot about "global actions" and other things that remind me of Hypercard.......
------------------
(url="http://"http://www.angelfire.com/mac/startupsoftware")Startup Software(/url)
(url="http://"mailto:aanhorn@angelfire.com")mailto:aanhorn@angelfire.com(/url)aanhorn@angelfire.com
I haven't used Hypercard in ages, but no, I don't remember the Coldstone Scripting Langauge being at all like it.
------------------ (url="http://"http://www.AmbrosiaSW.com/webboard/Forum10/HTML/001524.html")The Tides of War(/url) (url="http://"http://www.ohhla.com")The Original Hip-Hop Lyrics Archive(/url) Hip Hop Recomendation of the week: Rawkus Presents Soundbombin' ------------------
ahh, ok.
ColdStone uses a very intuitive way of handling scripting. Instead of the usual text-based code sort of thing, with Coldstone... well... here lemme try and explain.
Say if you wanted at some point of your game a thief to run past you and steal your money. To do this, you would create a thing called an event. Events are like bits of code, they make things happen. So to have a thief run past you and take your money, you would basically want two things in this event; 1- a dialogue that told the player that a thief had stolen their money, and 2- the player's money to be reduced to 0. To do this, you would choose two things to be in this event of yours. The dialogue and the "Gold Wizard" (that's what Dee called it). You would drag these two things from a window that displays all the possible actions of an event, to your event's window. You would then edit the dialogue to say something like: "A thief has stolen all your money" and edit the Gold Wizard to make the character's gold reduced to 0. Save the event as something like "Thief Steals Gold" and you can then make it so when the character's icon is on a selected tile (or tiles) of map the event will run, and the player will see a dialogue pop up that says: "A thief has stolen all your money" and notice that he/she's money is gone.
I hope that makes sense, I'm tired.
hum...yes.....hummm
It's very difficult to explain, check out the betashots, I think there was one in there with the event editor... yeah, here it is: (url="http://"http://www.AmbrosiaSW.com/news/upcoming/images/cs_screen4.jpg")Event Editor Picture(/url)
(note: please only link to images of this size, it takes a lot of time to load on a slower modem, and the less fortunate among us should be given the option or not. - Necromicon 12/5/00)
The event editor is in the bottom-left hand corner.
(This message has been edited by the Necromicon (edited 12-05-2000).)