Jump to content
IGNORED

NUSIZ0 not working?


nitrofurano

Recommended Posts

( http://img149.imageshack.us/img149/5793/01zw1.png )

i'm trying to use NUSIZ0 for making the sprite wider, unsuccessfully:

 

main

NUSIZ0=$30

COLUBK=$02

player0:

%11111111

%10111101

%10111101

%10000001

%10111101

%10111101

%11000011

%11111111

end

for e=0 to 127

NUSIZ0=$30

COLUP0=e*2

player0x=e+16:player0y=48

drawscreen

next e

goto main

Link to comment
Share on other sites

When you set NUSIZ0 to $30 you're making Missile0 8 pixels wide, it doesn't affect the player sprite. Just set NUSIZ0 to $5.

 

BTW. it will be easier for people to help you when you attach your .bas file to your post and wrap code in your post in code-tags.

Edited by Impaler_26
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...