Page 3 of 3

Re: Some more questions...

PostPosted: November 23rd, 2012, 5:33 am
by -BY
Let me guess. You disabled your level transition?
Delete it and put in another one. That should reduce the lag. If not then just PM your code to me and I will take a short look at it.

Edit: There are items that can't get disabled like one of the metal platforms if I remember right.
Your shine sprite looks in the code like this:

6,128,795

6 is the ID
123 is the x coordinate (I used a random number here)
795 is the y coordinate here. (Random number)

06,128,795

This would be the disabled shine sprite for this example.
Just put a 0 before the 6.

Re: Some more questions...

PostPosted: November 23rd, 2012, 6:47 am
by Dtroid
I know how to disable but I just can't seem to disable the bone platform.
The level transition....Well,I'll just PM you the code.

Re: Some more questions...

PostPosted: November 24th, 2012, 8:09 am
by ~MP3 Amplifier~
Some items don't disable, I'm not sure if the bone platform does or not but it might be one of the few that don't.

As for level transitions, if you want to flip them, you have to add two more numbers on at the end, the very end number being the angle of the flip. The first of the two end numbers I think manages if you want a mirrored effect on the transition, however I'm not certain.

Re: Some more questions...

PostPosted: November 25th, 2012, 1:09 am
by Dtroid
~MP3 Amplifier~ wrote:Some items don't disable, I'm not sure if the bone platform does or not but it might be one of the few that don't.

As for level transitions, if you want to flip them, you have to add two more numbers on at the end, the very end number being the angle of the flip. The first of the two end numbers I think manages if you want a mirrored effect on the transition, however I'm not certain.


Thanks. :P