<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://phrogram.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Advanced Examples</title><link>http://phrogram.com/files/folders/advanced_examples/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>Phrogram Add-In Library Example</title><link>http://phrogram.com/files/folders/advanced_examples/entry5739.aspx</link><pubDate>Mon, 17 Dec 2007 03:11:00 GMT</pubDate><guid isPermaLink="false">a89ca9d7-a0b2-4c98-8c5c-f9ac61eb04a5:5739</guid><dc:creator>Walt Morrison</dc:creator><slash:comments>0</slash:comments><description>&lt;div class="ForumPostContentText" id="ctl00_ctl01_bcr_ctl00___PostRepeater_ctl01_PostViewWrapper"&gt;&lt;p&gt;&lt;span style="font-size:10pt;font-family:'Arial','sans-serif';"&gt;This is an Example Addin Library and Supporting Help XML File for Phrogram, this will allow you to start building your own Phrogram Addin Libraries if you are an advanced user and have a basic understanding of C# and have VS2005 installed on your PC.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;font-family:'Arial','sans-serif';"&gt;This is a Visual Studio 2005 C# version of a Phrogram Addin library that adds a simple Windows Yes/No Dialog Box to Phrogram, it is a very basic example of how the Phrogram Addin Architecture works.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;font-family:'Arial','sans-serif';"&gt;I added a lot of comments and information about how to add to it in the Phrogram.ExampleAddin.CS file and the ReadMe.txt file&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;font-family:'Arial','sans-serif';"&gt;Note: To modify this library you must have Visual studio 2005 installed on your PC, you must have a bit of knowledge about C# and XML.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;font-family:'Arial','sans-serif';"&gt;This is for those of you that want to take your Phrogram Programs to a place no one else has been&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;font-family:'Arial','sans-serif';"&gt;FYI: This is an &lt;strong&gt;&lt;u&gt;unsupported&lt;/u&gt;&lt;/strong&gt; example of the Phrgram Addin SDK so please try your best to understand what is there on your own.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;The zip file contains a VS 2005 Solution with all the files you need to build the Phrogram.ExampleAddin.dll.&lt;/font&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;NOTE: you will need to point to the KPL.Extensibility.DLL in the Phrogram Install directory on your PC for the Reference to KPL.Extensibility.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:11pt;line-height:115%;font-family:'Calibri','sans-serif';"&gt;Walt&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><enclosure url="http://phrogram.com/files/folders/5739/download.aspx" length="38627" type="application/x-zip-compressed" /></item><item><title>Advanced Bouncing Balls with Physics</title><link>http://phrogram.com/files/folders/advanced_examples/entry2170.aspx</link><pubDate>Wed, 06 Dec 2006 22:14:26 GMT</pubDate><guid isPermaLink="false">a89ca9d7-a0b2-4c98-8c5c-f9ac61eb04a5:2170</guid><dc:creator>Walt Morrison</dc:creator><slash:comments>0</slash:comments><description>This is an example of bouncing balls with true physics to control direction and speed after impact, very cool!</description><enclosure url="http://phrogram.com/files/folders/2170/download.aspx" length="1943" type="application/x-zip-compressed" /></item><item><title>Turn and move sprite toward point</title><link>http://phrogram.com/files/folders/advanced_examples/entry2148.aspx</link><pubDate>Wed, 06 Dec 2006 03:37:34 GMT</pubDate><guid isPermaLink="false">a89ca9d7-a0b2-4c98-8c5c-f9ac61eb04a5:2148</guid><dc:creator>Walt Morrison</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;This example shows how to make a sprite turn toward and then move toward a point set by a mouse click&lt;/p&gt;</description><enclosure url="http://phrogram.com/files/folders/2148/download.aspx" length="635" type="application/x-zip-compressed" /></item><item><title>Simple File I/O example</title><link>http://phrogram.com/files/folders/advanced_examples/entry2051.aspx</link><pubDate>Fri, 01 Dec 2006 22:47:59 GMT</pubDate><guid isPermaLink="false">a89ca9d7-a0b2-4c98-8c5c-f9ac61eb04a5:2051</guid><dc:creator>Walt Morrison</dc:creator><slash:comments>0</slash:comments><description>Simple File I/O example, this is a set of programs to first writes a file and second to reads from that file, there is also a text file that both programs need to run included in the zip.</description><enclosure url="http://phrogram.com/files/folders/2051/download.aspx" length="1508" type="application/x-zip-compressed" /></item><item><title>TextSpriteDemo</title><link>http://phrogram.com/files/folders/advanced_examples/entry2040.aspx</link><pubDate>Fri, 01 Dec 2006 20:03:02 GMT</pubDate><guid isPermaLink="false">a89ca9d7-a0b2-4c98-8c5c-f9ac61eb04a5:2040</guid><dc:creator>Walt Morrison</dc:creator><slash:comments>0</slash:comments><description>&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;Thanks Neil, this is a great program that demonstrates so advanced programming in Phrogram&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;Highlights, Mouse handling, 2D Graphics, Editing, and lots more to learn from this example!&lt;/span&gt;&lt;/p&gt;</description><enclosure url="http://phrogram.com/files/folders/2040/download.aspx" length="5019" type="application/x-zip-compressed" /></item></channel></rss>