Re: Some more questions...
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.
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.