The Daily Click ::. Forums ::. Non-Klik Coding Help ::. Subapps?
 

Post Reply  Post Oekaki 
 

Posted By Message

Otter

Rating

Registered
  29/06/2008
Points
  514

Wii OwnerIt's-a me, Mario!Mushroom
26th October, 2008 at 01:21:51 -

I probably sound like a total noob for posting this. But I'm desperate need here. In my game, you have the arcade modes as sub apps, but how do you make it where if someone downloads it in a zip file, and the arcade modes(sub apps) activate when you click on the name of the arcade mode? Sorry about sounding so nooby, I just need to know by the 30th.

 
n/a

-MacAdaM-

Megaman Fosho

Registered
  12/02/2008
Points
  560
27th October, 2008 at 15:28:31 -

I'm pretty sure there's a option in MMF, that you can choose to run a SubApp. Did you try that?

 
Your just jealous that you're not as awesome as me.
(And my megaman avatar )

AndyUK

Mascot Maniac

Registered
  01/08/2002
Points
  14586

Game of the Week WinnerSecond GOTW AwardHas Donated, Thank You!VIP Member
27th October, 2008 at 18:21:27 -

If i understand correctly you want to open external applications as subapps?

what you need to do is open your main game, put a subapp object in the frame where you choose your different arcade games. (ie the frame you want to subapps to play in)

then on the subapp's object's properties set source to 'other application'

then in the event editor you can make the game choose which external application to load in the choose with the 'choose new application' function.

Then use an expression like Appdrive$+Appdir$+"GAMENAME.EXE"
or whatever the external app is called.

Image Edited by the Author.

 
.
   

Post Reply



 



Advertisement

Worth A Click