Author Topic: [Tutorial] Using the PageSwap axiom  (Read 12933 times)

0 Members and 1 Guest are viewing this topic.

Offline V1mes

  • LV3 Member (Next: 100)
  • ***
  • Posts: 83
  • Rating: +7/-0
  • Ma-Heki!
    • View Profile
Re: [Tutorial] Using the PageSwap axiom
« Reply #15 on: December 19, 2012, 01:05:42 pm »
Ok i made a small mistake thanks for pointing it out. I edited my question  :angel:
Nom nom nom

Spoiler For Do a barrell roll:

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: [Tutorial] Using the PageSwap axiom
« Reply #16 on: December 19, 2012, 01:45:53 pm »

@thepenguin77 yeah I'd love to, but idk how to do :P
Click the link he pointed to, then navigate to the tutorials section you want (eg Axe), then at the bottom of the page, click "Add article". Just make sure to include a link to this topic at the end of your tutorial. You just have to copy the content of your post there.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: [Tutorial] Using the PageSwap axiom
« Reply #17 on: December 19, 2012, 01:51:19 pm »
Remember that appFunc(0) is the Start function. So in your code (appFunc(3))() will call Func3, and (appFunc(4))() will call Func4 (and btw (appFunc(0))() will call Start).

Offline V1mes

  • LV3 Member (Next: 100)
  • ***
  • Posts: 83
  • Rating: +7/-0
  • Ma-Heki!
    • View Profile
Re: [Tutorial] Using the PageSwap axiom
« Reply #18 on: December 19, 2012, 02:05:49 pm »
Does it not matter then that i have not included func3 in the jump table?
Nom nom nom

Spoiler For Do a barrell roll: