kubuto2
|
  |
| Joined: 16 Jul 2008 |
| Total Posts: 1275 |
|
|
| 22 Feb 2013 08:06 PM |
| I need something that is repeated. I tried the event move for mouse but the mouse has to change a position if you want the action that is required. I also tried a while loop but the wait() gets in the way. Any others have a suggestion of what I can do here to get the full quality of the game with his action? |
|
|
| Report Abuse |
|
|
Zkiller11
|
  |
| Joined: 25 Aug 2009 |
| Total Posts: 2914 |
|
|
| 22 Feb 2013 08:48 PM |
| I don't know what you're talking about. If you're looking for another loop, you could try a "for" loop. |
|
|
| Report Abuse |
|
|
kubuto2
|
  |
| Joined: 16 Jul 2008 |
| Total Posts: 1275 |
|
|
| 22 Feb 2013 08:52 PM |
| I need something forever repeated. Something that works smooth. Like I said the while loop gets in the way because of the wait. And the mouse has to move for everything inside it to function. |
|
|
| Report Abuse |
|
|
Zkiller11
|
  |
| Joined: 25 Aug 2009 |
| Total Posts: 2914 |
|
|
| 22 Feb 2013 08:56 PM |
| I dont know what you mean by the mouse moving, but I'm fairly certain you want while true do. What do you mean by "the wait gets in the way"? Just make it wait(). |
|
|
| Report Abuse |
|
|
|
| 22 Feb 2013 08:56 PM |
Time_Loop_New = 0.000000000000000000000000000000000001
wait(Time_Loop_New) |
|
|
| Report Abuse |
|
|
kubuto2
|
  |
| Joined: 16 Jul 2008 |
| Total Posts: 1275 |
|
|
| 22 Feb 2013 08:58 PM |
| Loops are rounded to the nearest tenth. |
|
|
| Report Abuse |
|
|
|
| 22 Feb 2013 08:59 PM |
Loop = 10
wait(0.5)
while true do
loop = 10000
end |
|
|
| Report Abuse |
|
|
kubuto2
|
  |
| Joined: 16 Jul 2008 |
| Total Posts: 1275 |
|
|
| 22 Feb 2013 09:03 PM |
| ^ That will crash my game. |
|
|
| Report Abuse |
|
|
|
| 22 Feb 2013 09:10 PM |
new_EPIK = 49999999999999999999999999999999999999999999999999999 time_loop = 500000 wait_loop = 0.3 new_loop = 5858585858585858585858585858585858 super = 599999999999999999999999999999999999999999999999999
print(new_EPIK) while loop do
while super do
wait(wait_loop)
end end |
|
|
| Report Abuse |
|
|
kubuto2
|
  |
| Joined: 16 Jul 2008 |
| Total Posts: 1275 |
|
|
| 22 Feb 2013 09:18 PM |
| I'm going to ask you to leave the forum. |
|
|
| Report Abuse |
|
|
|
| 22 Feb 2013 09:19 PM |
| I am gonna have to ask you why DO I need to leave? |
|
|
| Report Abuse |
|
|
kubuto2
|
  |
| Joined: 16 Jul 2008 |
| Total Posts: 1275 |
|
|
| 22 Feb 2013 09:20 PM |
| Obviously you do not know whats going on. |
|
|
| Report Abuse |
|
|
| |
|