Author Topic: Few simple questions  (Read 15597 times)

0 Members and 1 Guest are viewing this topic.

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: Few simple questions
« Reply #45 on: May 27, 2012, 06:29:25 pm »
Ok, it works, tho, it displays all the 1's empty and all 0's in the matrix he draws a block, and he puts it on the homescreen

Forgot: first tile=0

Now i only have the homescreen
Thing
« Last Edit: May 27, 2012, 06:32:39 pm by stevon8ter »
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Few simple questions
« Reply #46 on: May 27, 2012, 06:34:39 pm »
it draws to the homescreen? impossible...... could you please paste your exact code your using here? (maybe for the pic a screenie of it would be good :D)

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: Few simple questions
« Reply #47 on: May 27, 2012, 06:43:10 pm »
I cant acces my pc right now (0:40 am), bit i ram-cleared my calc, so maybe now it goes correct

Code:
Code: [Select]
real(2,0,0,0,96,64,0,12,0,8,1,0,8,1
And now it gives an error:argument. :/
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Few simple questions
« Reply #48 on: May 27, 2012, 06:44:33 pm »
same time here xD
Oh, and I also need to see the matrix......

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: Few simple questions
« Reply #49 on: May 27, 2012, 06:47:41 pm »
Are you from belgium? Or no, france :P that's it
Code: [Select]
[[1,1,1,1,1,1,1,1,1,1,1,1][1,1,1,1,1,1,1,1,1,1,1,1][1,1,1,1,1,1,1,1,1,1,1,1][1,1,1,1,1,1,1,1,1,1,1,1][1,1,1,1,1,1,1,1,1,1,1,1][1,1,1,1,1,1,1,1,1,1,1,1][1,1,1,1,1,1,1,1,1,1,1,1][1,1,1,1,1,1,1,1,1,1,1,1]->[A]
[\code]
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Few simple questions
« Reply #50 on: May 27, 2012, 06:50:31 pm »
I think i created the tilemap wrong....this is the right one, just checked with some program i made ages ago:
real(2,0,0,0,12,64,0,12,0,8,1,0,8,0
And it should be filled now with the 8x8 sprite in pic1 one located at (0|8), as it are 1s and not 0s
« Last Edit: May 27, 2012, 06:50:37 pm by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: Few simple questions
« Reply #51 on: May 27, 2012, 06:54:15 pm »
Yay, it worked (argument error was wlib wasn't installed anymore because of the ram-clear :/)

Thx a lot man

Edit: when drawing a sprite in pic 1 and saving that, i then use code real(1,15,15,1,8,1,0,0 but it gives sintax error
Edit2: even i the pic is empty but still saved it should work normally, but mine always gives syntax error
« Last Edit: May 27, 2012, 07:25:32 pm by stevon8ter »
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Few simple questions
« Reply #52 on: May 28, 2012, 05:33:26 am »
Well, the first one is draw sprites, right?
it must be real(1,15,15,1,8,1,0,0,0,0,1)
You forgot the flip sprite one, and it was correct, your thinking, that instead of ,1 at the end (what is here) you can just leave it out to save bytes :D

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: Few simple questions
« Reply #53 on: May 28, 2012, 07:12:55 am »
Still doesn't work :/ could it be that i have a wrong version of xlib, or a bad calc
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: Few simple questions
« Reply #54 on: May 28, 2012, 07:13:35 am »
Still doesn't work :/ could it be that i have a wrong version of xlib, or a bad calc
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Few simple questions
« Reply #55 on: May 28, 2012, 07:14:34 am »
hm....
please post THE ENTIRE code your using so i can look it through, thanks! :)

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: Few simple questions
« Reply #56 on: May 28, 2012, 03:50:18 pm »
Code: [Select]
real(2,0,0,0,12,64,0,12,0,8,1,0,8,0
real(1,15,15,1,8,1,0,0,0,0,1

Also, if i do:
Code: [Select]
If real(6)=6
Disp 1

It displays the xlib logo but also the 1, so i think it's my OS (2.55MP) (haven't had time to downgrade to 2.43)
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Few simple questions
« Reply #57 on: May 28, 2012, 03:51:46 pm »


Also, if i do:
Code: [Select]
If real(6)=6
Disp 1

It displays the xlib logo but also the 1, so i think it's my OS (2.55MP) (haven't had time to downgrade to 2.43)
make that to this:
Code: [Select]
:0
:real(6
:if Ans=6
:then
:
:stop
:end
And the other thing, i meant the hole code, so also drawing pics and making the matrix

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: Few simple questions
« Reply #58 on: May 28, 2012, 03:55:30 pm »
Ok, wait a sec
And for the second code: if i do disp 1 on the empty line, it still displays 1 , i think i have a wrong version of xlib or my calc is broken
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Few simple questions
« Reply #59 on: May 28, 2012, 03:56:08 pm »
well, just add clear screa at the beginning of your program, i'd do that anyways always.

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!