November 8th, 2011, 08:32 AM
|
#1 (permalink)
|
|
New Member
Join Date: Nov 2011
Posts: 4
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
App Inventor Image Sprite moveto specific coordinates [SOLVED]
Hello, All.
I'm using App Inventor to develop a small game as Mole Bash.
I'm following a few tutorials and I ran into a problem, I can't really get a hold on how to do it, so I'd appreciate any help you can give me.
The tutorial I'm following shows me how to make an Image Sprite appear on random locations given a certain amount of time.
I'd like to give the Image Sprite a list of 9 coordinates where he should position the image after the given amount of time in a random way.
So, I believe it should go something like this:
Procedure - Moveto - x1 OR x2 OR x3 AND y1 OR y2 OR y3
I can't seem to get the logic command OR on this procedure, since it will only let me give a min and max number for both x and y.
I'd be extremely grateful if someone could give me a help on this matter.
I believe it has to be a way I can do this easily, but I can't seem to get a hold of it.
Thank you in advance for any help.
All the best to everyone at the forum.
|
|
|
Last edited by Hitbyatruck; November 10th, 2011 at 05:39 PM.
|
|