Shoutbox

Basics on scripts - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Basics on scripts (/showthread.php?tid=70611)

Basics on scripts by josh_krz on 01-12-2007 at 06:32 PM

I would like to know the basics on Messenger Plus add-ons and scripts because I wouldn't mind making some myself, any basic help would be appreciated. Thank You! :S


RE: Basics on scripts by RaceProUK on 01-12-2007 at 06:37 PM

First step: read the scripting documentation :P


RE: Basics on scripts by Ezra on 01-12-2007 at 06:39 PM

No that's step 2, step 1 is learn JScript :P


RE: Basics on scripts by josh_krz on 01-12-2007 at 06:40 PM

oh my god i have 2 learn J script, how long is that gonna take?


RE: Basics on scripts by Ezra on 01-12-2007 at 06:50 PM

quote:
Originally posted by josh_krz
oh my god i have 2 learn J script, how long is that gonna take?

Depends on your already existing programming skills, if are a experienced programmer it will be easy peasy, else it might take a while longer :P
RE: Basics on scripts by josh_krz on 01-12-2007 at 06:51 PM

Well the only script I know is Flash Action Script :/, hmmmm, where do i learn JScript?


RE: Basics on scripts by Thor on 01-12-2007 at 06:53 PM

quote:
Originally posted by josh_krz
Well the only script I know is Flash Action Script :/, hmmmm, where do i learn JScript?
There is a link to the msdn JScript 5 in the scripting documentation, where you can find at www.msgpluslive.net under the script category, or area. :)  :)
RE: RE: Basics on scripts by Fuse on 01-12-2007 at 06:53 PM

quote:
Originally posted by josh_krz
Well the only script I know is Flash Action Script :/, hmmmm, where do i learn JScript?


http://javascript.internet.com/

has tutorials and stuff that helps with jscript.

:d

edit: woo 200th post :D
RE: Basics on scripts by Ezra on 01-12-2007 at 06:54 PM

http://msdn.microsoft.com/libra...

If you already know ActionScript it should not be to hard to grasp JScript.


RE: Basics on scripts by RaceProUK on 01-13-2007 at 05:27 PM

quote:
Originally posted by Ezra
If you already know ActionScript it should not be to hard to grasp JScript.
Given that they are both implementations of ECMAScript, which also forms the basis of JavaScript.
RE: Basics on scripts by Jimbo on 01-13-2007 at 05:29 PM

Also, i would suggest downloading a few scripts that look quite small and have a look at the code and try to learn things.


RE: Basics on scripts by roflmao456 on 01-14-2007 at 02:00 AM

JScript is also mostly similar to Javascript....


i am good at Javascript in some way... lol


RE: Basics on scripts by markee on 01-14-2007 at 05:57 AM

Another recommendation is to look at some of the smaller scripts that are floating around to have a look at what is done.  This gives you working examples of how scripts should be written and gives you some ideas to use in your scripts.

Another good thing is to pay attention to CookieRevised's posts regarding scripting as he gives some very helpful hints in details that many people seem to overlook when writing their scripts.

It is also advised that you have a very good try at doing the scripts yourself first and if you really need help with doing something and there is no way for you to work it out then to contact a fellow scripter or post on the forums or something and hope that someone helps you out (please don't be upset if noone does straight away as many people are busy with their own work).