• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

can I use random number in dispatchpointer ?

Something like this perhaps ...

tlaRan
A1: Variable Randomize [ Name:%RanX Min:10 Max:20 ]
A2: Variable Randomize [ Name:%RanY Min:10 Max:20 ]
A3: Popup [ Title: Text:X,Y = %RanX,%RanY Background Image: Layout:Popup Timeout (Seconds):1 Show Over Keyguard:On ]

... Thom
 
Something like this perhaps ...

tlaRan
A1: Variable Randomize [ Name:%RanX Min:10 Max:20 ]
A2: Variable Randomize [ Name:%RanY Min:10 Max:20 ]
A3: Popup [ Title: Text:X,Y = %RanX,%RanY Background Image: Layout:Popup Timeout (Seconds):1 Show Over Keyguard:On ]

... Thom

Thanks for your help, Thom.
But I need to use DispatchPointer() funtion in Monkey Script here.
 
Back
Top Bottom