- Joined
- Sep 15, 2012
- Messages
- 102
- Reaction score
- 60
- First Language
- Portuguese
I'm trying to create 2 things and I'm having big trouble identifying and understanding the right place where the code is.
the first thing I'm trying to do is to draw a sprite on the top of the window frame (top left corner, not in the first row of the window... really on top of the frame
I don't know what are the functions to be changed to create this effect.
another thing is the extra text line on a selectable_window, by default the selectable window is something like:
______________________| Item 1| Item 2| Item 3| Item 4| ....I wanted to create this:
______________________| This is an extra line| Item 1| Item 2| Item 3| Item 4| ....that line won't be scrolling like the rest of the window of corse
and once again... I think what I need is related to the first question.. I need to push down the contents bitmap by a line and draw new sprite on the first row...
I admit it this is not a technical javascript question so I don't know if it belongs to this forum once again.. I don't know which methods should I look at
the first thing I'm trying to do is to draw a sprite on the top of the window frame (top left corner, not in the first row of the window... really on top of the frame
another thing is the extra text line on a selectable_window, by default the selectable window is something like:
______________________| Item 1| Item 2| Item 3| Item 4| ....I wanted to create this:
______________________| This is an extra line| Item 1| Item 2| Item 3| Item 4| ....that line won't be scrolling like the rest of the window of corse
I admit it this is not a technical javascript question so I don't know if it belongs to this forum once again.. I don't know which methods should I look at
