+atari2600land Posted August 16, 2023 Author Share Posted August 16, 2023 I'm trying to figure out collision detection between man and background. I've got it down to this, but I need to figure out how to subtract 1 from #card to check it. Simply putting in #card = #card - 1 does not work. if cont.up then dir=1 #card = #backtab((many - 10) / 8 * 20 + (manx - 8) / 8) AND $0FF8 IF #card > 261 * 8 and #card < 274 * 8 THEN dir=0 if dir=1 then many=many-2 end if Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted August 29, 2023 Author Share Posted August 29, 2023 So after trying different things, it looks like the only thing that works the way I want it to is what I have now. So I will continue. I fixed some bugs I found in level 2. I had to redraw the igloo. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.