# Latest

**URL:** https://forum.kirupa.com/latest.md?page=132

[Latest](https://forum.kirupa.com/latest.md) · [Categories](https://forum.kirupa.com/categories.md)

**Page:** 133

---

## [Make Search Box in AS2 HELP...](https://forum.kirupa.com/t/make-search-box-in-as2-help/636297)

<div class="topic-metadata">

**Author:** [@Agung\_Rama](https://forum.kirupa.com/u/Agung_Rama)\
**Replies:** 0\
**Last updated:** [March 25, 2017, 6:10pm UTC](https://forum.kirupa.com/t/make-search-box-in-as2-help/636297 "2017-03-25T18:10:39Z")

</div>

I want to create a search box that can search for the frame and that can take you to the relevant frame. so .. for example when I enter "3" in the search box I would go to frame 3. I've been looking on the internet but…

---

## [kirupa.com - Installing IIS and .NET 2.0, Page 2](https://forum.kirupa.com/t/kirupa-com-installing-iis-and-net-2-0-page-2/636292)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 25, 2017, 3:36am UTC](https://forum.kirupa.com/t/kirupa-com-installing-iis-and-net-2-0-page-2/636292 "2017-03-25T03:36:25Z")

</div>

In the previous page, you set up an IIS server on your server. A large advantage of IIS is its ability to run .NET applications. In this page, I will explain how to set up your server to work with AS…

---

## [looking for freelance Developers to create AS3 AIR + JSON apps](https://forum.kirupa.com/t/looking-for-freelance-developers-to-create-as3-air-json-apps/633195)

<div class="topic-metadata">

**Author:** [@Riepa](https://forum.kirupa.com/u/Riepa)\
**Replies:** 2\
**Last updated:** [March 24, 2017, 9:12pm UTC](https://forum.kirupa.com/t/looking-for-freelance-developers-to-create-as3-air-json-apps/633195 "2017-03-24T21:12:23Z")

</div>

We are a start-up company named uniqueAT www.uniqueAT.com at the moment we are working on a very interesting project and we need to hire two skilled developers for two front-end application running on windows 8 PC We…

---

## [Using the script for finding the "click" location](https://forum.kirupa.com/t/using-the-script-for-finding-the-click-location/636278)

<div class="topic-metadata">

**Author:** [@Ozyris](https://forum.kirupa.com/u/Ozyris)\
**Replies:** 7\
**Last updated:** [March 24, 2017, 10:13am UTC](https://forum.kirupa.com/t/using-the-script-for-finding-the-click-location/636278 "2017-03-24T10:13:09Z")

</div>

Hi Kirupa! Thanks for your superb and witty insights in to javascript! I'm coming back to it after about 20 years away!! I'm designing my own version of an image gallery for my website which I'm currently upgrading. I …

---

## [Creating Animations on the Canvas | KIRUPA](https://forum.kirupa.com/t/creating-animations-on-the-canvas-kirupa/636288)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 24, 2017, 8:10am UTC](https://forum.kirupa.com/t/creating-animations-on-the-canvas-kirupa/636288 "2017-03-24T08:10:28Z")

</div>

by kirupa | 30 December 2015 So far, the things we've drawn have kinda just sat there. That's about to change with this tutorial. One of the coolest things you can do with the canvas is create animations where ou…

---

## [kirupa.com - Sliding Menu, Page 5](https://forum.kirupa.com/t/kirupa-com-sliding-menu-page-5/636287)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 24, 2017, 7:54am UTC](https://forum.kirupa.com/t/kirupa-com-sliding-menu-page-5/636287 "2017-03-24T07:54:51Z")

</div>

All right! It's the last page. In the previous page, I started explaining the ActionScript. In this page I will finish explaining the remaining lines of code. This is a companion discussion topic for the ori…

---

## [JS Animation - requestAnimationFrame](https://forum.kirupa.com/t/js-animation-requestanimationframe/636264)

<div class="topic-metadata">

**Author:** [@normamendonca](https://forum.kirupa.com/u/normamendonca)\
**Replies:** 2\
**Last updated:** [March 22, 2017, 7:22am UTC](https://forum.kirupa.com/t/js-animation-requestanimationframe/636264 "2017-03-22T07:22:39Z")

</div>

Hi As mentioned in the requestAnimationFrame tutorial, I am confused with these two statements 1. requestAnimationFrame requests the browser to call the animation loop when it is ready for a redraw 2. The animation loo…

---

## [kirupa.com - Fast Sorting with Quicksort: Page 13](https://forum.kirupa.com/t/kirupa-com-fast-sorting-with-quicksort-page-13/636272)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 22, 2017, 7:08am UTC](https://forum.kirupa.com/t/kirupa-com-fast-sorting-with-quicksort-page-13/636272 "2017-03-22T07:08:11Z")

</div>

Let's pick up from where we left off on the previous page. This is the last page by the way! if (left\<j) { quickSort(arrayInput, left, j); } …

---

## [kirupa.com - Vibration Effect](https://forum.kirupa.com/t/kirupa-com-vibration-effect/636271)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 22, 2017, 6:46am UTC](https://forum.kirupa.com/t/kirupa-com-vibration-effect/636271 "2017-03-22T06:46:16Z")

</div>

Here's How: This tutorial, as you may presume, will help you to create the vibration effect above. I will also take care to explain the code behind this effect so that you can hopefully create a co…

---

## [Getting Started with the Canvas | KIRUPA](https://forum.kirupa.com/t/getting-started-with-the-canvas-kirupa/636268)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 21, 2017, 5:50pm UTC](https://forum.kirupa.com/t/getting-started-with-the-canvas-kirupa/636268 "2017-03-21T17:50:34Z")

</div>

by kirupa | 9 November 2015 In the previous article, we got a high-level overview of the mysterious canvas by comparing it to the more-familiar DOM. That article was missing something crucial, though. It was missing…

---

## [Modifying How Corners Look | KIRUPA](https://forum.kirupa.com/t/modifying-how-corners-look-kirupa/636266)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 21, 2017, 4:08pm UTC](https://forum.kirupa.com/t/modifying-how-corners-look-kirupa/636266 "2017-03-21T16:08:49Z")

</div>

by kirupa | 31 December 2015 Have questions? Discuss this HTML5 / Canvas tutorial with others on the forums. This is a companion discussion topic for the original entry at http://www.kirupa.com/c…

---

## [Animating with requestAnimationFrame](https://forum.kirupa.com/t/animating-with-requestanimationframe/636217)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 1\
**Last updated:** [March 21, 2017, 4:03pm UTC](https://forum.kirupa.com/t/animating-with-requestanimationframe/636217 "2017-03-21T16:03:45Z")

</div>

by kirupa | 22 October 2015 When you are creating an animation, it goes without saying that you want your animation to run smoothly and fluidly when someone is viewing it. If you are …

---

## [Drawing Multiple Things | KIRUPA](https://forum.kirupa.com/t/drawing-multiple-things-kirupa/636265)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 21, 2017, 12:44pm UTC](https://forum.kirupa.com/t/drawing-multiple-things-kirupa/636265 "2017-03-21T12:44:21Z")

</div>

by kirupa | 17 November 2015 The last of the topics under "Drawing Basics" we are going to look at is drawing multiple things. Up until now, we were engrossed in the details of drawing just a single thing. Tha…

---

## [kirupa.com - Movement Using ActionScript](https://forum.kirupa.com/t/kirupa-com-movement-using-actionscript/636262)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 21, 2017, 9:46am UTC](https://forum.kirupa.com/t/kirupa-com-movement-using-actionscript/636262 "2017-03-21T09:46:54Z")

</div>

After reading a post on another site about a dearth of "scripted movement" tutorials, I realized how true that observation was. When was the last time you…

---

## [Transitions, Animations, and JavaScript | KIRUPA](https://forum.kirupa.com/t/transitions-animations-and-javascript-kirupa/636261)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 21, 2017, 8:40am UTC](https://forum.kirupa.com/t/transitions-animations-and-javascript-kirupa/636261 "2017-03-21T08:40:41Z")

</div>

by kirupa | 2 January 2016 So far, as part of learning the basics of how CSS animations and transitions work, we didn't deviate too far from the safe, middle road. We loaded the page, an animation started t…

---

## [PSA: Recent windows update causing Explorer.exe crashes](https://forum.kirupa.com/t/psa-recent-windows-update-causing-explorer-exe-crashes/636245)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 2\
**Last updated:** [March 21, 2017, 3:01am UTC](https://forum.kirupa.com/t/psa-recent-windows-update-causing-explorer-exe-crashes/636245 "2017-03-21T03:01:47Z")

</div>

The Windows 10 KB4013429 update (installed 03/16/2017), for me has been causing Explorer to crash every time I interact in any way with a TypeScript (.ts) file, even if just hovering over one with my mouse. Apparently th…

---

## [Sound Design](https://forum.kirupa.com/t/sound-design/636180)

<div class="topic-metadata">

**Author:** [@anwiyayoukhanna](https://forum.kirupa.com/u/anwiyayoukhanna)\
**Replies:** 6\
**Last updated:** [March 21, 2017, 1:26am UTC](https://forum.kirupa.com/t/sound-design/636180 "2017-03-21T01:26:27Z")

</div>

Hello architects of the internet. My last post after many years of not being on here was catching up, and while I don't make websites anymore, I have been doing something- Music! I use Logic Pro X to make music, and …

---

## [Canvas Drawing Basics | KIRUPA](https://forum.kirupa.com/t/canvas-drawing-basics-kirupa/636256)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 20, 2017, 9:54pm UTC](https://forum.kirupa.com/t/canvas-drawing-basics-kirupa/636256 "2017-03-20T21:54:44Z")

</div>

by kirupa | 12 November 2015 Well, we got really REALLY close to actually drawing something in the previous article. Yes, you copied and pasted some code to get a line to appear, but that doesn't really count since …

---

## [Create an Analog Clock Using the Canvas | kirupa.com](https://forum.kirupa.com/t/create-an-analog-clock-using-the-canvas-kirupa-com/636253)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 20, 2017, 9:30pm UTC](https://forum.kirupa.com/t/create-an-analog-clock-using-the-canvas-kirupa-com/636253 "2017-03-20T21:30:43Z")

</div>

by IQAndreas | 26 February 2014 Today, we will be making a classic analog clock using the canvas features found in HTML5. The clock you will be creating will look as follows: This is a companion discussio…

---

## [Structuring your Drawing Code | KIRUPA](https://forum.kirupa.com/t/structuring-your-drawing-code-kirupa/636252)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 20, 2017, 7:25pm UTC](https://forum.kirupa.com/t/structuring-your-drawing-code-kirupa/636252 "2017-03-20T19:25:24Z")

</div>

by kirupa | 24 December 2015 Up until this point, we've been drawing each shape individually. That was fine for learning how the various draw commands work. In real life, you'll rarely issue draw commands directly. …

---

## [kirupa.com - Classes and MovieClips, Page 5](https://forum.kirupa.com/t/kirupa-com-classes-and-movieclips-page-5/636251)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 20, 2017, 4:18pm UTC](https://forum.kirupa.com/t/kirupa-com-classes-and-movieclips-page-5/636251 "2017-03-20T16:18:36Z")

</div>

In the previous page, you saw how to populate our stage with the BlueCircle class you created. Before that, we made quite a bit of progress and looked at packages, class definitio…

---

## [kirupa.com - Arrays in AS3](https://forum.kirupa.com/t/kirupa-com-arrays-in-as3/636247)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 20, 2017, 2:13pm UTC](https://forum.kirupa.com/t/kirupa-com-arrays-in-as3/636247 "2017-03-20T14:13:57Z")

</div>

by kirupa | 6 September 2011 Have questions? Discuss this Flash / AS3 tutorial with others on the forums. This is a companion discussion topic for the original entry at http://www.kirupa.com/flash/arrays\_in…

---

## [The CSS Animations Cheatsheet | kirupa.com](https://forum.kirupa.com/t/the-css-animations-cheatsheet-kirupa-com/636246)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 20, 2017, 1:09pm UTC](https://forum.kirupa.com/t/the-css-animations-cheatsheet-kirupa-com/636246 "2017-03-20T13:09:06Z")

</div>

by kirupa | 2 November 2015 CSS animations provide that missing link between stationary content and full-blown videos. They allow you to specify what a particular CSS property does at a particular time, and this …

---

## [Canvas Transformations | KIRUPA](https://forum.kirupa.com/t/canvas-transformations-kirupa/636243)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 20, 2017, 10:13am UTC](https://forum.kirupa.com/t/canvas-transformations-kirupa/636243 "2017-03-20T10:13:46Z")

</div>

by kirupa | 20 December 2015 So far everything we've drawn on the canvas was done without thinking much about exactly what our pixels are drawn into. Saying that our pixels are drawn on the canvas is only one part o…

---

## [kirupa.com - Playing Sounds from the Library](https://forum.kirupa.com/t/kirupa-com-playing-sounds-from-the-library/636242)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 20, 2017, 9:26am UTC](https://forum.kirupa.com/t/kirupa-com-playing-sounds-from-the-library/636242 "2017-03-20T09:26:25Z")

</div>

by kirupa | 27 May 2010 In Flash, your Library is a giant repository of all of the assets that you are currently using in your project or have used at some point insid…

---

## [Introduction to CSS Transitions | KIRUPA](https://forum.kirupa.com/t/introduction-to-css-transitions-kirupa/636240)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 20, 2017, 9:19am UTC](https://forum.kirupa.com/t/introduction-to-css-transitions-kirupa/636240 "2017-03-20T09:19:49Z")

</div>

by kirupa | 20 October 2016 When interacting with UIs, a lot of the animations you will see won't be of the CSS animation kind with their predefined keyframes. They will instead be reactions to the things…

---

## [Drawing Images on the Canvas | KIRUPA](https://forum.kirupa.com/t/drawing-images-on-the-canvas-kirupa/636238)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 20, 2017, 9:03am UTC](https://forum.kirupa.com/t/drawing-images-on-the-canvas-kirupa/636238 "2017-03-20T09:03:21Z")

</div>

by kirupa | 3 December 2015 The content on your canvas isn't just limited to the lines, shapes, and text-related things we've spent a lot of time with so far: This is a companion discussion topic for the original…

---

## [kirupa.com - Animating with TweenLite](https://forum.kirupa.com/t/kirupa-com-animating-with-tweenlite/636237)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 20, 2017, 8:55am UTC](https://forum.kirupa.com/t/kirupa-com-animating-with-tweenlite/636237 "2017-03-20T08:55:37Z")

</div>

by kirupa | 19 May 2011 Have questions? Discuss this Flash / ActionScript tutorial with others on the forums. This is a companion discussion topic for the original e…

---

## [Moving Shapes on the Canvas Using the Keyboard | KIRUPA](https://forum.kirupa.com/t/moving-shapes-on-the-canvas-using-the-keyboard-kirupa/636235)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 20, 2017, 8:05am UTC](https://forum.kirupa.com/t/moving-shapes-on-the-canvas-using-the-keyboard-kirupa/636235 "2017-03-20T08:05:42Z")

</div>

by kirupa | 9 March 2016 On the canvas, one of the most common things you'll do with the keyboard is use the arrow keys to move something around. For example, click on the following triangle and click on any of your…

---

## [Animating Your Links to Life | KIRUPA](https://forum.kirupa.com/t/animating-your-links-to-life-kirupa/636234)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [March 20, 2017, 7:55am UTC](https://forum.kirupa.com/t/animating-your-links-to-life-kirupa/636234 "2017-03-20T07:55:18Z")

</div>

If you remember back in the day, your links were very predefined and boring. They were made up of underlined blue text that turned red when you pressed down on them, and then they turned purple once you …

[Previous page](https://forum.kirupa.com/latest.md?page=131)

[Next page](https://forum.kirupa.com/latest.md?page=133)
