<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3049345412582064386</id><updated>2024-12-12T17:26:52.463-08:00</updated><category term="alice tutorials"/><category term="alice"/><category term="3d programming"/><category term="alice basics"/><category term="functions"/><category term="object gallery"/><category term="position object"/><category term="procedures"/><category term="resize objects in alice"/><title type='text'>Alice Tutorials: Computer Programming in 3D</title><subtitle type='html'>Learn the basics of Alice, an innovative 3D programming environment by Carnegie Mellon University.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3049345412582064386.post-1631237567097100641</id><published>2013-07-18T08:42:00.001-07:00</published><updated>2013-07-18T08:42:39.250-07:00</updated><title type='text'>Alice 3D Programming Training for Students</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
The Alice 3D Programming Training for Students of KV Kanjikode will commence from next week (July third week).&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
The interested students (both the first batch of students and those who wish to join) may contact the Librarian. &lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/1631237567097100641/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alicetutorials.blogspot.com/2013/07/alice-3d-programming-training-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/1631237567097100641'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/1631237567097100641'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/2013/07/alice-3d-programming-training-for.html' title='Alice 3D Programming Training for Students'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3049345412582064386.post-224373945272658893</id><published>2013-07-18T08:39:00.000-07:00</published><updated>2015-06-19T09:25:15.778-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="alice tutorials"/><title type='text'>Variables</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Variables are used to store data. It is a named storage location in the computer memory.&lt;br /&gt;
To use a variable in Alice we need to create it first. The creation of a variable is simple. Just drag the variable tile from the control area to the code area and provide a meaningful name, value type and initial value.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Example Using Variable&lt;/b&gt;&lt;br /&gt;
In this example we will use two variables to store the heights of theboy and thegirl and then display the values stored in the variables making use of the &lt;span style=&quot;color: red;&quot;&gt;say &lt;/span&gt;procedure and mathematical function we have learned earlier.&lt;br /&gt;
&amp;nbsp;The steps involved:&lt;br /&gt;
1. Create a variable height_boy, value type Decimal Number and Initial value 0.25&lt;br /&gt;
2. Create a variable height_girl, value type Decimal Number and Initial value 0.25&lt;br /&gt;
3. Drag and drop the &lt;span style=&quot;color: red;&quot;&gt;getHeight&lt;/span&gt; functions to the respective value places&lt;br /&gt;
4. Use the say procedure to display the values&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/224373945272658893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alicetutorials.blogspot.com/2013/07/variables.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/224373945272658893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/224373945272658893'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/2013/07/variables.html' title='Variables'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3049345412582064386.post-4006846544381230761</id><published>2013-07-18T08:22:00.002-07:00</published><updated>2013-07-18T08:22:54.741-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="alice"/><category scheme="http://www.blogger.com/atom/ns#" term="functions"/><title type='text'>Functions</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
The functions are available under the methods panel in Alice.&lt;br /&gt;
Functions are used to get various properties of an object. They are like procedures and returns a value. For example, you can get the height of an object which can be later used to compute or compare the value with another value.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFuVoS1EJQtpjwDeKNTw28cZXksYkZGTnkQcQcuSGPEolRqXQm6Xa-RKJ2BeG_xkBSGGnwuj60V-at1wcU8EaD-W7o-zvp3sq8nOrrHz9nmoOcb2FEtLiIvoOf7YDSUFfgxoOP4kZA2Q/s1600/function.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFuVoS1EJQtpjwDeKNTw28cZXksYkZGTnkQcQcuSGPEolRqXQm6Xa-RKJ2BeG_xkBSGGnwuj60V-at1wcU8EaD-W7o-zvp3sq8nOrrHz9nmoOcb2FEtLiIvoOf7YDSUFfgxoOP4kZA2Q/s1600/function.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZFKufDcGccRx-ncpEzaEi1O5-tE7xQ65wmZyGFtfwp61BAfaYL4c9mjlKj7DOo9DnjiflRylEhIMCoZepGCrERtj43-xgteyxvRv02gsSooTeDdW6vHxe2fYdvN7XSwLaf7QXyanXDw/s1600/function.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
You can see some of the functions listed for the object selected. For the example, we will use the function &lt;span style=&quot;color: red;&quot;&gt;getDistanceTo&lt;/span&gt; to move the &lt;span style=&quot;color: purple;&quot;&gt;theboy &lt;/span&gt;move towards &lt;span style=&quot;color: blue;&quot;&gt;thegirl&lt;/span&gt;.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;//www.youtube.com/embed/6Z_NPaNc-Ps&quot; width=&quot;420&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
In the above video tutorial, first we used the &lt;span style=&quot;color: red;&quot;&gt;turnToFace &lt;/span&gt;procedure to turn &lt;span style=&quot;color: purple;&quot;&gt;theboy&lt;/span&gt; to face &lt;span style=&quot;color: blue;&quot;&gt;thegirl&lt;/span&gt;.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Next statement is used to &lt;span style=&quot;color: red;&quot;&gt;delay &lt;/span&gt;the action so that the movement will be visible (try this without the delay statement)&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Then we added the procedure &lt;span style=&quot;color: red;&quot;&gt;moveToward &lt;/span&gt;and selected the initial value for distance. Now we can make use of the function &lt;span style=&quot;color: red;&quot;&gt;getDistanceTo &lt;/span&gt;to calculate the distance to be moved. See the regions being highlighted while we drag the function to the statement area. The function is placed in the distance value and &lt;span style=&quot;color: purple;&quot;&gt;theboy &lt;/span&gt;now moves towards &lt;span style=&quot;color: blue;&quot;&gt;thegirl&lt;/span&gt;.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Did you notice the problem here?&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Yes! &lt;span style=&quot;color: purple;&quot;&gt;theboy &lt;/span&gt;has moved to &lt;span style=&quot;color: blue;&quot;&gt;thegirl &lt;/span&gt;now and is colliding with &lt;span style=&quot;color: blue;&quot;&gt;thegirl&lt;/span&gt;. Is this what we needed?&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
No. We need &lt;span style=&quot;color: purple;&quot;&gt;theboy &lt;/span&gt;to move nearby &lt;span style=&quot;color: blue;&quot;&gt;thegirl&lt;/span&gt;. So to avoid the collision we can make use of the mathematics operators to reduce the distance to be moved.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
The video given below demonstrates how this can be achieved.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
To use the mathematical function, click the outer arrow on right to the &lt;span style=&quot;color: red;&quot;&gt;getDistanceTo &lt;/span&gt;function. Select Math from the dropdown list and then select the desired mathematical function (here &lt;span style=&quot;color: red;&quot;&gt;getDistanceTo - ??? &lt;/span&gt;as we need to reduce some amount from the value returned by the function &lt;span style=&quot;color: red;&quot;&gt;getDistanceTo&lt;/span&gt;) followed by the value as shown.&lt;br /&gt;
&lt;br /&gt;
You can see that many mathematical operators (addition, subtraction, multiplication and division) with various options are available here. &lt;br /&gt;
&lt;br /&gt;
Next: Variables&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/4006846544381230761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alicetutorials.blogspot.com/2013/07/functions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/4006846544381230761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/4006846544381230761'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/2013/07/functions.html' title='Functions'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFuVoS1EJQtpjwDeKNTw28cZXksYkZGTnkQcQcuSGPEolRqXQm6Xa-RKJ2BeG_xkBSGGnwuj60V-at1wcU8EaD-W7o-zvp3sq8nOrrHz9nmoOcb2FEtLiIvoOf7YDSUFfgxoOP4kZA2Q/s72-c/function.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3049345412582064386.post-1341309121754957092</id><published>2013-03-13T03:07:00.001-07:00</published><updated>2013-03-18T00:54:13.242-07:00</updated><title type='text'>Get the new version of Alice - Alice 3.1.60</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Dear Students&lt;br /&gt;
A new update for Alice is available for download at&amp;nbsp;&lt;a href=&quot;http://www.alice.org/index.php?page=downloads/download_alice3.1&quot;&gt;http://www.alice.org/index.php?page=downloads/download_alice3.1&lt;/a&gt;&lt;br /&gt;
The new version has got more 3D objects to try. New animals, plants, properties and a few vehicles are added in this version.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/1341309121754957092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alicetutorials.blogspot.com/2013/03/get-new-version-of-alice-alice-3160.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/1341309121754957092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/1341309121754957092'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/2013/03/get-new-version-of-alice-alice-3160.html' title='Get the new version of Alice - Alice 3.1.60'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3049345412582064386.post-944643053232613965</id><published>2013-02-25T07:33:00.002-08:00</published><updated>2015-06-19T09:24:22.906-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="alice tutorials"/><title type='text'>Alice 3.1 Tutorial Part 6: Functions</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Alice has got a set of &lt;i&gt;functions &lt;/i&gt;that provides information regarding the any object as required like the direction, its size, its distance to or from another object etc. Functions also helps us to get inputs from the user so that interactivity can be provided in the animations. For example you can get the name of the user or you can ask the user how much an object is to be moved and in what direction. Based on the user inputs you can code to manipulate the objects in different ways.&lt;br /&gt;
&lt;br /&gt;
Besides, access to various body parts of an object is also obtained using the functional methods. You can find many functions listed which provide access to the internal joints of an object. The available joints depends on the individual object. Though some of the joints may be similar to all the objects belonging to a particular class, each individual object may have some joints that are specific to that object only.&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;i&gt;Getters &lt;/i&gt;or Functions to get the dimension values of an object&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilgULgbdvQrVaoY14q36H7cw6H-xxJvCsYsAempOMuE6NPw8qFH364Pn0u3dxNXzTO6c6g3Y0fLQAsV5YaR4Fv5DagIno12OAQ_kOF7GguCaEzGY1ZW7H7z6r4Pe8vZ1Q0Ma09MUkYBQ/s1600/getters.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilgULgbdvQrVaoY14q36H7cw6H-xxJvCsYsAempOMuE6NPw8qFH364Pn0u3dxNXzTO6c6g3Y0fLQAsV5YaR4Fv5DagIno12OAQ_kOF7GguCaEzGY1ZW7H7z6r4Pe8vZ1Q0Ma09MUkYBQ/s1600/getters.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
In the image shown here, the three dimensions of the object &lt;i style=&quot;font-weight: bold;&quot;&gt;girl &lt;/i&gt;can be accessed using these functions.&lt;br /&gt;
&lt;br /&gt;
For example, you have two objects on the stage - one boy and one girl. You can resize the &lt;i&gt;girl &lt;/i&gt;to make that object&#39;s size equal to that of the object&lt;i&gt; boy &lt;/i&gt;using &lt;i&gt;setHeight&amp;nbsp;&lt;/i&gt;procedure&lt;i&gt;.&amp;nbsp;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/kMesmWNcJ2c&quot; width=&quot;420&quot;&gt;&lt;/iframe&gt;

&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
First we will drag and drop the code&lt;i&gt; this.girl.setHeight &lt;/i&gt;to the code editor. Initially we may select any value.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Next, select the object boy in the object tree and click on Functions tab on methods panel. When you click on the co&lt;i&gt;de this.boy.getHeight&lt;/i&gt;, you can see Alice highlighting the value in the code editor where you can place the function.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
When you click run the code will be executed resizing the girl to the same height as the boy. Observe that the three dimensions are automatically resized proportionately.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1V03JFOkZV5qNPuRxPImLBHuJO412oX03kAIg5J931dWbih3aSsXA17EfJYBgPps8fYzifxwqakmkST3AI6IvL-QX0qXKJljm0o3sd5QHKDW5NRWYkHx7aTBr8tR9LyUXfIVY03BWAw/s1600/resize.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em; text-align: justify;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1V03JFOkZV5qNPuRxPImLBHuJO412oX03kAIg5J931dWbih3aSsXA17EfJYBgPps8fYzifxwqakmkST3AI6IvL-QX0qXKJljm0o3sd5QHKDW5NRWYkHx7aTBr8tR9LyUXfIVY03BWAw/s1600/resize.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
If you use any of the procedures below instead of the &lt;i&gt;setHeight &lt;/i&gt;procedure mentioned in the first step above, the object will be resized in one dimension only.&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;i&gt;will be continued...&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/944643053232613965/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/alice-31-tutorial-part-6-functions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/944643053232613965'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/944643053232613965'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/alice-31-tutorial-part-6-functions.html' title='Alice 3.1 Tutorial Part 6: Functions'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilgULgbdvQrVaoY14q36H7cw6H-xxJvCsYsAempOMuE6NPw8qFH364Pn0u3dxNXzTO6c6g3Y0fLQAsV5YaR4Fv5DagIno12OAQ_kOF7GguCaEzGY1ZW7H7z6r4Pe8vZ1Q0Ma09MUkYBQ/s72-c/getters.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3049345412582064386.post-3759497656587089403</id><published>2013-02-20T07:46:00.001-08:00</published><updated>2015-06-19T09:24:10.518-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="alice tutorials"/><title type='text'>Alice 3.1 Tutorial Part 5: More Programming in Alice</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
You have learned the basic movements in the &lt;a href=&quot;http://alicetutorials.blogspot.in/2013/02/begin-to-program-alice-programming.html&quot;&gt;Begin to Program tutorial&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Now we will see some more procedures available under the methods panel. You can also make custom procedures using these built-in methods.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiykflgvzfnqQSxZC6B5ou5G5CNagO9QBbZkM4J3DW_xah5cYEHCyByDNohLunn3PVaiA6y9MVBNX46BwoMolYvoc7PIGahXtjdezq_gYd89FWJRD5A5gjYkg-xHvDLLdeyQVIVOqAa1w/s1600/turn.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiykflgvzfnqQSxZC6B5ou5G5CNagO9QBbZkM4J3DW_xah5cYEHCyByDNohLunn3PVaiA6y9MVBNX46BwoMolYvoc7PIGahXtjdezq_gYd89FWJRD5A5gjYkg-xHvDLLdeyQVIVOqAa1w/s1600/turn.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Here we have the object &lt;b style=&quot;font-style: italic;&quot;&gt;cheshireCat &lt;/b&gt;selected in the object tree.&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;The &lt;i style=&quot;font-weight: bold;&quot;&gt;turn &lt;/i&gt;procedure turns the objects on their center point to left, right, forward and backward. When turn procedure is used, the object sense of forward will change accordingly.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
The &lt;i style=&quot;font-weight: bold;&quot;&gt;roll &lt;/i&gt;procedure rotates or rolls the objects on their center point to left or right ie. clockwise and anticlockwise. In roll procedure, the object&#39;s sense of forward remain unchanged. See the turn procedure used below to turn the boy to face the girl.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2-7dj5fRBslukTJLMAXzSVYbmLP965YM7mHde-TAkkE-I65wQYsxLHZ20Uod1w4xv8Nwgj0_FkDtGqAGEHa2UEug4B7k9nxcSwmHkR8oQQjCw5NvnaWhj1qxOKv8lB73UOZ8PzPQAhw/s1600/turn1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2-7dj5fRBslukTJLMAXzSVYbmLP965YM7mHde-TAkkE-I65wQYsxLHZ20Uod1w4xv8Nwgj0_FkDtGqAGEHa2UEug4B7k9nxcSwmHkR8oQQjCw5NvnaWhj1qxOKv8lB73UOZ8PzPQAhw/s1600/turn1.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiprXfonbrYZMKbAAziAv-KgpQNBw8GsDS2axIXzYXL0xlIiWZ8cr1_DTzU0BI0vLnjwAXLUn-gV6mx59MjvAYZtzBiVAH5K2pg4pgbbW8cUmpHPPeUlrzMVBQHtxXc3IlOcpBsE_T6kw/s1600/turn2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiprXfonbrYZMKbAAziAv-KgpQNBw8GsDS2axIXzYXL0xlIiWZ8cr1_DTzU0BI0vLnjwAXLUn-gV6mx59MjvAYZtzBiVAH5K2pg4pgbbW8cUmpHPPeUlrzMVBQHtxXc3IlOcpBsE_T6kw/s1600/turn2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
0.25 turns the objects at 90 degrees. A full turn of 360 degrees can be achieved by providing the value 1.&lt;/div&gt;
&lt;br /&gt;
Both the turn and roll procedures can be applied to an entire object or a part of the object.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;i style=&quot;font-weight: bold;&quot;&gt;turnToFace &lt;/i&gt;the object will turn to face the other object selected as the argument (object will turn around its pivot point, so that its sense of forward will be in the direction of the target) and the &lt;i style=&quot;font-weight: bold;&quot;&gt;pointAt &lt;/i&gt;procedure will rotate the object around its pivot point, so that its sense of forward will be in the direction of the target&#39;s pivot point. Both these procedures will look similar to the &lt;i style=&quot;font-weight: bold;&quot;&gt;turnToFace &lt;/i&gt;procedure if you try it with two objects at the same level.&lt;br /&gt;
The difference will more clear in a scenario given below where we have applied both &lt;b&gt;turnToFace &lt;/b&gt;and &lt;b&gt;pointAt &lt;/b&gt;to the body part - right shoulder.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicpJ6TtJXtBsX2Ez_rLBhl_EFOPeXRaX1TYR7MBjgRDDn7HzJON87TM8abUgM3EQKWuy-5jZ5yolKEVvAdFIEQni5kPtxfT62zq7J-VifY9ykByzxz4M7JAcDwJcqUAfsfn1nN47g0kQ/s1600/turntoface.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicpJ6TtJXtBsX2Ez_rLBhl_EFOPeXRaX1TYR7MBjgRDDn7HzJON87TM8abUgM3EQKWuy-5jZ5yolKEVvAdFIEQni5kPtxfT62zq7J-VifY9ykByzxz4M7JAcDwJcqUAfsfn1nN47g0kQ/s1600/turntoface.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhm094YbSPUWSEzlsvOttqQ7qtXaPMjcuQuZk0RVML2A8Xx6fKGt7BfW9lmz7nAZaghzPrG1jPUTfH-bvpioGJMXtMhAlWqlgzIFhzPBtUf2ZyyohY-AEX8XmdX35xOYh9BpMpJyHnxTA/s1600/pointat.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhm094YbSPUWSEzlsvOttqQ7qtXaPMjcuQuZk0RVML2A8Xx6fKGt7BfW9lmz7nAZaghzPrG1jPUTfH-bvpioGJMXtMhAlWqlgzIFhzPBtUf2ZyyohY-AEX8XmdX35xOYh9BpMpJyHnxTA/s1600/pointat.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;orientToUpright&amp;nbsp;&lt;/b&gt;Animates a rotation of the object around its pivot point making the object to stand upright&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;orientTo &lt;/b&gt;the object will be rotated around its pivot point to have the same orientation as the target object.&lt;br /&gt;
&lt;b&gt;straightenOutJoints &lt;/b&gt;gets the joints of an object to its original position.&lt;br /&gt;
&lt;b&gt;Say &lt;/b&gt;is used to show the objects speak. A speech bubble will appear with the text you have provided.&lt;br /&gt;
&lt;b&gt;Think &lt;/b&gt;works similarly, but a thought bubble will appear with the given text.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Resizing an object&lt;/b&gt;&lt;br /&gt;
The objects can be resizes at runtime using the following procedures.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMquytgN5BCwbMNhkuY372rx8DBP2S-BQf3qmOmLQQv1PHsy-RTI_qyI2jexFDhevetrNTKKilST9Phe0JpqCWrvgolJtMVsL0hgFJomQpfdL3lVpbMHjFff4onIxLNS8JwaL9FuGKEw/s1600/size.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMquytgN5BCwbMNhkuY372rx8DBP2S-BQf3qmOmLQQv1PHsy-RTI_qyI2jexFDhevetrNTKKilST9Phe0JpqCWrvgolJtMVsL0hgFJomQpfdL3lVpbMHjFff4onIxLNS8JwaL9FuGKEw/s1600/size.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
When you set any of the three dimensions, the object will be resized proportionately. The size boy in our example above can be increased by the following procedure. We need to set only one dimension and the height and depth will be adjusted accordingly&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGkRc_Qk7Dc4xaeaC8zuWW3GldnMlAX6f_MDghojR1DJ93GimU2cBzrp0UzXfuJxYdWPTpyOqaFFDtixOv7QGuEnRCD_IILsQZUdZbj9muC5PtwqTTKYJ7WkQI9vj2sOwn3kpFQQLLLw/s1600/width.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGkRc_Qk7Dc4xaeaC8zuWW3GldnMlAX6f_MDghojR1DJ93GimU2cBzrp0UzXfuJxYdWPTpyOqaFFDtixOv7QGuEnRCD_IILsQZUdZbj9muC5PtwqTTKYJ7WkQI9vj2sOwn3kpFQQLLLw/s1600/width.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Most of the&amp;nbsp;procedures&amp;nbsp;have an add detail parameter having the options&amp;nbsp;&lt;i&gt;asSeenBy&lt;/i&gt;, &lt;i&gt;duration&lt;/i&gt;, and &lt;i&gt;animationStyle &lt;/i&gt;which will affect the animation style of the objects.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Vehicle Property or setVehicle Procedure&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Any object in Alice can be set to act as the vehicle of another object. When you set an object as the vehicle of another object both objects are synchronised and when the vehicle moves the other object will follow the same movement. An object cannot act as a vehicle for itself and two object cannot have a reciprocal vehicle relationship.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
The vehicle property will be useful in the scenarios like a person riding a vehicle or horse or a pet follows its master. An object can be set as the vehicle of the camera so that the camera will follow the object when it moves.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Practice these procedures to get an idea of how they work.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://alicetutorials.blogspot.in/2013/07/functions.html&quot;&gt;&lt;b&gt;&lt;i&gt;Next: Functions&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/3759497656587089403/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/more-programming-in-alice.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/3759497656587089403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/3759497656587089403'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/more-programming-in-alice.html' title='Alice 3.1 Tutorial Part 5: More Programming in Alice'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiykflgvzfnqQSxZC6B5ou5G5CNagO9QBbZkM4J3DW_xah5cYEHCyByDNohLunn3PVaiA6y9MVBNX46BwoMolYvoc7PIGahXtjdezq_gYd89FWJRD5A5gjYkg-xHvDLLdeyQVIVOqAa1w/s72-c/turn.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3049345412582064386.post-2270178039644479822</id><published>2013-02-20T01:57:00.000-08:00</published><updated>2013-02-20T01:57:49.091-08:00</updated><title type='text'>First Animation by Sayooj</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Sayooj Samuel has created an animation in Alice using the basic features we have covered in our first session. He has done a good work. I am sharing it here for you all!&lt;br /&gt;
&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/C-xVHTPnP48&quot; width=&quot;420&quot;&gt;&lt;/iframe&gt;

&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/2270178039644479822/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/first-animation-by-sayooj.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/2270178039644479822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/2270178039644479822'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/first-animation-by-sayooj.html' title='First Animation by Sayooj'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/C-xVHTPnP48/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3049345412582064386.post-1800959426136346042</id><published>2013-02-14T00:38:00.001-08:00</published><updated>2015-06-19T09:23:58.857-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="alice tutorials"/><title type='text'>Alice 3.1 Tutorial Part 4: Begin to Program - Alice Programming</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Now, you have your objects placed on the scene, you can start programming.&lt;br /&gt;
Remember to save your work very often, to avoid losing your work if something happens crashing or hanging your system or Alice.&lt;br /&gt;
You have seen the Alice Code Editor earlier in &lt;a href=&quot;http://alicetutorials.blogspot.in/2013/02/getting-started-with-alice.html&quot;&gt;Getting Started with Alice&lt;/a&gt;. The Alice programming involves dragging and dropping the procedure tiles from the methods panel to the code editor. &amp;nbsp;First, you need to select the object to be animated from object tree (see image below).&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHvr8ygxyax8uEm9ruJAOXwYi3UeiPPhatWRbHLJ9ONduMVHh3y8fXUjITCk-gRJWabIMVy6rKAuddnRt6dPKhnZiIIPHsF29ZsaqecSFZccytvBBNDicCAPxQPzJfe1GIpKz0MonOow/s400/alice-interface.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;342&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHvr8ygxyax8uEm9ruJAOXwYi3UeiPPhatWRbHLJ9ONduMVHh3y8fXUjITCk-gRJWabIMVy6rKAuddnRt6dPKhnZiIIPHsF29ZsaqecSFZccytvBBNDicCAPxQPzJfe1GIpKz0MonOow/s400/alice-interface.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Once you select an object, the procedures predefined for that particular object class will be listed in the methods panel.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
The procedure will show the object name followed by the procedure name and arguments. The programming arguments initially displayed with ??? are additional information required to perform that particular procedure.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
In the beginning the edit pane will have a shaded rectangle with&amp;nbsp;&lt;i&gt;Drop statement here &lt;/i&gt;where you can drag and drop the required procedures. Later when you try add more codes, it will guide you the placement with a green horizontal line indicating where the code will be placed once you drop it.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Let&#39;s have a demonstration of dragging and dropping a code tile. We have a bunny added to the scene, so let&#39;s now make him move.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.blogger.com/video.g?token=AD6v5dyGOwfnxf_AVdM82BldeEXvf7-qBqrC_bCkHTifD7_QZO8MtFW3-cmL6CU9GI96fQRvaMZMD76q3KqtPEzftw&#39; class=&#39;b-hbp-video b-uploaded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
In the above video you can see how the additional information like the direction to move and the distance to move was provided to the code statement.&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQA_YMME0Detcg6hWEDm4hCk8dkyXtd2czGRoUU12KJ4pgCaPbEDCNsJFZRqZDI_ZIzI8FKl-qzKUjTvSdBMnFwRnf7znItjHwJa2J-K-vrYiX1vPi5tRmOAZDzsq5MbIfPkAAK4B_DA/s1600/code.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQA_YMME0Detcg6hWEDm4hCk8dkyXtd2czGRoUU12KJ4pgCaPbEDCNsJFZRqZDI_ZIzI8FKl-qzKUjTvSdBMnFwRnf7znItjHwJa2J-K-vrYiX1vPi5tRmOAZDzsq5MbIfPkAAK4B_DA/s1600/code.jpg&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Code Statement&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
The highlighted parts indicate that these values can be modified as required by clicking on the small arrow neat to them. The code tiles can be moved by clicking on the leftmost dotted area of the tile and dragging and dropping it. Pressing Ctrl key while moving the tile will make a copy of the tile.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhttdCF18IDBGMUOaJ3-8zLqha9dybvRFczoof87QqIr-jfyqpwq2KWKmtgArqTJfAwWpTllw0BdpJwMkUAsw2V5KebncNY2svW-YUJcPXq7KN_Vy6zxaWoBSiPqvNAiyyfNUS7Lm3sng/s1600/delete.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhttdCF18IDBGMUOaJ3-8zLqha9dybvRFczoof87QqIr-jfyqpwq2KWKmtgArqTJfAwWpTllw0BdpJwMkUAsw2V5KebncNY2svW-YUJcPXq7KN_Vy6zxaWoBSiPqvNAiyyfNUS7Lm3sng/s1600/delete.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
You can remove a tile by right-click-&amp;gt;Delete.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
The code tiles can also be disabled by Right-click-&amp;gt;Is enabled.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
The add detail button at the end of the tile lets you provide additional option for the statement. For example we have provided duration 2.0 here so that the movement will &amp;nbsp;be slow.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Once you have added the procedure tile to the code editor, click on Run button to test it.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Now take a look at the other move procedures available for &lt;i&gt;Bunny.&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtB-BT7D5PbkpKJdDEGMw_FsViaylDU52Q3S7u_UFAcmyGp4bwjkbVWXBkcpO1iUtdCFbsVnYAzAUKGxM0h5e9aFGvRcM7r9quMHFfjPVBTVkBh9lIObYKY57_w_gmpQocTl7rDBeQzQ/s1600/move.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;139&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtB-BT7D5PbkpKJdDEGMw_FsViaylDU52Q3S7u_UFAcmyGp4bwjkbVWXBkcpO1iUtdCFbsVnYAzAUKGxM0h5e9aFGvRcM7r9quMHFfjPVBTVkBh9lIObYKY57_w_gmpQocTl7rDBeQzQ/s320/move.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b style=&quot;font-style: italic;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b style=&quot;font-style: italic;&quot;&gt;Move: &lt;/b&gt;This procedure can be used to move the object in all six directions. While dropping&amp;nbsp;the statement you will have to select the direction and distance.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b&gt;&lt;i&gt;MoveToward&lt;/i&gt;: &lt;/b&gt;Moves the object towards another object. Here you will have to select the object to move toward to and the distance.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b style=&quot;font-style: italic;&quot;&gt;MoveAwayFrom : &lt;/b&gt;Similar to the move toward this will move the object away from the other object.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b style=&quot;font-style: italic;&quot;&gt;MoveTo: &lt;/b&gt;Is used to move an object to another object. The object will move to the centre of the target you specify. You can adjust the position/distance using the mathematical options available (will be discussed later)&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;i style=&quot;font-weight: bold;&quot;&gt;MoveAndOrientTo: &lt;/i&gt;This one is same as MoveTo statement, but here the orientation of the object will be adjusted to the target object..&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;i style=&quot;font-weight: bold;&quot;&gt;Place: &lt;/i&gt;Used to place an object in relation to the other like in &lt;i&gt;&lt;b&gt;front of, right of, left of, below, above and behind.&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
So go ahead, try the move procedures!&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://alicetutorials.blogspot.in/2013/02/more-programming-in-alice.html&quot;&gt;Next: More Programming&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/1800959426136346042/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/begin-to-program-alice-programming.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/1800959426136346042'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/1800959426136346042'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/begin-to-program-alice-programming.html' title='Alice 3.1 Tutorial Part 4: Begin to Program - Alice Programming'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHvr8ygxyax8uEm9ruJAOXwYi3UeiPPhatWRbHLJ9ONduMVHh3y8fXUjITCk-gRJWabIMVy6rKAuddnRt6dPKhnZiIIPHsF29ZsaqecSFZccytvBBNDicCAPxQPzJfe1GIpKz0MonOow/s72-c/alice-interface.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3049345412582064386.post-2480772570044539962</id><published>2013-02-13T01:16:00.000-08:00</published><updated>2015-06-19T09:23:44.050-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="alice tutorials"/><category scheme="http://www.blogger.com/atom/ns#" term="object gallery"/><category scheme="http://www.blogger.com/atom/ns#" term="position object"/><category scheme="http://www.blogger.com/atom/ns#" term="procedures"/><category scheme="http://www.blogger.com/atom/ns#" term="resize objects in alice"/><title type='text'>Alice 3.1 Tutorial Part 3: Moving and Positioning objects</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Once an instance of the object is added to the scene you may need to position them where you want the object appear on the scene initially when the animation begins.&lt;br /&gt;
The objects can be moved relative to their own orientation of sense of direction. You can position the objects by drag and drop method or by entering required x, y and z coordiate values or by using the procedures (to access procedures right click the object concerned).&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. Drag and Drop&lt;/b&gt;&lt;br /&gt;
Movement of the object using the drag and drop method depends on the handle-style selected.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6xCPFAebn5QmG39g-t2VurjmxhmCItQcJf4csg5OfvUI-FNalu9DjYPuPgZ3_MtRxbgnFPUY4AtumSENHNfhdTJKbyTOIz7nK-jeS0k_D7QG-RjqofSpYnh6lULgEHzjyRWuC3v9JLQ/s1600/alice-handle-styles.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6xCPFAebn5QmG39g-t2VurjmxhmCItQcJf4csg5OfvUI-FNalu9DjYPuPgZ3_MtRxbgnFPUY4AtumSENHNfhdTJKbyTOIz7nK-jeS0k_D7QG-RjqofSpYnh6lULgEHzjyRWuC3v9JLQ/s320/alice-handle-styles.jpg&quot; width=&quot;282&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
There are four handle styles in Alice&lt;br /&gt;
If &lt;i style=&quot;font-weight: bold;&quot;&gt;Default &lt;/i&gt;&amp;nbsp;handle style is selected (clicked) a surrounding ring will appear (see image A) and clicking and dragging the ring to the right or left you can rotate the object right or left to change the direction to which the object is facing.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjX_edHiH8rul88ebWcBFMgdP1DmxSk5hVh2daxK_wpWH4leFLVjjZpgwBjB-2u6D1juSvfbM0HUUUx0hvs2MNima74PoxZTKQGDwOx1HlPzzEykH68qvmvRCXLQI0Qpl2qFUs8EqNxBw/s1600/default.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;156&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjX_edHiH8rul88ebWcBFMgdP1DmxSk5hVh2daxK_wpWH4leFLVjjZpgwBjB-2u6D1juSvfbM0HUUUx0hvs2MNima74PoxZTKQGDwOx1HlPzzEykH68qvmvRCXLQI0Qpl2qFUs8EqNxBw/s320/default.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
If you click anywhere other than the ring, you can drag the object to move it in the four directions (i.e along the &lt;i&gt;x and z &lt;/i&gt;coordinates). Coloured arrow marks will appear pointing the directions (Image B)&lt;br /&gt;
If &lt;b style=&quot;font-style: italic;&quot;&gt;Rotation &lt;/b&gt;handle is selected you can rotate the object in all directions clicking on the rings as seen in the image below.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5RopwS0yFVBpD1yu6EWCYi-ITjnW4xf4fAqOwTt9mgyCk5ttsvHSerCj0fzo9VUCaBVX42oPGoho-AfBVSup-iSQRGpFydUWQgqd7hbDDSfcxQ_wK1RE1irNiEP3kMONCb43P5jfEzg/s1600/rotation.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;156&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5RopwS0yFVBpD1yu6EWCYi-ITjnW4xf4fAqOwTt9mgyCk5ttsvHSerCj0fzo9VUCaBVX42oPGoho-AfBVSup-iSQRGpFydUWQgqd7hbDDSfcxQ_wK1RE1irNiEP3kMONCb43P5jfEzg/s320/rotation.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
The &lt;i style=&quot;font-weight: bold;&quot;&gt;Translation &lt;/i&gt;handle let you move the object along all three coordinates (&lt;i&gt;x, y and z) &lt;/i&gt;by clicking the respective arrows (image below) and dragging&lt;i&gt;.&lt;/i&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglc-as7cEH_0v04VwCDjFbgkemIsEw-pXLZJCfBw_ZJrQHP09hiKygrC9E_D8b6DtGMXcywwUgchWPNlVdUNurzhruQTPm_WRA2vW2WjutMSKuC_o8CJadzvct3Cv_Zq1QnlaPKq5LzA/s1600/translation.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglc-as7cEH_0v04VwCDjFbgkemIsEw-pXLZJCfBw_ZJrQHP09hiKygrC9E_D8b6DtGMXcywwUgchWPNlVdUNurzhruQTPm_WRA2vW2WjutMSKuC_o8CJadzvct3Cv_Zq1QnlaPKq5LzA/s1600/translation.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
The &lt;b style=&quot;font-style: italic;&quot;&gt;Resize &lt;/b&gt;handle helps you to resize your object. Once the &lt;i style=&quot;font-weight: bold;&quot;&gt;Resize &lt;/i&gt;handle is selected you can click and drag to make the object bigger or smaller.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;2. Positioning and Resizing Objects by entering values&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
As you can see in the image below, you type in values in &lt;i&gt;x, y, z &lt;/i&gt;boxes to position the&amp;nbsp;objects. Also you can type the values for width, depth or height to resize the object. When you enter the value in one of the boxes, the other values will be changed proportionately.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyKJ5vyCfTqv-aPvLgH982GG3_kaZ1OC7WzaaccqvxMKxL72_nybtQqEmGMfa1VWMJBqWwDpSmxBNdthieiUpTqGu02Ho6ULNEaYMQMIwSKydfZZk6FAHlimjuoFs_txtN_tDIzEQeAQ/s1600/properties.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyKJ5vyCfTqv-aPvLgH982GG3_kaZ1OC7WzaaccqvxMKxL72_nybtQqEmGMfa1VWMJBqWwDpSmxBNdthieiUpTqGu02Ho6ULNEaYMQMIwSKydfZZk6FAHlimjuoFs_txtN_tDIzEQeAQ/s320/properties.jpg&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Here you can also change the objects properties like the colour, opacity and vehicle. The property vehicle will be discussed later.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;3. Moving objects using procedures&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Procedures can be used to move and position objects on the initial scene. To call a procedure, right click on the object and select the procedure from the drop-downl list. While calling a procedure, you will have to provide the required values for the arguments like direction to be moved and the distance (see image below). We will use the same type of procedure in the code editor to create our animation.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjm2241wI5HHwHxBihaGOudMJfxSOP2_tzD0HVbsgroo886Yx22hhhBel6Y1aUo8n1Qm16QoB4skjoaj_vdQnBpMdWt65ieGRpctRdGsKROQuz14d1_u0860sbS_gO22oBJYjNDKD4oCA/s1600/procedures.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;213&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjm2241wI5HHwHxBihaGOudMJfxSOP2_tzD0HVbsgroo886Yx22hhhBel6Y1aUo8n1Qm16QoB4skjoaj_vdQnBpMdWt65ieGRpctRdGsKROQuz14d1_u0860sbS_gO22oBJYjNDKD4oCA/s400/procedures.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Once the characters are ready on the stage, you may start programming/animating.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;CAMERA CONTROLS&lt;/b&gt;&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnVTZkdvKl1tzXNPLGHJnsqs9ULE-UwgIbk3UrStaIVZYHQIcYs3FlJUcDUk-GCDngFBtybRYKxpWERw4NxI3LJj2HyaNjz6ugI3dKGeaNu2JeBlLxHMQYOwPIrXfnBNlYGzxCMIn9kA/s1600/camera-controls.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnVTZkdvKl1tzXNPLGHJnsqs9ULE-UwgIbk3UrStaIVZYHQIcYs3FlJUcDUk-GCDngFBtybRYKxpWERw4NxI3LJj2HyaNjz6ugI3dKGeaNu2JeBlLxHMQYOwPIrXfnBNlYGzxCMIn9kA/s1600/camera-controls.jpg&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;camera controls&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
The scene where you add the objects can be considered as you are seeing the scene through the camera view finder. You can&amp;nbsp;re-position&amp;nbsp; your cameras or can change its angle so as to have a different view of the scene. The arrow buttons shown in the picture above are the camera controls that help you to move the camera in different directions.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
There are three groups of buttons. The arrows in the group in the middle helps to orient your camera to the left, right, forward and backward. Click on the arrow concerned to orient your camera step by step or click and hold your mouse down to get a continuous motion. Clicking the left and right arrows is like you standing with the camera at a particular point shooting your scene, just turning the direction of the camera. Clicking on the forward and backward arrows is like you are moving toward or away from your scence to get a wider angle of the scene.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
The arrow buttons on the left in above picture is used to move the camera in any of the four directions - left, right, up or down. Here the camera will move from one place to another.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
The third group with two curved arrows can be used to tilt the camera downward or upward.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b&gt;&lt;i&gt;You just experiment with the camera controls and you will get the idea of camera controls quickly.&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;i&gt;Next: Begin to Program&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/2480772570044539962/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/moving-and-positioning-objects.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/2480772570044539962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/2480772570044539962'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/moving-and-positioning-objects.html' title='Alice 3.1 Tutorial Part 3: Moving and Positioning objects'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6xCPFAebn5QmG39g-t2VurjmxhmCItQcJf4csg5OfvUI-FNalu9DjYPuPgZ3_MtRxbgnFPUY4AtumSENHNfhdTJKbyTOIz7nK-jeS0k_D7QG-RjqofSpYnh6lULgEHzjyRWuC3v9JLQ/s72-c/alice-handle-styles.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3049345412582064386.post-454757599969106185</id><published>2013-02-12T02:28:00.001-08:00</published><updated>2015-06-19T09:23:27.505-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="alice tutorials"/><title type='text'>Alice 3.1 Tutorial Part 2: Adding Objects to the Scene</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
You need actors for your animation.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
You can add the objects to the scene starting the Scene Editor. As shown in the previous section, you can click on the Setup Scene button to go to the Scene Editor.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
The Scene Editor Interface for Alice is shown below.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjirT2g3LUAMYBFso1PfNqujsD-B_NvuSW-hUpwjowR2-s48AIIfCWcV6HTbYUeLCdeefXZnujgMBBexiBPlDXS_ucZ03thUL-l7c5E5mM5LslLIj1X4Kb8-l93KN_dQBPdXNmxeFbWTA/s1600/scene-editor.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;288&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjirT2g3LUAMYBFso1PfNqujsD-B_NvuSW-hUpwjowR2-s48AIIfCWcV6HTbYUeLCdeefXZnujgMBBexiBPlDXS_ucZ03thUL-l7c5E5mM5LslLIj1X4Kb8-l93KN_dQBPdXNmxeFbWTA/s400/scene-editor.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Alice Scene Editor&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
The object gallery contains a good collection of 3D models.(&lt;a href=&quot;http://help.alice.org/w/page/57585378/Gallery%20Tour&quot;&gt;Click here&lt;/a&gt; isit Alice website for a tour on object gallery) The gallery is organised into collections of &amp;nbsp;five classes based on &lt;i style=&quot;font-weight: bold;&quot;&gt;mode of mobility &lt;/i&gt;and&lt;i style=&quot;font-weight: bold;&quot;&gt;&amp;nbsp;&lt;/i&gt;stored in five different folders namely&lt;b&gt;&lt;i&gt; Biped, Flyer, Prop, Quadruped and Swimmer&lt;/i&gt;&lt;/b&gt;. A sixth class &lt;i style=&quot;font-weight: bold;&quot;&gt;Vehicles &lt;/i&gt;will be added later.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
To view the gallery objects click on the folder. There may subcategories inside the folder. You will see the thumbnails of available objects in the gallery. You can also search using a keyword clicking on the &lt;i style=&quot;font-weight: bold;&quot;&gt;Search Gallery &lt;/i&gt;tab.&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2X4casC1D0VnRbNBXp1c8aBCBdvBMcLguWfcLZngzSvJZPErAOLuKv81usBZ7f8IorHcmnHTijYAM8bhaUmsejox9UBrSf2UNKIUPDvIb3AmBq-IjXSFF93TmPwyPgJs-BQFbLOmWAg/s1600/alice-add-objects.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;225&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2X4casC1D0VnRbNBXp1c8aBCBdvBMcLguWfcLZngzSvJZPErAOLuKv81usBZ7f8IorHcmnHTijYAM8bhaUmsejox9UBrSf2UNKIUPDvIb3AmBq-IjXSFF93TmPwyPgJs-BQFbLOmWAg/s400/alice-add-objects.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Alice - Adding Objects to the Scene&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
You can add an instance of any object to the scene either by clicking on it or by dragging it to the scene. Either way you will be prompted to provide a name for your object. Accept the default name suggested by Alice or type in an identifiable name for the object (chose a name that will relate to the object rather than naming it &lt;i&gt;abc,&amp;nbsp;&lt;/i&gt;&lt;i&gt;xyz etc. Spaces and special characters are not permitted&lt;/i&gt;)&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;Renaming and Deleting Objects&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Renaming an object or deleting it from the scene is very easy. Just right-click on the object and select rename you will be prompted for the new name. To delete an object right-click on the object and select Delete.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
One more option available on right-clicking on the object is &lt;span style=&quot;color: red; font-style: italic;&quot;&gt;Revert to original size&lt;/span&gt;. You can select this option to bring the object back to its original size.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;http://alicetutorials.blogspot.in/2013/02/moving-and-positioning-objects.html&quot;&gt;Next: Moving and Positioning objects on the scene&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/454757599969106185/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/adding-objects-to-scene.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/454757599969106185'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/454757599969106185'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/adding-objects-to-scene.html' title='Alice 3.1 Tutorial Part 2: Adding Objects to the Scene'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjirT2g3LUAMYBFso1PfNqujsD-B_NvuSW-hUpwjowR2-s48AIIfCWcV6HTbYUeLCdeefXZnujgMBBexiBPlDXS_ucZ03thUL-l7c5E5mM5LslLIj1X4Kb8-l93KN_dQBPdXNmxeFbWTA/s72-c/scene-editor.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3049345412582064386.post-8167240931570733696</id><published>2013-02-12T02:05:00.000-08:00</published><updated>2013-02-20T07:56:29.040-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3d programming"/><category scheme="http://www.blogger.com/atom/ns#" term="alice"/><category scheme="http://www.blogger.com/atom/ns#" term="alice basics"/><category scheme="http://www.blogger.com/atom/ns#" term="alice tutorials"/><title type='text'>Alice 3.1 Tutorial Part 1: Getting Started With Alice</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Start Alice by double clicking on the Alice shortcut on your desktop.&lt;br /&gt;
When you start Alice, first a &lt;span style=&quot;color: red;&quot;&gt;command prompt&lt;/span&gt; window will open (&lt;span style=&quot;color: red;&quot;&gt;do not close this window&lt;/span&gt;) followed by Alice welcome screen.&lt;br /&gt;
First it will ask you to select a Template for your project or to open an existing project.&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihQBq__hxs5KR7CCwVWLh0OjQT0LvvqC0s0YX2Ivte1om9sS_eQHM9bcg1qqgCwEd8l_SHqA5vM0NBedR0e5ZZOHPKBJbj-_9KdUvenwr3IPi-kQjrsUhNfHv0IiyCLX2x0mhayUkITg/s1600/alice.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihQBq__hxs5KR7CCwVWLh0OjQT0LvvqC0s0YX2Ivte1om9sS_eQHM9bcg1qqgCwEd8l_SHqA5vM0NBedR0e5ZZOHPKBJbj-_9KdUvenwr3IPi-kQjrsUhNfHv0IiyCLX2x0mhayUkITg/s1600/alice.jpg&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Select a Template&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
You can see &lt;b&gt;&lt;i&gt;four tabs&lt;/i&gt;&lt;/b&gt; in the above dialog box.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
First one let you to select a suitable Template for your project. Second tab provides you access to your existing saved projects.Third tab will display your recent project and finally the fourth one helps you to open any project located in your system or in an external drive.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Click on the Template you would like to use for your project and then click OK button.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;The Alice Interface&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHvr8ygxyax8uEm9ruJAOXwYi3UeiPPhatWRbHLJ9ONduMVHh3y8fXUjITCk-gRJWabIMVy6rKAuddnRt6dPKhnZiIIPHsF29ZsaqecSFZccytvBBNDicCAPxQPzJfe1GIpKz0MonOow/s1600/alice-interface.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img alt=&quot;Alice Interface&quot; border=&quot;0&quot; height=&quot;390&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHvr8ygxyax8uEm9ruJAOXwYi3UeiPPhatWRbHLJ9ONduMVHh3y8fXUjITCk-gRJWabIMVy6rKAuddnRt6dPKhnZiIIPHsF29ZsaqecSFZccytvBBNDicCAPxQPzJfe1GIpKz0MonOow/s400/alice-interface.jpg&quot; title=&quot;Alice Interface&quot; width=&quot;450&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Alice Interface&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
When Alice is first started with a new template, &lt;span style=&quot;color: red;&quot;&gt;the camera&lt;/span&gt; is the selected object, the&lt;span style=&quot;color: red;&quot;&gt; Scene view&lt;/span&gt; displays the selected template scene, and &lt;span style=&quot;color: red;&quot;&gt;myFirstMethod &lt;/span&gt;(the main method defined for a scene) is the open tab in the Code editor panel.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
The Code Editor Interface where you create your programming instructions to move an object. Adding the programming instructions is simple as it involves dragging and dropping the instructions available in the method panel.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
The Methods Panel has got three tabs:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b&gt;1. Procedures:&lt;/b&gt; Lets you perform some kind of action. Instructions of moving, turning, rotating etc. for your objects are available here.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b&gt;2. Functions: &lt;/b&gt;These methods let you interact with user, ask questions, get values and get user inputs.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b&gt;3. Properties:&lt;/b&gt; As the name indicates this provides access to the methods related to the properties or&amp;nbsp;characteristics&amp;nbsp;like opacity, height, colour etc. of the object concerned.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
But before doing the programming part, we need our actors in place. You can add the objects/actors required for your Alice animation by clicking on the &lt;b&gt;&lt;i&gt;Setup Scene&lt;/i&gt;&lt;/b&gt; button above.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;a href=&quot;http://alicetutorials.blogspot.in/2013/02/adding-objects-to-scene.html&quot;&gt;Next:&amp;nbsp;Adding objects to the scene&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/8167240931570733696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/getting-started-with-alice.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/8167240931570733696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/8167240931570733696'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/getting-started-with-alice.html' title='Alice 3.1 Tutorial Part 1: Getting Started With Alice'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihQBq__hxs5KR7CCwVWLh0OjQT0LvvqC0s0YX2Ivte1om9sS_eQHM9bcg1qqgCwEd8l_SHqA5vM0NBedR0e5ZZOHPKBJbj-_9KdUvenwr3IPi-kQjrsUhNfHv0IiyCLX2x0mhayUkITg/s72-c/alice.jpg" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3049345412582064386.post-1843059253020596842</id><published>2013-02-09T00:43:00.003-08:00</published><updated>2013-02-12T00:01:19.906-08:00</updated><title type='text'>Alice Training for KV Kanjikode Students - First Batch</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
The first batch of students were trained in Alice on 09.02.2012 from 10:00 to 12:00 in the LCD Room.&lt;br /&gt;
The list of students:&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;border-collapse: collapse; margin-left: 4.65pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-yfti-tbllook: 1184; width: 373px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border: solid windowtext 1.0pt; height: 20.1pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
1&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-left: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
BIANKA THOMAS&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-left: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
IX C&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 1;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
2&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
SETHUKRISHNAN&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
IX C&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 2;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
3&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
SREEJITH G&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
IX C&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 3;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
4&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VISWAJITH V.S&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
IX C&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 4;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
5&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
AMRITHA SP&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
IX C&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 5;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
6&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
ATHUL S&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
IX D&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 6;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
7&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VARUN SHEKHAR&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
IX D&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 7;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
8&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
SOUNDER RAJ&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VI A&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 8;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
9&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nandu&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VI B&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 9;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
10&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
JISHNU K&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VI D&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 10;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
11&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
SURAJ SASIKUMAR&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VI D&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 11;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
12&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
ADWAITH&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VII A&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 12;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
13&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
AKSHARA K RAJU&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VII A&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 13;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
14&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
HISHAM&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VII A&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 14;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
15&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
SREELAKSHMI KC&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VII B&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 15;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
16&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
ASWATHY&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VII C&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 16;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
17&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
D DHRISYA&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VII C&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 17;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
18&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
ABHIJIT&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VIII A&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 18;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
19&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
AMARESH&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VIII A&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 19;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
20&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
JOEL BRIGHT&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VIII A&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 20;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
21&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
LEVIN&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VIII A&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 21;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
22&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
SREEHARI&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VIII A&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 22;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
23&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
ALEN JOE ANTONY&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VIII B&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 23;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
24&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
GAURI SANJANA&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
VIII D&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 24;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
25&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
MUKESH R&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
X B&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 25;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
26&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
ANJANA CP&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
X C&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 26;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
27&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Baby S&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
X C&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 27;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
28&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Preethi&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
X C&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 28;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
29&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
LAKSHMI&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
X D&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 20.1pt; mso-yfti-irow: 29; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 41.25pt;&quot; valign=&quot;bottom&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
30&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 184.5pt;&quot; valign=&quot;bottom&quot; width=&quot;246&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
RUKMA&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 20.1pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: .75in;&quot; valign=&quot;bottom&quot; width=&quot;72&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
XI C&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/1843059253020596842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/alice-training-for-kv-kanjikode.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/1843059253020596842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/1843059253020596842'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/2013/02/alice-training-for-kv-kanjikode.html' title='Alice Training for KV Kanjikode Students - First Batch'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3049345412582064386.post-4933346370980009659</id><published>2013-01-23T08:27:00.000-08:00</published><updated>2013-01-23T08:28:25.115-08:00</updated><title type='text'>Alice - Educational 3D Computer Programming Freeware</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;About Alice&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbBY95wi_Y8ziLnIozOd8n1QJJzyzuQnhyphenhyphenYn7aS8lXhj_rsCICPhEagedAABSwYkJFsYmJfeRsybwo-69qr2FSTc3MLWMB5rJtCMKNGx0-VQ-6bk3JtEs955xmA2L5jKR4ho72xdSTAA/s1600/alice.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbBY95wi_Y8ziLnIozOd8n1QJJzyzuQnhyphenhyphenYn7aS8lXhj_rsCICPhEagedAABSwYkJFsYmJfeRsybwo-69qr2FSTc3MLWMB5rJtCMKNGx0-VQ-6bk3JtEs955xmA2L5jKR4ho72xdSTAA/s1600/alice.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;a href=&quot;http://www.alice.org/&quot;&gt;Alice&lt;/a&gt; is an innovative 3D programming environment available free of cost from Carnegie Mellon University providing students their first hands-on experience to object-oriented programming. The students will be able to create animations for telling a story or create interactive games or animations for class projects. Alice also helps students to learn the fundamental programming concepts.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;The Alice interface is pretty simple and the objects required for the animation is readily available as a gallery which can be easily dragged and dropped to the stage or&amp;nbsp;scene. These objects can be programmed by drag and drop of statements.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;b&gt;Minimum System Requirements&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;Desktop or laptop with minimum 1 GB RAM (2 or more recommended)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;VGA graphics card capable of high (32 bit) color and at least 1024x768 resolution&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;OS: Windows XP/Vista/7 or Linux or Mac&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;JAVA JDK&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;You can download the Java JDK from&amp;nbsp;&lt;a href=&quot;http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html&quot;&gt;http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;Click on accept agreement and click on&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; style=&quot;background-color: white; border-collapse: collapse; border: 1px solid rgb(204, 204, 204); color: black; font-family: Arial, Helvetica, sans-serif; font-size: 12px; list-style: none; margin: 1px; padding: 0px; width: 100%px;&quot;&gt;&lt;tbody style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;
&lt;tr style=&quot;border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; list-style: none; margin: 0px 0px 1px; padding: 0px;&quot; valign=&quot;top&quot;&gt;&lt;td style=&quot;font-family: arial, helvetica, sans-serif; list-style: none; margin: 0px; padding: 0px; vertical-align: top;&quot;&gt;Windows x86&lt;/td&gt;&lt;td align=&quot;right&quot; style=&quot;font-family: arial, helvetica, sans-serif; list-style: none; margin: 0px; padding: 0px; vertical-align: top;&quot;&gt;88.77 MB&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td align=&quot;left&quot; style=&quot;font-family: arial, helvetica, sans-serif; list-style: none; margin: 0px; padding: 0px; vertical-align: top;&quot;&gt;&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=3049345412582064386&quot; id=&quot;jdk-7u11-oth-JPRXXXjdk-7u11-windows-i586.exe&quot; name=&quot;jdk-7u11-oth-JPRXXXjdk-7u11-windows-i586.exe&quot; style=&quot;color: #1f4f82; list-style: none; margin: 0px; padding: 0px; text-decoration: initial;&quot;&gt;&lt;img src=&quot;http://www.oracle.com/ocom/groups/public/@otn/documents/digitalasset/115899.gif&quot; style=&quot;border: 0px; list-style: none; margin: 0px; padding: 0px;&quot; /&gt;&amp;nbsp;jdk-7u11-windows-i586.exe&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&amp;nbsp;to download JDK for Windows 32 bit OS.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;Install JDK &amp;nbsp;and then download and install Alice.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;b&gt;Where to get Alice&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;Alice can be downloaded freely from &lt;a href=&quot;http://www.alice.org%20/&quot;&gt;http://www.alice.org&lt;/a&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;Click Downloads-&amp;gt;Get Alice 3.1 (the latest version as on date). Better download the offline installer.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;The basics of Alice programming and tutorials will be added on this blog soon.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;Leave a comment if you have any questions!&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alicetutorials.blogspot.com/feeds/4933346370980009659/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alicetutorials.blogspot.com/2013/01/alice-educational-3d-computer.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/4933346370980009659'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3049345412582064386/posts/default/4933346370980009659'/><link rel='alternate' type='text/html' href='http://alicetutorials.blogspot.com/2013/01/alice-educational-3d-computer.html' title='Alice - Educational 3D Computer Programming Freeware'/><author><name>KV KANJIKODE LIBRARY</name><uri>http://www.blogger.com/profile/03092592722058325592</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbBY95wi_Y8ziLnIozOd8n1QJJzyzuQnhyphenhyphenYn7aS8lXhj_rsCICPhEagedAABSwYkJFsYmJfeRsybwo-69qr2FSTc3MLWMB5rJtCMKNGx0-VQ-6bk3JtEs955xmA2L5jKR4ho72xdSTAA/s72-c/alice.jpg" height="72" width="72"/><thr:total>1</thr:total></entry></feed>