Lets us may be make AS3 version of LoK ?

This is the place to post your own creative works for other to play or give feedback on!
Forum rules
This forum is for posting and collaborating upon third party work. Please do not post request-threads, and avoid posting artwork that is not your own unless it is being used as a reference.

Re: Lets us may be make AS3 version of LoK ?

Postby Nonvalid » Sat Jul 28, 2012 9:48 pm

I love the touchscreen option, it works perfectly [For me anyways].
Thanks webought, for that ScrnShot on Gorepete's forum. Now I have Firefox :3.
User avatar
Nonvalid
 
Joined: Wed Jan 25, 2012 10:30 pm
Location: Inner Depths of Insanity

Re: Lets us may be make AS3 version of LoK ?

Postby HohesHaus » Mon Jul 30, 2012 4:57 pm

OwnerOfSuccuby Wrote:Thank you ;)

If some body will have some idea write them ;) may be it will be possible to make some thing :mrgreen:


What kind of ideas are you searching for ?
HohesHaus
 
Joined: Wed May 16, 2012 3:57 pm

Re: Lets us may be make AS3 version of LoK ?

Postby fredinator » Mon Jul 30, 2012 6:33 pm

HohesHaus Wrote:
OwnerOfSuccuby Wrote:Thank you ;)

If some body will have some idea write them ;) may be it will be possible to make some thing :mrgreen:


What kind of ideas are you searching for ?


Probably some sort of story. I personally like the idea of Krystal whoreing through multiple camps to repair the ship and leave the planet.
fredinator
 
Joined: Fri Mar 23, 2012 5:20 pm

Re: Lets us may be make AS3 version of LoK ?

Postby OwnerOfSuccuby » Tue Jul 31, 2012 4:11 pm

I am more programmer than animator or painter for now. So i can program some thing :mrgreen:

But with out animation and content unfortunatly it will be hard to do some thing ;)
OwnerOfSuccuby
 
Joined: Fri Jun 11, 2010 9:33 pm

Re: Lets us may be make AS3 version of LoK ?

Postby HohesHaus » Tue Jul 31, 2012 5:13 pm

OwnerOfSuccuby Wrote:I am more programmer than animator or painter for now. So i can program some thing :mrgreen:

But with out animation and content unfortunatly it will be hard to do some thing ;)


So why u change the animation system? Insteat of clicking a button make it do it on its own. One more hand free to fap :D
HohesHaus
 
Joined: Wed May 16, 2012 3:57 pm

Re: Lets us may be make AS3 version of LoK ?

Postby OwnerOfSuccuby » Wed Aug 01, 2012 4:05 am

If it will work like it's own it will be like hentai video :lol: ;)

But go next button, that will work on Space press for example is possible to add any time :mrgreen:
OwnerOfSuccuby
 
Joined: Fri Jun 11, 2010 9:33 pm

Re: Lets us may be make AS3 version of LoK ?

Postby HohesHaus » Wed Aug 01, 2012 4:40 pm

OwnerOfSuccuby Wrote:

But go next button, that will work on Space press for example is possible to add any time :mrgreen:


Thats what I more or less meant
HohesHaus
 
Joined: Wed May 16, 2012 3:57 pm

Re: Lets us may be make AS3 version of LoK ?

Postby OwnerOfSuccuby » Thu Aug 02, 2012 4:02 pm

Code was added in component with 5 buttons before all other code in version 43 of fla file:

Code: Select All Code
(root as MovieClip).stage.addEventListener(KeyboardEvent.KEY_UP,fSpaceGoNext);

function fSpaceGoNext(e:KeyboardEvent):void{
 if (e.keyCode==32){
    
  if((parent as MovieClip).oost5.text!=""){
    if(int((parent as MovieClip).oost5.text)>0){(parent as MovieClip).gotoAndStop(int((parent as MovieClip).oost5.text));}
    else if ((int((parent as MovieClip).oost5.text)==0)&&(((parent as MovieClip).oost5.text)!="0")){(parent as MovieClip).gotoAndStop((parent as MovieClip).oost5.text);   }                                          
   
   (root as MovieClip).stage.removeEventListener(KeyboardEvent.KEY_UP,fSpaceGoNext);
  }

  if((parent as MovieClip).oost2.text!=""){
    if(int((parent as MovieClip).oost2.text)>0){(parent as MovieClip).gotoAndPlay(int((parent as MovieClip).oost2.text));}
    else if ((int((parent as MovieClip).oost2.text)==0)&&(((parent as MovieClip).oost2.text)!="0")){(parent as MovieClip).gotoAndPlay((parent as MovieClip).oost2.text);   }                                          
  }
 
  b2Click=true;
 
 }
}


Now new next sex position in sex animation play on spase press, not only by click next button.
OwnerOfSuccuby
 
Joined: Fri Jun 11, 2010 9:33 pm

Re: Lets us may be make AS3 version of LoK ?

Postby HohesHaus » Thu Aug 02, 2012 6:36 pm

Works fine
HohesHaus
 
Joined: Wed May 16, 2012 3:57 pm

Re: Lets us may be make AS3 version of LoK ?

Postby BulmaSSJ4 » Fri Aug 03, 2012 3:08 pm

I just dont get AS3...
I have never seen a movie doing something i cant make with AS2...
So, what does AS3 do? :P
I read a little about it, and basically what they say is
"AS3 is like AS2, but its more awesome, more cyber, and also more awesome"...
Check out my unfinished game, Bowser's World: viewtopic.php?f=7&t=2583.
Don't forget to read my first post and comment about what you like, dislike, and what you would like to see, in the future, in a LoK game.
BulmaSSJ4
 
Joined: Wed Aug 01, 2012 11:46 am

Re: Lets us may be make AS3 version of LoK ?

Postby OwnerOfSuccuby » Fri Jul 19, 2013 5:03 pm

Funny thing =))) I finnaly run it on my android :lol: If you have good big android with big screen can you tell me do it lug hard on it - i test it on the phone with 2 core - and little screen (it lugs =()
OwnerOfSuccuby
 
Joined: Fri Jun 11, 2010 9:33 pm

Re: Lets us may be make AS3 version of LoK ?

Postby joeyjoey61297 » Fri Jul 19, 2013 6:14 pm

I love the improvement especially the Side bar to move krystal excellent idea nd good work.
User avatar
joeyjoey61297
 
Joined: Fri Aug 13, 2010 3:19 am
Location: Massachussetts

Re: Lets us may be make AS3 version of LoK ?

Postby OwnerOfSuccuby » Fri Jul 19, 2013 6:49 pm

I try it on fathers Samsung galaxy - even do not lug. But on my phone ... but it is good that it works - my phone is low quality device (i talk about apk file :mrgreen:)

So flash can be easely turn to apk ;) And now we know how to make it :D
OwnerOfSuccuby
 
Joined: Fri Jun 11, 2010 9:33 pm

Re: Lets us may be make AS3 version of LoK ?

Postby SpartianArts » Sun Jul 28, 2013 3:46 pm

is the big dino the end? and when it will be made complete ...



and are there other krystal games, i'm a very big krystal fan.
SpartianArts
 
Joined: Mon Feb 11, 2013 2:55 pm

Re: Lets us may be make AS3 version of LoK ?

Postby Ivan-Aedler » Wed Jul 31, 2013 4:47 am

Hey nice to see this ;) Nice job!
I would recommend for now to add a way to interact with buttons pressing SPACE or UP, like I did on PUT. (remember we're might not be using 'MIM' name at all on LOK due to DMCA). Playshapes need to change it too. but I cant contact him.
User avatar
Ivan-Aedler
 
Joined: Fri Jun 03, 2011 6:34 am
Location: GMT -3

Re: Lets us may be make AS3 version of LoK ?

Postby OwnerOfSuccuby » Wed Jul 31, 2013 8:22 am

SpartianArts Wrote:is the big dino the end? and when it will be made complete ...



and are there other krystal games, i'm a very big krystal fan.


Unfortunatly for now it is copy of original game with out some sounds. But it is possible to add some thing if i will have animation and etc..

Hey nice to see this ;) Nice job!
I would recommend for now to add a way to interact with buttons pressing SPACE or UP, like I did on PUT. (remember we're might not be using 'MIM' name at all on LOK due to DMCA). Playshapes need to change it too. but I cant contact him.


Good idea, but LoK concept is a little different it is more not like a game but more like movie with buttons where you try to find new porn movies :mrgreen:
But may be i will fix it - all is possible.

It is good to continie first version of LoK to logickal ending. Like Krystal goes through dark woods, some more forest and find for example Samus's ship. It can be broken or with out energy or any thing else (or fully operating) - and stop game on that moment.

Then we can understand that some body looking for her, we do not know how much time she spend so may be Samus is already back or they can go together and etc. so it can be logickal ending. And this can let make any new game with Krystal + Samus or alone - on may be new motion algoritms becouse they will be plot connected then.

Becouse as i can see the people have not got a lot of enthusiasm to see only Krystal. They want Samus and etc..
OwnerOfSuccuby
 
Joined: Fri Jun 11, 2010 9:33 pm

Re: Lets us may be make AS3 version of LoK ?

Postby Ivan-Aedler » Thu Aug 01, 2013 4:26 am

OwnerOfSuccuby Wrote:Good idea, but LoK concept is a little different it is more not like a game but more like movie with buttons where you try to find new porn movies :mrgreen: But may be i will fix it - all is possible.

A movie? I see the original LOK as an adventure game, where you can wander/walk around and try to deal with those lizards. Its nice that freedom because we can feel in the game, like being one of those monsters, having fun with our Krystal ;) So although its interesting the button system, please give value to the adventure feel, where we can control her more : )
As for the buttons, its only a matter to put inside her code: 'if keypress is UP, press the current button she is touching using Y axis' -> you can put an invisible collision rectangle that is huge, like this, so when she touch this, we can activate the scene either pressing the button with the mouse/touch, or pressing UP/Space ;)
This below is not a 'hack', its one of ways to make it, because Krystal walks in a 2D space, so we can use our hands more ;) You can also just check if the player Y is HIGHER than Ymin of the button, and LESSER than Ymax of the same button (I prefer the method below, it just uses hitTestObject).

loklo.jpg
loklo.jpg (16.85 KiB) Viewed 4538 times


The same with the dialogues. You could press LEFT/RIGHT (or just SPACE) to see more dialogues while our hands are....occupied :oops:

loklo2.jpg
loklo2.jpg (32.86 KiB) Viewed 4538 times


OwnerOfSuccuby Wrote:It is good to continie first version of LoK to logickal ending. Like Krystal goes through dark woods, some more forest and find for example Samus's ship. It can be broken or with out energy or any thing else (or fully operating) - and stop game on that moment.

Great! The ship might be on repairs and Samus appears with fixing tools, naked and dirty (of mud), then both have love while Samus fix the ship and the end?

OwnerOfSuccuby Wrote:And this can let make any new game with Krystal + Samus or alone - on may be new motion algoritms becouse they will be plot connected then.

Yes.

OwnerOfSuccuby Wrote:Becouse as i can see the people have not got a lot of enthusiasm to see only Krystal. They want Samus and etc..

You can make like PUT: a way to play with Krystal or Samus in the game. And you could make a way to make Krystal run (its a way to pass along areas faster and sexy). ;)
User avatar
Ivan-Aedler
 
Joined: Fri Jun 03, 2011 6:34 am
Location: GMT -3

Re: Lets us may be make AS3 version of LoK ?

Postby OwnerOfSuccuby » Thu Aug 01, 2013 10:05 am

Now all Movies with Krystal starts after pressing space, if possible. You do not need press the button on the screen.
All other movies play to after pressing spase button if possible.

Some bugs possible ... :roll: :mrgreen:

By the way from 4 to 21 i will not be at home :oops: so sorry that it will not be anwers on forum from me :roll: :mrgreen:

And a little new animation was created.
OwnerOfSuccuby
 
Joined: Fri Jun 11, 2010 9:33 pm

Re: Lets us may be make AS3 version of LoK ?

Postby Ivan-Aedler » Thu Aug 01, 2013 2:40 pm

OwnerOfSuccuby Wrote:Some bugs possible ... :roll: :mrgreen:

Good job on the SPACE! I can use the hands again! And I noticed she is locked when using the dialogues, which is perfect ;) Which bugs? I can help 8-)

OwnerOfSuccuby Wrote:By the way from 4 to 21 i will not be at home :oops: so sorry that it will not be anwers on forum from me :roll: :mrgreen:

I know. Again, have a nice vacation, really! I need some, but I will end up doing this in the sundays to relieve myself :P

Spoiler (click to show/hide):

Image


OwnerOfSuccuby Wrote:And a little new animation was created.

YOU MAKING XXX scenes??? Wow!! Man this area is endless, you can do everything, there are many many many poses possible ;)
You just need to practise after you return.
Please check some bugs like below. The dick needs to be in the layer below the thigh.

put dick under the thigh layer.jpg
put dick under the thigh layer.jpg (27.13 KiB) Viewed 4456 times
User avatar
Ivan-Aedler
 
Joined: Fri Jun 03, 2011 6:34 am
Location: GMT -3

Re: Lets us may be make AS3 version of LoK ?

Postby OwnerOfSuccuby » Thu Aug 01, 2013 4:36 pm

Only starting to get some exp in xxx scenes for now. It is harder becouse there are more moving layers. It is my first exp. after the animation with mashrooms that I send to you :roll: :mrgreen:

When I see how Play Shapes made his animation I understand that i will need to learn it a lot of time. All objects are moving correctly and smoth.
When i try to finish his animation it looks very different when his part goes and my part starts.

And i can not make cumshots. He draw them all. I can not draw in flash so i just copy part of it and make it like MovieClip Symbol that i use for my animation. :mrgreen: :roll: :lol:
OwnerOfSuccuby
 
Joined: Fri Jun 11, 2010 9:33 pm

PreviousNext

Return to Creative Corner



Who is online

Users browsing this forum: No registered users