[BUGS] Post them here
#1
Posted 15 December 2009 - 09:50 AM
Thank you.
Before sending me a pm, please read this. Thank you.
My Releases :

^-------------------------^

^-------------------------^

^-------------------------^

#2
Posted 16 December 2009 - 12:16 PM
Odd indeed...
#3
Posted 31 December 2009 - 06:10 PM
but it can be found in my script and the example one
the 3d cube if you break out and start it again, flickering appears at the top of the screen
also is there any cameras for 3d
#4
Posted 31 December 2009 - 06:17 PM


do you dare click?
#6
Posted 26 January 2010 - 01:47 PM
#7
Posted 05 February 2010 - 09:42 AM
No matter i set it to repeat or not.
Also, Image.load(blablabla) takes up too much memory,
even loading a single 40kb png takes up about 1mb memory.
The psp runs out of memory fast, can this be fixed?
other than that, thanks for this great app
#8
Posted 07 May 2010 - 01:29 AM
EDIT it seems that the ' character is not supported.


do you dare click?
#9
Posted 08 July 2010 - 02:05 AM
green = Color.new(0,255,0)
upPressed = 'You are pressing the "UP" button'
downPressed = 'You are pressing the "DOWN" button'
leftPressed = 'You are pressing the "LEFT" button'
rightPressed = 'You are pressing the "RIGHT" button'
LPressed = 'You are pressing the "L" button'
while true do
pad = Controls.read()
screen:clear()
if pad:up() then
screen:print(100,100,upPressed,green)
end
if pad:down() then
screen:print(100,100,downPressed,green)
end
if pad:left() then
screen:print(100,100,leftPressed,green)
end
if pad:right() then
screen:print(100,100,rightPressed,green)
end
if pad:l() then
screen:print(100,100,LPressed,green)
end
if pad:r() then
screen:print(100,100,'You are pressing the "R" button',green)
end
if pad:triangle() then
screen:print(100,100,'You are pressing the "TRIANGLE" button',green)
end
if pad:circle() then
screen:print(100,100,'You are pressing the "CIRCLE" button',green)
end
if pad:cross() then
screen:print(100,100,'You are pressing the "X" button',green)
end
if pad:square() then
screen:print(100,100,'You are pressing the "SQUARE" button',green)
end
screen.waitVblankStart()
screen.flip()
end
#10
Posted 08 July 2010 - 06:22 PM
that being said there are multiple things wrong with your code. post over there and we will help you work them out
"its a satchel..... indiana jones wears one"
#11
Posted 08 July 2010 - 09:02 PM
ultimakillz, on 08 July 2010 - 12:22 PM, said:
that being said there are multiple things wrong with your code. post over there and we will help you work them out
will do..thanks
Sign In
Register
Help
Forums
Members
Help
Portal
Search


Back to top
MultiQuote

