Calculator Community > Axe

Recalling a pic

(1/6) > >>

Z@VY:
For the title-screen of my game I need to recall a pic but I haven't found how to make it.

Which command should I use ?

SirCmpwn:
What kind of game?
TI Basic, Axe, or Asm, I can help with all of those.

Z@VY:
I want to recall a pic in an axe program

SirCmpwn:
Ah.  Okay.  I should have realized this was in the Axe subforum.  *facepalm*  Here's what you want to do:

--- Code: (Axe Basic) ---[Pic1]→Pic1  // Do this at the start of your program to absorb Pic1
// ...
// To recall it:
conj(Pic1,L6,768
--- End code ---

Then, just DispGraph to show it.

Z@VY:
Thanks I'll try it when I'll have the time

Navigation

[0] Message Index

[#] Next page

Go to full version