#12000/10/29 18:56:39
想做一个小球由左往右运动,如何用Lingo改变运动的速度。(在Score上设置Tempo没用)
on idle
set the member of sprite 1 to member "ball"
set planeV=random(250)
set the locV of sprite 1 to planeV
repeat with planeh = 1 to 640
set the loch of sprite 1 to planeh
updatestage
end repeat
end