Okay im making a game sorta like Super Ken Senshi.
Its a 640 by 5000 playfield.
i have:
Start Of Frame - Start loop "tree" loop (5200)
On Loop "Tree" - Create "Trees" at (outside playfield)
Set X Position to (Random 640)
Set Y Position to (Random 5000)
Paste Into Background
Destroy
But my problem, when it scrolls it starts wiping all the Pasted objects? anyway to fix that?
i have had this problem before to and found no fix - but i was using TGF and i presume your not as retro (or lazy ) as me so have mmf? there might be a fix in that
Perhaps a stupid question, but due to the things you say, I assume you can continue working on a game in MMF that you started in TGF, like the relation between KNP and TGF. You could start any KNP game in TGF and move on with it. It's the same for TGF/MMF isn't it?
Yeah, TGF games can be loaded into MMF and worked on mostly fine. But for some reason, some conditions and events may not have the same effect as they did in TGF.