Well I'm trying to change Antimonyarsenide's scrolling platformer to make it compatible with Y scrolling, but I'm having difficulties. I also made it auto scroll. Here are the scripts I tried to use. Thanks for help in advance:
Sprite: Player
Sprite: Level
Sprite: Level2
Last edited by Saca312 (2012-10-28 17:22:08)
Offline
Is there a:
forever if <key [up arrow v] pressed> change [ypositon v] by (5)or something like that? That's the gyst of it, but it's more complex.
Offline
I think the problem is first of all, the scrolly naming bug thing, you should fix. And the other, is that the original project probably had gravity, and that might need to be removed. Also, you need to add a script to change scrolly. It should be similar to the existing scrollx script.
when gf clicked forever set [scrollx v] to (offset) end
Last edited by fg123 (2012-10-29 17:43:13)
Offline
That's a LONG script. You might want to consider spiting it up into separate subscripts and use the BROADCAST AND WAIT block.
Offline