simonpapp
@simonpapp
New Member
Joined: Feb 15, 2024
Follow
Reply
RE: Drive position via array?
saying that, you could just do – for i = 1 to posArray.count do ( $box01.pos.x = posArray[i] slidertime += 1 )
15 years ago
Forum
Reply
RE: Drive position via array?
OK there are a few basics you got wrong in your script, I would say you need to read a bit about the “for loop” for a start! anyway here is a way of …
15 years ago
Forum
Reply
RE: control one object with another
Here’s a really crude way of doing it – rollout test “Test” ( timer clock “testClock” interval:1 local newPos …
15 years ago
Forum
Topic