free plugin: omgActions!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • screwed over
    Forum Member
    • Apr 2007
    • 176

    free plugin: omgActions!

    hey all, i recently found the actions folder (thanks to ShadowUK's assert plugin) and thought i'd have a go at it, and this is what i made.
    omgActions contains 12 functions, heres a list of whats in it for you all:
    • omgAction.AnimateHorizontalNeg
    • omgAction.AnimateHorizontalPos
    • omgAction.AnimateVerticalNeg
    • omgAction.AnimateVerticalPos
    • omgAction.CheckLogin
    • omgAction.DecryptString
    • omgAction.DelimitedString
    • omgAction.DelimitTable
    • omgAction.EncryptString
    • omgAction.GetRAMPercent
    • omgAction.GetUsedRAM
    • omgAction.MakeLogin


    to install it, copy _at_zomgActions.xml to your APMS directory\data\actions and omgGlobals.lua to APMS directory\Gallery\Scripts. then all you need to do is open the gallery pane in APMS, switch to scriptlets and drag omgGlobals.lua onto you project. so here you are and enjoy ^.^
    Attached Files
    Last edited by screwed over; 03-29-2008, 04:57 PM.
  • rexzooly
    No longer a forum member
    • Jul 2007
    • 1512

    #2
    can we have a little more detail on what this dose?

    Comment

    • RizlaUK
      Indigo Rose Customer
      • May 2006
      • 5552

      #3
      i was thinking the same, but a quick look at the help file explains all

      however, it is customary to include a example project when posting such things as not all peps take the time to look at the help file (i swear by them)

      i often do this for function sets that i reuse time and time again, i have quite a few of them....i might release them one day as a script pack
      Embrace change in your life, you never know, it could all work out for the best

      Comment

      • rexzooly
        No longer a forum member
        • Jul 2007
        • 1512

        #4
        Originally posted by RizlaUK View Post
        i was thinking the same, but a quick look at the help file explains all

        however, it is customary to include a example project when posting such things as not all peps take the time to look at the help file (i swear by them)

        i often do this for function sets that i reuse time and time again, i have quite a few of them....i might release them one day as a script pack
        i would but i was more thinking for the mirror tearms and i am falling a sleep
        lol i was just doing come updates.

        I am changing the way the users are set up on my sites back end as i am
        well getting confused what files are what.

        Comment

        • screwed over
          Forum Member
          • Apr 2007
          • 176

          #5
          yeh, i'll post some examples tomorrow. its 3am here and im shattered.

          Oh. before i forget, the help file is incorrect on the check login. it returns a table not a boolean. e.g.:
          Code:
          lcTable.Correct = true/false (depends on wether the password matched, true if it did, flase if it didn't);
          lcTable.uName = stored username;
          (i'll fix that tomorrow too, just wanted to say before people mentioned)
          Last edited by screwed over; 03-29-2008, 08:10 PM.

          Comment

          • ShadowUK
            No longer a forum member
            • Oct 2007
            • 1322

            #6
            Originally posted by screwed over View Post
            hey all, i recently found the actions folder (thanks to ShadowUK's assert plugin) and thought i'd have a go at it, and this is what i made.
            omgActions contains 12 functions, heres a list of whats in it for you all:
            • omgAction.AnimateHorizontalNeg
            • omgAction.AnimateHorizontalPos
            • omgAction.AnimateVerticalNeg
            • omgAction.AnimateVerticalPos
            • omgAction.CheckLogin
            • omgAction.DecryptString
            • omgAction.DelimitedString
            • omgAction.DelimitTable
            • omgAction.EncryptString
            • omgAction.GetRAMPercent
            • omgAction.GetUsedRAM
            • omgAction.MakeLogin


            to install it, copy _at_zomgActions.xml to your APMS directory\data\actions and omgGlobals.lua to APMS directory\Gallery\Scripts. then all you need to do is open the gallery pane in APMS, switch to scriptlets and drag omgGlobals.lua onto you project. so here you are and enjoy ^.^
            Thanks, I hope more people make action plugins with my method. This looks like a really good script.

            Comment

            • screwed over
              Forum Member
              • Apr 2007
              • 176

              #7
              V1.0.1

              ok, i had to remove the login functions as for some reason it wont make the .oel file (i dont know why because i used almost the exact same script in another of my projects and it works fine) i also fixed a couple of errors with the animate functions. Theres also a bug with the decrypt function atm. I am planning to fix all of those bugs as well as add some more functions (e.g. omgAction.AnimateResize). I've also included a few examples so here you are. Enjoy.
              Attached Files

              Comment

              Working...
              X