Is it possible to do something like this
while (view.mouseover == true) {
preform action
}I want to have an action repeat for as long as the mouse is over a specific view.
-- Chris
Is it possible to do something like this
while (view.mouseover == true) {
preform action
}I want to have an action repeat for as long as the mouse is over a specific view.
-- Chris