Js事件案例——div色塊碰撞

描述: 生成兩個div色塊,一個可以拖動,一個不可以,用拖動的去撞擊不能動的,會將這個色塊隨機撞到一個位置,改變顏色。 效果: 實現: js文件: function DragObj(_obj) { this.obj=_obj; this.point={}; this.moveBool=false; this.obj.self=this; this.obj.a
相關文章
相關標籤/搜索