hi mate!
i wanna know does the GRID X and GRID Y calculation (GX x GY) will move an obeject? It goes something like this:
i named an object "battleship". so the codes will go like this..
Form -on current
if time=time()+0.01 then
me.battleship.GridX= me.userGridX.Value
me.battleship.GridY=me.UsergridY.value
end if
end sub
meaning that the the code will updates the form evey 1 seconds(?), and it will move the battleship according to the userGridx and UserGridY value (which the user will enter).
Is it possible?? hmmm..(i doubt it!)
p/s: pls remember, i just wanna know wether the combination of grid x and grid y in codes can move an object or not.
Thanks luv
i wanna know does the GRID X and GRID Y calculation (GX x GY) will move an obeject? It goes something like this:
i named an object "battleship". so the codes will go like this..
Form -on current
if time=time()+0.01 then
me.battleship.GridX= me.userGridX.Value
me.battleship.GridY=me.UsergridY.value
end if
end sub
meaning that the the code will updates the form evey 1 seconds(?), and it will move the battleship according to the userGridx and UserGridY value (which the user will enter).
Is it possible?? hmmm..(i doubt it!)
p/s: pls remember, i just wanna know wether the combination of grid x and grid y in codes can move an object or not.
Thanks luv