Jump to content

Drag & Drop


EjayMega
 Share

Recommended Posts

Ive searched the forums but I cant find anything about "Drag and Drop". Can any1 give me a example of how to make something drag from $dragx $dragy to $dropx $dropy. And i need a reference page also =]

Edit:

I need a example of a loop that uses a function every 7 minutes =]

THX :ph34r:

Edited by EjayMega
Link to comment
Share on other sites

Edit:

I need a example of a loop that uses a function every 7 minutes =]

THX :ph34r:

<{POST_SNAPBACK}>

check out the helpfile for while...wend

while 1
   _dosomething()
   sleep(7*60*1000)
wend

do they use the same syntax?? =)

<{POST_SNAPBACK}>

RTFM... please... it's so much faster for you to just look than ask someone else to look for you... well, faster for us, and you're alot more likely to get an answer if you read the fucking manual. Edited by emmanuel

"I'm not even supposed to be here today!" -Dante (Hicks)

Link to comment
Share on other sites

Hmm...I need to run it at the same time as another loop does something whole time.... :/  isnt there any timer or something like that?

<{POST_SNAPBACK}>

yes, there are timer fucntions.

"I'm not even supposed to be here today!" -Dante (Hicks)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...