BoltBait wrote:
I'm working on a project which will REQUIRE turbo mode in the new flash player. Does anyone have a reliable script that can detect that turbo mode is running?
Heres one:
when gf clicked show reset timer switch to costume [Detector] if <not <(timer) > [0.1]>> switch to costume [Detected] stop all
Offline
14Testing wrote:
BoltBait wrote:
I'm working on a project which will REQUIRE turbo mode in the new flash player. Does anyone have a reliable script that can detect that turbo mode is running?
Heres one:
when gf clicked show reset timer switch to costume [Detector] if <not <(timer) > [0.1]>> switch to costume [Detected] stop all
This is an already resolved topic...
Offline
jontmy00 wrote:
14Testing wrote:
BoltBait wrote:
I'm working on a project which will REQUIRE turbo mode in the new flash player. Does anyone have a reliable script that can detect that turbo mode is running?
Heres one:
when gf clicked show reset timer switch to costume [Detector] if <not <(timer) > [0.1]>> switch to costume [Detected] stop allThis is an already resolved topic...
yeah, someone necreposted it.
Offline
joefarebrother wrote:
jontmy00 wrote:
14Testing wrote:
Heres one:when gf clicked show reset timer switch to costume [Detector] if <not <(timer) > [0.1]>> switch to costume [Detected] stop allThis is an already resolved topic...
yeah, someone necreposted it.
Just because there is one solution, doesn't mean there can't be another
Offline
what-the wrote:
Try this it works for me (Offline).
If you don't want to reset the timer set a variable to the timer value and check to see how much it has increased.
Can you tell me how you made such a clear block image unlike
[scratchblocks]
when gf clicked
repeat (10)
switch to backround [please wait v]
end
if <not <(timer) > [0.1]>
broudcast [start game v]
end
else
switch to backround [need turbo v]
stop all
?
Offline
what-the wrote:
Try this it works for me (Offline).
Oops, I mean
when gf clicked repeat (10) switch to backround [please wait v] end if <not <(timer) > [0.1]> broudcast [start game v] end else switch to backround [need turbo v] stop all
Offline
when green flag clicked
reset timer
switch to background [Please wait v] // This block is required!
if <(timer) > [0.1]>
switch to background [Single stepping detected v]
else
switch to background [Single stepping off v]
end
I don't know if it works!(The script)!
Offline