- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
Public Class Form1...
Dim isClicked as Integer = false
End class
if isClicked = true then
me.left = mouseposition.x - Me.width / 2
me.top = mouseposition.y - me.height / 2
end if
if isClicked = false Then
isClicked = true
else
isClicked = false
end if...
Lure Of Chaos 31.10.2010 14:07 # 0
TarasB 31.10.2010 20:07 # 0
guest 18.04.2011 21:04 # 0