LiEnby / chovy-gm

At long last. GameMaker 8.1 to PSP!
GNU Lesser General Public License v2.1
42 stars 4 forks source link

Game lags as you progress through the room #18

Open JEduardo2613 opened 4 years ago

JEduardo2613 commented 4 years ago

Every time I try the game on the psp, I get to a point where it gets slower and slower, I want to know what should I do? will it be a problem of views? And one more thing, do the sound functions not work? because they don't loop

nkrapivin commented 4 years ago

sound functions work. and looping also works, that means you're doing something wrong. and I think it gets slower and slower because of a memory leak, are you sure you free the arrays and DS structures once you don't need them? or maybe you're creating a lot of objects?

LiEnby commented 4 years ago

sound functions work. and looping also works, that means you're doing something wrong. and I think it gets slower and slower because of a memory leak, are you sure you free the arrays and DS structures once you don't need them? or maybe you're creating a lot of objects?

Free? I but. Gamemaker is Memory Managed.. Perhaps the GC doesnt work ?