Showing posts with label TheMadScript Update. Show all posts
Showing posts with label TheMadScript Update. Show all posts

Tuesday, May 24, 2011

TheMadScript 2.0.0 Released!

I have officially released TheMadScript 2.0.0!

The reference page is temporarily down, but will be back again soon!

Monday, May 23, 2011

TheMadScript 2.0.0 in the works


Save the Cave is going to go further soon, and so is TheMadScript! I am adding new stuff. Please be patient while I update it.

The new version will feature:

  • More convenient way of getting results from confirm or prompt boxes.
  • More methods
  • Better ways of retrieving values (like the href of a page or the full date)
  • And more!
Please stay tuned for this exciting release. Be prepared for some changes, and get ready to avoid the "result" parameter!

Notice that some methods will be obsolete after this release. Further releases in which a method or object is deprecated, that deprecated method/object should remain available for a little while. But be prepared to take action.

Saturday, May 21, 2011

TheMadScript 1.0.5 being released and deprecation

Please note that TheMadScript has been updated to Version 1.0.5. There is no need to change your URL in your script tag; the library will still be located at: http://www.themadcomputer.com/themadscript.js. The following change(s) are/is:

  • An added parameter in the box_prompt() method
Please be prepared to take action and use the "result" parameter as the fifth parameter in the box_prompt().

Also note that the calculate() method has been officially deprecated. It is also obsolete and will not work.

How come that method has been deprecated? It does the same thing as the writeText() and box_alert() method: writes text. You can basically enter a message into the calculate() method like "Hello, there!", which would make no use of the calculate() method if using the writeText() method or box_alert() method instead.

So for calculations, use the writeText() or box_alert() method.