Attract-Mode Support Forum

Attract-Mode Support => Scripting => Topic started by: skellington on May 25, 2020, 06:17:26 PM

Title: Beginner
Post by: skellington on May 25, 2020, 06:17:26 PM
if I want to learn something to help me understand attract mode better what should I be trying to learn coding, programming? I just want to have some basic knowledge to customize my theme a little more.
Title: Re: Beginner
Post by: sickle on May 25, 2020, 08:01:10 PM
I started with this guide to give me a basic idea of how things worked: https://github.com/mickelson/attract/wiki/Introduction-to-Squirrel-Programming

if there's anything you don't understand, reference this: https://github.com/mickelson/attract/blob/master/Layouts.md

and if you want a more in-depth understanding, take notes on the electric imp documentation: https://developer.electricimp.com/squirrel

(just go down the list)
Title: Re: Beginner
Post by: zpaolo11x on May 27, 2020, 05:29:10 AM
I started with this guide to give me a basic idea of how things worked: https://github.com/mickelson/attract/wiki/Introduction-to-Squirrel-Programming

if there's anything you don't understand, reference this: https://github.com/mickelson/attract/blob/master/Layouts.md

and if you want a more in-depth understanding, take notes on the electric imp documentation: https://developer.electricimp.com/squirrel

(just go down the list)

And you can also refer to the standard Squirrel documentation:

http://www.squirrel-lang.org/squirreldoc/
Title: Re: Beginner
Post by: sickle on May 27, 2020, 10:09:55 AM
I started with this guide to give me a basic idea of how things worked: https://github.com/mickelson/attract/wiki/Introduction-to-Squirrel-Programming

if there's anything you don't understand, reference this: https://github.com/mickelson/attract/blob/master/Layouts.md

and if you want a more in-depth understanding, take notes on the electric imp documentation: https://developer.electricimp.com/squirrel

(just go down the list)

definitely, that's a great recourse!
And you can also refer to the standard Squirrel documentation:

http://www.squirrel-lang.org/squirreldoc/