Page 2 of 2

Re: Place the text where you want it.

PostPosted: Wed Dec 20, 2017 4:59 pm
by panic
Now, it will works.

Re: Place the text where you want it.

PostPosted: Wed Dec 20, 2017 8:33 pm
by kitty
Nice, both programs are working now but for some reason it's not drawing correctly:

Image

Re: Place the text where you want it.

PostPosted: Thu Dec 21, 2017 2:58 am
by panic
you did write 'DrainManaOrb', but color of 'DrainManaOrb' is blue.
i have seen not blue color in uploaded image. it was white.
(ManaBombOrb --white, DrainManaOrb --blue, CharmOrb --green, HealOrb --red)

Re: Place the text where you want it.

PostPosted: Thu Dec 21, 2017 4:48 am
by panic
Usage Video:
https://youtu.be/rsk2acYcny0

i wish the video help to you

Re: Place the text where you want it.

PostPosted: Thu Dec 21, 2017 6:33 am
by kitty
I appreciate the video. Not sure why I'm having so many problems with this, it seems simple.

Maybe you have a different compiler version than me? Here are the errors I get:

Image
Image
Image

I notice you do not get these compile errors.

I can resolve all of them, but when I do, I get the result you saw in my previous post: a box of dots with no form.

Could you explain what the functions do exactly?

In particular, what are the numbers referencing here?
arr[0] = 0; arr[1] = 0; arr[2] = 0; arr[3] = 2147458048; arr[4] = 485418559; arr[5] = 1732197276; arr[6] = 955832545; arr[7] = 1204274958; arr[8] = 2115778675; arr[9] = 1893843868;
arr[10] = 118365422; arr[11] = 946923495; arr[12] = 1132937016; arr[13] = 3; arr[14] = 0; arr[15] = 0;

Re: Place the text where you want it.

PostPosted: Thu Dec 21, 2017 7:25 am
by panic
sorry,
can you use this : viewtopic.php?f=44&t=1551
Or
'++' ==> '+= 1'
and must write '//@ignore_object_type' at top of your code file

Re: Place the text where you want it.

PostPosted: Fri Dec 22, 2017 3:28 am
by kitty
Tried the latter option but still just draws blocks for some reason. Really don't feel like messing with the other compiler.

Thank you for the help though panic! Probably just going to manually plot the pixels.

Re: Place the text where you want it.

PostPosted: Fri Dec 22, 2017 3:40 am
by panic
could you show the video?