Skip to content

Instantly share code, notes, and snippets.

View kahshiu's full-sized avatar

kahshiu kahshiu

  • PropertyGuru Int. (Msia) Sdn Bhd
  • Kajang, Malaysia
View GitHub Profile
@kahshiu
kahshiu / index.html
Created February 19, 2023 05:30
test1
<h1>Testing</h1>
<p>hello world, this is kahshiu's test drive on codepen</p>
@kahshiu
kahshiu / Ball.as
Created November 17, 2011 09:08
Collision Detection between Circles
package
{
import flash.display.Sprite;
/**
* Ball sprite
* @author Shiu
*/
public class Ball extends Sprite
{
private var _radius:Number;