It is strange that my lives images show up fine but the score and health bar and fuel bar do not show when I test the frame. Any suggestions? Thanks.
It is strange that my lives images show up fine but the score and health bar and fuel bar do not show when I test the frame. Any suggestions? Thanks.
Can you post a mfa?
How do you post an mfa?
You can upload it here if it's 1mb or less. If it's bigger than that, you need to upload it to dropbox or other save sites and just post the link.
Okay it was too big, but I put it in my drop box. I don't know how to create a link. Sorry I'm not a programmer or very sophisticated with computer. How do I share it with you?
Copy and paste the link in a post here.
Marv
In dropbox click share then create a link then copy that link.
https://www.dropbox.com/s/uf7517ghd4...enemy.mfa?dl=0 Okay I hope I did this right. This is the link to my fledgling space shooter. I could not get the scrolling to work right so I took it out, but it would be nice if I could get the planets to scroll. The third frame is a level where when you run out of fuel you have to land a planet and go through a maze dodging worms to collect crystals. Still a work in progress. Thanks for the help!
I could still use help with this issue of the counters not showing. If someone could take a look at the mfa would much appreciate it. Thanks.
You've placed the objects outside of the application frame. They need to be inside of the inner dotted lines in order for them to show up.
Made a quick screenshot of what I mean:
https://dl.dropboxusercontent.com/u/..._frame_fix.png
Everything that is in the red area will not show up due to them being outside of the visible "camera view" so you will need to move all those things within the green area.
Your score objects are beyond the visible area/Window size(480x640). You just have to reposition them.
thank you!!