0 Members and 1 Guest are viewing this topic.
:(Y-A)->V
:(Y-A)/2->V
:(Y-A)//2->V
You need to do signed division.Code: [Select]:(Y-A)//2->Vshould work.
Also, as a unrelated question, how would I create a full screen image, such as a title screen?
a title screen would be easy to import. do you already have the screen in a Pic variable? then you could just do Copy([Pic#],L6,768) in your program and the picture variable will be copied to the buffer
Quote from: nemo on October 17, 2010, 09:10:55 pma title screen would be easy to import. do you already have the screen in a Pic variable? then you could just do Copy([Pic#],L6,768) in your program and the picture variable will be copied to the bufferActually, if you just want to display it it's even easier. Just do this:[Pic#]->DispGraphWelcome here Vile Smile! Awesome Avatar and username by the way.
Quote from: calc84maniac on October 17, 2010, 08:57:44 pmYou need to do signed division.Code: [Select]:(Y-A)//2->Vshould work.Thanks! BTW, is your avatar related to a game you've made or that is available?