User Tag List

Results 1 to 6 of 6

Thread: how do you write an extension?

  1. #1
    Clicker Fusion 2.5 DeveloperSWF Export Module
    WEich1213's Avatar
    Join Date
    Nov 2013
    Location
    Carlsbad, Ca. USA
    Posts
    59
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    how do you write an extension?

    Hi I can't find any extensions to monetize an .swf file, so I was wondering if it would be possible to write one. I know action script 3.0 would it be possible to write one in that? If not what language do you need to write it in? Is there any documentation to explain how to do it? I'm looking to write and extension for Gamersafe and Kongregate.

  2. #2
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,171
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)

    how do you write an extension?

    If you ever figure this out and want to make a few bucks, let me know. I need an extension or two made.

  3. #3
    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Jun 2011
    Posts
    628
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Ratty I can help you

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2008
    Location
    United States
    Posts
    92
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Hi Ratty and other Extension developers -
    I work a lot with strings in my Windows programs and Android apps.
    I've noticed that there are very few Android extensions for working with text and strings.
    For a developer looking for a sales niche, I think this would be it.
    A good set of extensions for comparing string and text objects would be very helpful.
    You might be able to just modify the List Box to allow searching for a string of characters and then returning the line number.
    Or maybe design a totally new RTF extension to display an RTF file in an Android app and let you search for a specific string.
    I hope someone comes up with something in this area.
    Thanks for taking the time to read this and considering it.
    - Rich

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2008
    Location
    United States
    Posts
    92
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Okay - I think I solved this.
    What I did was create an active object that I named "INDEX". Then I set the Alterable values and strings to match the word number and the word string respectfully. The string being searched for is entered in an Edit Box. Then the string from the Edit Box is retrieved to a String object. This string object is compared, word by word, with the string variables in the INDEX. Once found, the corresponding word number is retrieved from the Alterable values of INDEX. This is the line number of the word in the LIST BOX which I then set the focus to. I just have to work out a couple of rough spots like a "word not found" message and clearing everything for another search. But, in a preliminary run, things seem to work.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2008
    Location
    United States
    Posts
    92
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Hi People - Luckily a member named defisym helped me out with the main code.
    Here is what I wound up doing and it works pretty good. Thanks to all for the suggestiobns and help.
    Attached files Attached files

Similar Threads

  1. Write own extension for Android exporter
    By qenio in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 26th June 2014, 12:23 PM
  2. read/write an ini
    By arthurh in forum Android Export Module Version 2.0
    Replies: 9
    Last Post: 28th May 2013, 08:08 AM
  3. Global extension and disk-write
    By kornelijepetak in forum Extension Development
    Replies: 3
    Last Post: 4th November 2007, 12:54 AM
  4. Write to an INI in Sequance?
    By AlkaSeltzer in forum Install Creator and Patch Maker
    Replies: 5
    Last Post: 23rd July 2006, 07:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •