Pages: 1
Topic closed
Hey, I have almost finished a sidescrolling game, I just need to add a final boss. But I don't know how to make the game stop sidescrolling so that you can't just like leave when you're fighting the boss. Please tell me how, or better yet, post a link to a project that has that. Thanks!
Offline
Are you using the traditional method with
<set x to( (( 480 <+><{ scroll x }> )) ???
If so, you should be able to say;
<when I receive[ Boss start
<forever>
<set{ scroll X }to( (whatever scroll x position the boss is at)
Offline
Topic closed
Pages: 1