Okok... am besten bastelst du dir erstmal einen Timer (ich mag den Standard Timer nech), am besten ein Common Event, Parallel Process, Timeron als Bedingung und er setzt jede 0.1 s eine Variable namens count auf +1

dann machst du in dem Script folgendes:

Show Picture* (a,b)
Move Picture** (c,d)(t)
vx=(c-a)/t
vy=(d-b)/t

für die position machst du dann folgendes:
x=c-(vx*count)
y=d-(vy*count)



*Show Picture (x,y)
**Move Picture (x,y)(time)


net vergessen, wenn t = count dann wird Timeron off gesetzt und evtl count auf 0