Daffy22 wrote:
ScratchReallyROCKS wrote:
Daffy22 wrote:
Who's got the original logo file (.psd)
I want to take away the coming 2011 bit.![]()
and mathwiz: login details!!!!!!![]()
I made the logo in GIMP, and I didn't (and almost never do) save the .xcf file.
oh, your going to have to make a new logo then!
We can't have a logo that says coming 2011 can we!![]()
I'll do that.....once I get back from school.
Offline
ScratchReallyROCKS wrote:
Daffy22 wrote:
ScratchReallyROCKS wrote:
I made the logo in GIMP, and I didn't (and almost never do) save the .xcf file.oh, your going to have to make a new logo then!
We can't have a logo that says coming 2011 can we!![]()
I'll do that.....once I get back from school.
Okay!
Offline
Is the php decoding completely done? Are we in a position to start turning the output into a project playing in a canvas?
Offline
Ask MathWizz but I think so!
Offline
midnightleopard wrote:
Is the php decoding completely done? Are we in a position to start turning the output into a project playing in a canvas?
I'm working on it. I'm just trying to fix a big glich. It should be ready soon!
Offline
where in the output code from the reader is the sprite? All I see is a huge ammount of code. What part of it is a costume/script/sound? Once I understand that I can be a big help in the viewer
Last edited by midnightleopard (2010-10-26 17:46:56)
Offline
midnightleopard wrote:
where in the output code from the reader is the sprite? All I see is a huge ammount of code. What part of it is a costume/script/sound? Once I understand that I can be a big help in the viewer
That's an old version that only shows the project info.
Offline
JS multithreading script will be ready soon.
Offline
Where is the new version?
The on on the net23 website is just project info?
Last edited by midnightleopard (2010-10-27 07:29:31)
Offline
Daffy22 wrote:
check out my template for the viewer! Just visit the site!
![]()
Nice!
No forums yet?
midnightleopard wrote:
Where is the new version?
The on on the net23 website is just project info?
I'm still working on the new version.
Offline
MathWizz wrote:
Daffy22 wrote:
check out my template for the viewer! Just visit the site!
![]()
Nice!
No forums yet?
midnightleopard wrote:
Where is the new version?
The on on the net23 website is just project info?I'm still working on the new version.
can't login? Can you give me the link to were you login, I maybe doing it in the wrong place.
Offline
Daffy22 wrote:
MathWizz wrote:
Daffy22 wrote:
check out my template for the viewer! Just visit the site!
![]()
Nice!
No forums yet?
midnightleopard wrote:
Where is the new version?
The on on the net23 website is just project info?I'm still working on the new version.
can't login? Can you give me the link to were you login, I maybe doing it in the wrong place.
![]()
Offline
MathWizz wrote:
Daffy22 wrote:
MathWizz wrote:
Daffy22 wrote:
check out my template for the viewer! Just visit the site!
![]()
Nice!
No forums yet?
I'm still working on the new version.can't login? Can you give me the link to were you login, I maybe doing it in the wrong place.
![]()
nope, not having it. Can't login. Could you set up a mySQL database named fluxbb and send the password, host, username and all the other details it gives you. Thanks.
Offline
Daffy22 wrote:
MathWizz wrote:
Daffy22 wrote:
can't login? Can you give me the link to were you login, I maybe doing it in the wrong place.![]()
nope, not having it. Can't login. Could you set up a mySQL database named fluxbb and send the password, host, username and all the other details it gives you. Thanks.
![]()
$mysql_host = "mysql4.000webhost.com";
$mysql_database = "a2242183_fluxbb";
$mysql_user = "a2242183_root";
$mysql_password = $password_that_I_gave_you_before;
Offline
pretty awesome stuff. I understand JS really well at this point, I am now learning about controlling the canvas. My theory is that we can read the array or whatever it is called in the output code, and have a canvas controller draw the sprite pixel by pixel really fast. It is easier than it sounds. There are fantastic canvas drawing tutorials on canvasdemos.com
Offline
midnightleopard wrote:
pretty awesome stuff. I understand JS really well at this point, I am now learning about controlling the canvas. My theory is that we can read the array or whatever it is called in the output code, and have a canvas controller draw the sprite pixel by pixel really fast. It is easier than it sounds. There are fantastic canvas drawing tutorials on canvasdemos.com
Nah... PHP will make the sprites beforehand.
Offline
MathWizz wrote:
midnightleopard wrote:
pretty awesome stuff. I understand JS really well at this point, I am now learning about controlling the canvas. My theory is that we can read the array or whatever it is called in the output code, and have a canvas controller draw the sprite pixel by pixel really fast. It is easier than it sounds. There are fantastic canvas drawing tutorials on canvasdemos.com
Nah... PHP will make the sprites beforehand.
What I would do is render the sprites to a separate canvas, then use toDataURL() and store an array of those. Then you can just display an image from one of the URLs for the sprite instead of re-rendering it each frame.
Offline
nXIII wrote:
MathWizz wrote:
midnightleopard wrote:
pretty awesome stuff. I understand JS really well at this point, I am now learning about controlling the canvas. My theory is that we can read the array or whatever it is called in the output code, and have a canvas controller draw the sprite pixel by pixel really fast. It is easier than it sounds. There are fantastic canvas drawing tutorials on canvasdemos.com
Nah... PHP will make the sprites beforehand.
What I would do is render the sprites to a separate canvas, then use toDataURL() and store an array of those. Then you can just display an image from one of the URLs for the sprite instead of re-rendering it each frame.
Thanks! That was what I was planning on doing but I didn't quite know how.
Offline
MathWizz wrote:
Daffy22 wrote:
MathWizz wrote:
nope, not having it. Can't login. Could you set up a mySQL database named fluxbb and send the password, host, username and all the other details it gives you. Thanks.
![]()
$mysql_host = "mysql4.000webhost.com";
$mysql_database = "a2242183_fluxbb";
$mysql_user = "a2242183_root";
$mysql_password = $password_that_I_gave_you_before;
thanks, I'll get to work ASAP.
Offline
MathWizz wrote:
nXIII wrote:
MathWizz wrote:
Nah... PHP will make the sprites beforehand.What I would do is render the sprites to a separate canvas, then use toDataURL() and store an array of those. Then you can just display an image from one of the URLs for the sprite instead of re-rendering it each frame.
Thanks! That was what I was planning on doing but I didn't quite know how.
Remember rotation. It can be hard to do with PHP and JScript and HTML4
Offline
gosh I thought I knew something about canvas- then I read these posts.
Offline