I manage to save Binary Object data:
AAA.blx 24.0 KB
From the old map save files:
a Platform 01.BLm 88.0 KB
a Platform 01.BLo 80.0 KB
168 KB on disk
168-24=144
With the Binary Object I can...
Type: Posts; User: MOBii; Keyword(s):
I manage to save Binary Object data:
AAA.blx 24.0 KB
From the old map save files:
a Platform 01.BLm 88.0 KB
a Platform 01.BLo 80.0 KB
168 KB on disk
168-24=144
With the Binary Object I can...
Thank the. thank thee very much ouly
I was almost giving up and go away
I was thinking it could be solved like this but didn't know how
When I save 255 to file it was FF so I know the number was...
Today I test Binary Array that in my first impression look less impressive than the Binary Object, BUT
Only in Binary Array:
Read -> Byte -> Unsigned SignedByte(-128 to 127)/Byte(0 to 255)
...
What I do wrong?
the byte is signed: -128 to 127
In helpfile say:
Description nByte integer A single byte ranging from 0 to 255.
Thank thee very much!
Somehow they where not installed
How can I save/read binary file?
at the moment I save map into multiple CNC ARRAY files
My data is in byte format: 0-255
I want to save my mapdata in 8bits, not 32bits as CNC ARRAY
I was trying...
New picture, this code execute to TRUE!
// In old Example:
// Space Bar is NOT pressed so it's FALSE (Until Space Bar is Pressed)
// I use A = 1 because I want to test a TRUE statement!
//...
I just state that A = 1 before it get to the line in EventEditor
It's hard to explain when ClickFusion don't have real code
My EventEditor Code:
FALSE
FALSE
OR ( logical )
TRUE
You see the picture it's a "IF" in the EventEditor
the code don't matter!
This is what I don't understand
Press "Space Bar" is FALSE until it is pressed
TRUE statement
OR ( logical )
TRUE...
Question OK, thanks for answer!
I can check Ctrl but NOT for Alt!
I solve it like this
Repeat while "Control" is Pressed set var Ctrl = 1
NOT Repeat while "Control" is Pressed set var Ctrl = 0...
This is how I see this:
A = 1
IF "Space Bar Pressed" && A == 1 || A == 1
This is TRUE even if I don't Press Space
A = 1
This give TRUE also
IF A=0
In MDI Menu Option don't pling
Menu Option "Quit" Selected in Quit.mfa make a Windows Error pling
Did I do something wrong or it's a bug?
Most web hotel use LAMP and it come with MySQL and PHP So I recommend WAMP server for Windows too
http://www.wampserver.com/en/#download-wrapper
if you like to remember what coin you already take you need store that information in an array for each coin
and when Start of Frame you need to: if this coin NOT been taken create coin again
Frame 1
Line 5: Add 1 to Global value A
Line 7: Remove Global value A = 0
CF2.5 Developer MagicDeque example
I come across LB's page: http://www.starfishgames.co.uk/
and I found: MagicDeque @ http://dark-wire.com/store/extlist.php
This is a Array Extension that is the...
Thanks Francois, my life is now improved!
The choice of font for the event editors is now down in the skins.
Locate the skins directory in your installation of Fusion.
Open in a text editor the file info.ini of one skin
The group...
Update for Magic v1.6:
Change name to Magic.mfa, I was suppose learn: PowerFunction.mfx but ended up with MagicDeque.mfx
Set back focus on In after Search
F12 SaveAS
Ctrl+O Open a The File Object...
Update for PFO MDI.mfa v1.5:
Ctrl+F for Searching value in all Element in all Arrays
Leave value empty for list all Element in all Arrays
This Search is a Foreach in a Foreach..
Since first...
Update:
Update value when change Element
Next update should be search for text in Arrays, joke only...
No don't do that it's going take hours..
Update:
Only Delete existing Elements
Stepping in Array now update Element to Element +1
Can close + Create new ED Window
Attach menu option New to button
I have a MagicDeque Question:
Can I add more array after I set the initial arrays from the MagicDeque Object?
Or is the initial arrays fixed how many Arrays the application have?
SWF Export Module:
Can SWF Export Module be independent like a .exe file?
That don't need to use a web browser and can be run locally?
if it can run locally can it run locally on a Android unit?...
That's truly impressive
Update: Array.hlp from F2 to Ctrl+N Reset/Erase all Arrays
I was using F2 in PFO.mfa because Ctrl and Esc don't work in/with "The Edit Object"
Someone know what I do wrong in PFO.mfa with The...
Something was wrong with the old "Array.data" of all my testing..
I come across LB's page: http://www.starfishgames.co.uk/
and I found: MagicDeque @ http://dark-wire.com/store/extlist.php
This is a Array Extension that is the best I found so far!
I put up this...
That's sound good, I am looking forward for it to.
Any information about that project where I can read?
Thanks now I don't need put more time on this.
http://bugbox.clickteam.com/issues/1354
if I "double click" on a element in "The Tree Control Object" OR press a test key (F3) no Windows error pling (work OK)
if I press TAB OR Enter while "The Tree Control Object" has focus Windows make...
it's already Open
Thank thee allot
Bug/Issue Reports #1002
http://bugbox.clickteam.com/issues/1002
This issue has been fixed in the build 280.30
Status changed from New Report to Closed
Do I need to start a new Bug/Issue Report?...
With application Menu been selected I can bind: Shift, Alt and Ctrl with another key
Is there an other way to do it, or is there an Extension that can bind 2 keys?
This is how I make Fast loops works:
Start loop "Test" n times // n = NLines( "Filelist" )
On loop "Test"
_______Str + Str + Text$( "Filelist", LoopIndex("Test" ), 0 )
// Str is a Global var
...
Is it possible to install ini++ to CF2.5 Dev?
it has a installer and ask for MMF2.0 Dev and say I don't have the product installed..
I still looking for a production environment that I finally will end up with
I like how fast I can create a program with CF2.5. I even like the idea with the Event Editor.
I come from text editor...
Thank thee LB I almost get crazy why the menu was still working. I was stripping everything down to see where it stop..
I see in the Example: MDI Wordpad
In Menu bar: "&Window" have "&Next" and "&Prev"
Under that is a list of all the MDI child window that is open
I can change as I want but I can't see any...
the problem with that example is if u make MDI child window with the Rich Edit Object Maximized how can u chose an other MDI child window with the Rich Edit Object
I want to click file 3 and...
is it possible to make a CF2.5 mfa file open in MMF2.0?
set name and chose player example and get info in Frame 2
Power System Object
I try learn control MDI
In main window I:
Create: The Sub-application Object, MDI child
In that I put:
a Rich Edit Object
My problem is how can I set focus, make the Sub-application Object...
If u set open with and Choose default program it set the programs icon you chose to be. You set your program icon in
Work space / About tab / icon / Edit
Put the MDI child window in a Qualifier group
I didn't understand skin was also for:
Story board Editor
v3.0 I only erase the Fusion logo because I get distracted when obstacle in the right down corner.
You can chose witch version you...
I mix what I think was the best skin to one favorite mix skin.
I only make new some new pictures the rest is copy from standard skin pictures
unzip MOBii.zip to MOBii in: "Clickteam Fusion...
I figure it out:
Use "Attatch menu option" to activate a button for clicking and Ctrl+key otherwise they stop working
thanks
Exporters:
HTML5 Exporter 59 Euro
Android/OUYA Exporter 69 Euro
My question: Is this the real price for the exporters?
if NOT how much is the real price and when is the price going to change?
Sorry was it possible to get a toolbar skin as in ProdigyX:s picture?
hehe I try tell that to my wife, but she still doesn't yet agree to that it's the most awesome Christmas present there is!
I Buy myself CF2.5 as my own Christmas present.
So far it been little building and much learning I am almost 20 year younger now.
Merry Christmas och God Jul all, hope you all have as much fun as...
I couldn't sleep
Make it down to 1 line:
Mid$(CommandLine$, Find(CommandLine$, " ", 0 ) + 3, Len(CommandLine$ ) - Find(CommandLine$, " ", 0 ) - 5 )
I dunno why the extra space in the end of...
Find(CommandLine$, "", 0 ) return 0
Find(CommandLine$, """, 0 ) say Missing quote
Sorry I didn't understand
Thanks I manage to make it 2 day later:
Set Global String A to Left$(CommandLine$, Len(CommandLine$ ) - 2 )
Set Global String A to Right$(Global String A, Len(Global String A ) - Find(Global...
I still working hard howto send a file to my application
Find(CommandLine$, "\" \"", 0 )
How can I look for: "[SPACE]" == [" "] in CommandLine$
this dosent work: "\" \"" || '" "'
Info here:
http://community.clickteam.com/threads/83456-Fusion-2-5-Upgrade-Process-Information?highlight=developer
Apply here:
http://www.clickteam.com/upgrade-request
I strip down to only Open / Save file in application
I use Ctrl+O and after that my menu shortcuts don't work any more.
Ctrl+S, Ctrl+O, F12
Alt+F4 still work
What wrong I do?
int main(int argc, char *argv[])
How can I do this to my builded application?
I want my application to open up files
I upgrade Lua to XLua
Can someone give me a link to a example how to interact with a existing object from Lua code
Now I can only call DoCall("MMF function") and there alter attributes of the...
I try move a MMF2 project to 2.5
I move LuaMMF2.mfx and comdlg.mfx
to Extensions\Unicode from MMF2
then I learn I can install them from the Extension manager
I even reinstall 2.5 to make sure I...