Whats your idea i'll get you started
Printable View
Whats your idea i'll get you started
ok...well i was thinking of just making a simple app, like a temperature conversion program or a graphing program for alegebra because i need stuff like that for my homework and i think it would save kids from having to spend 100 bucks on a graphing calculator. whichever you think is better to start of with
Ok first lets just get started with something even more basic
we will just have something like making something move on the screen so find a image you will like as the background
Make sure it has this
width = 480
height = 272
uh...ok. so this means like find a pic that has those demensions. does it matter what it is
we will just use this as the background , we also need a player
http://www.psp-hacks.com/psp-backgro...AKU_RENDER.BMP
We will use the car as a player
Now are you ready to begin
opk sry to sound kinda stupid but i got confused with what u just said. im not sure what u mean by player. because i have luaplayer for the comp that i got off of a link at evilmana.com and that link im assuming shouldve sent me to a site to get the pic u have attached but it just sends me to psphacks.com like the very main page
I have uploaded background here ,install lua player on your psp
We will use this as the background and the car as a player to move around on the screen
Now are you ready to start
ok sry to take so long. I dont have my psp with me but i have the PSPE and i cant get it to run]properly, if u could help me get it working, then i guess we can continue with the coding things lol
First of all we will start with this
----------------------------------------------------------------
Room_width = 480
Room_height = 272
player1x = 15
player1y = 136
weapon=Image.load("images/weapon.PNG")
background=weapon
car1=Image.load("images/car1.PNG")
player1=car1
------------------------------------------------------------------
Put that in your script at the top
basically this is the images we will be using and where would like the car to be on the screen
Dont copy and paste it in , type it in you learn more about it that way