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! RE: Basics on scripts by RaceProUK on 01-12-2007 at 06:37 PM First step: read the scripting documentation RE: Basics on scripts by Ezra on 01-12-2007 at 06:39 PM No that's step 2, step 1 is learn JScript 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: Depends on your already existing programming skills, if are a experienced programmer it will be easy peasy, else it might take a while longer 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: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: http://javascript.internet.com/ has tutorials and stuff that helps with jscript. edit: woo 200th post RE: Basics on scripts by Ezra on 01-12-2007 at 06:54 PM
http://msdn.microsoft.com/libra... RE: Basics on scripts by RaceProUK on 01-13-2007 at 05:27 PM
quote: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.... 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. |