Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → GetFramePos?
GetFramePos?
2004-10-23, 4:27 AM #1
Hi!
I'm wondering if there is someway I can get the position of a frame.
What I'm trying for is a smooth transport that will increase its speed to the distance between it and its next frame. Is there someway I can test the frame's pos, or will I have to write them down in the symbols?

/Edward
Edward's Cognative Hazards
2004-10-23, 7:29 AM #2
Yeah, youll have to add them in the symbols... :(
And when the moment is right, I'm gonna fly a kite.
2004-10-23, 7:58 AM #3
add "frame".
SpriteMod (JO 2003) Roger Wilco Skin

Snail racing: (500 posts per line) ---@%
2004-10-23, 9:03 AM #4
Dunno if it'll work, but on startup you might be able to do something like this

Code:
startup:
   MoveToFrame(ship, anotherFrame, 1000);
   WaitForStop(ship);
   posOfFrame = GetThingPos(ship);
   MoveToFrame(ship, firstFrame, 1000);
return;

PosOfFrame would be a local vector in this case, btw.
May the mass times acceleration be with you.

↑ Up to the top!