Lesbian Crossing

The place to post Flash-based creative projects.
Forum rules
This forum is for posting and collaborating upon third party Flash work. Please do not post request-threads, and avoid posting artwork that is not your own unless it is being used as a reference.

Should I Re start lesbian crossing

Poll ended at Sat Jan 09, 2016 11:44 pm

Yes
17
77%
No
5
23%
 
Total votes : 22

Re: Lesbian Crossing

Postby Nintendolo » Wed Feb 26, 2014 3:21 am

hello sorry for my random disappearance been extremely busy i now have some free time again so if you would still like my help let me know
inactivity was due to account being lost and me forgetting this forum while i was building a new pc
Sorry folks...
User avatar
Nintendolo
 
Joined: Sat Jul 02, 2011 8:50 am

Re: Lesbian Crossing

Postby hat973 » Wed Feb 26, 2014 4:54 am

thank you Nintendolo I will accept any help you can give me
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby hat973 » Thu Feb 27, 2014 4:45 am

This is like the Betas of all betas just 3 frames work loading,the new game screen,and the 1st game frame ever im still trying to get her to just F*CKING WALK insted she just stands still and slowly flys around the screen if anyone knows how to fix it i posted the code down on the bottom after posting I removed the up and down commands and to get the swf to work just Right click and hit Play I will change the music here shortly but right now Beta music.
Spoiler (click to show/hide):

Click to Play
(Javascript Required)

Main game.swf [ 1.34 MiB | Viewed 3679 times ]



Spoiler (click to show/hide):

Code: Select All Code
var upPressed:Boolean = false;
var downPressed:Boolean = false;
var leftPressed:Boolean = false;
var rightPressed:Boolean = false;

Player.addEventListener(Event.ENTER_FRAME, fl_MoveInDirectionOfKey_3);
stage.addEventListener(KeyboardEvent.KEY_DOWN, fl_SetKeyPressed_3);
stage.addEventListener(KeyboardEvent.KEY_UP, fl_UnsetKeyPressed_3);

function fl_MoveInDirectionOfKey_3(event:Event)
{
   if (upPressed)
   {
      Player.y -= 5;
   }
   if (downPressed)
   {
      Player.y += 5;
   }
   if (leftPressed)
   {
      Player.x -= 5;
   }
   if (rightPressed)
   {
      Player.x += 5;
   }
}

function fl_SetKeyPressed_3(event:KeyboardEvent):void
{
   switch (event.keyCode)
   {
      case Keyboard.UP:
      {
         upPressed = true;
         break;
      }
      case Keyboard.DOWN:
      {
         downPressed = true;
         break;
      }
      case Keyboard.LEFT:
      {
         leftPressed = true;
         break;
      }
      case Keyboard.RIGHT:
      {
         rightPressed = true;
         break;
      }
   }
}

function fl_UnsetKeyPressed_3(event:KeyboardEvent):void
{
   switch (event.keyCode)
   {
      case Keyboard.UP:
      {
         upPressed = false;
         break;
      }
      case Keyboard.DOWN:
      {
         downPressed = false;
         break;
      }
      case Keyboard.LEFT:
      {
         leftPressed = false;
         break;
      }
      case Keyboard.RIGHT:
      {
         rightPressed = false;
         break;
      }
   }
}
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby hat973 » Fri Feb 28, 2014 8:23 am

drinking-moonshine.gif
drinking-moonshine.gif (1.95 MiB) Viewed 3598 times
:x okay this game is going to cause some Missing people if someone doesn't help me in the next 24 hours.... :|
boa-hancock_depress.gif
boa-hancock_depress.gif (362.54 KiB) Viewed 3598 times
Okay I'm sorry about that outburst Iv been working on the game and using a tutorial on making a platformed i was just using it for 2 parts but still it missed up the whole game I did the stupid thing and saved over the main file because it was working so fine the 1st time and then when i tryed getting her to stay on the F*cking :x okay got to calm my self down so getting me some green tea tomorrow any way the hit-test doesn't want to work on the floor now only when the player is near the trees so I put a bunch of trees to her and they don't work so I'm about to the point of trashing the whole thing because of a few bits of code so I'm going to just take a breath tomorrow and enjoy my day any way down below the link to the tutorial part 3 and 9 plus 2 cause it ties to 3 are what I am using if a coder wants to look at it and tell me how to fix the floor tell me or if there intrusted in the game main file ill let them look at it and see if they can fix it but mind you if I see someone ask for the game file then come out with a game like it :evil: lets just say don't try it when I'm in this mood


Spoiler (click to show/hide):

[link=]http://as3gametuts.com/2011/11/11/platformer-1/[/link]
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby hat973 » Sat Mar 01, 2014 7:50 am

Okay iv calmed down anuff after i move ill be back to work on the game still that whole bumper thing only working in one spot dose bother me if anyone knows what could be the problem don't be scared to post
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby Zeus Kabob » Sat Mar 01, 2014 8:11 am

Yeah sorry about that, I don't know much Action Script. :(
User avatar
Zeus Kabob
Moderator
 
Joined: Tue Nov 16, 2010 2:16 am
Location: Between some awesome thunderheads

Re: Lesbian Crossing

Postby Nintendolo » Sat Mar 01, 2014 12:58 pm

send me your fla file your working with i wanna play see if i can come up with anything buddy i should be on skype most of today
inactivity was due to account being lost and me forgetting this forum while i was building a new pc
Sorry folks...
User avatar
Nintendolo
 
Joined: Sat Jul 02, 2011 8:50 am

Re: Lesbian Crossing

Postby hat973 » Tue Mar 04, 2014 3:47 am

well im back im going to see what i can do with the game but right now still unpacking so will have to wait and see
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby hat973 » Tue Mar 04, 2014 7:28 am

http://red-light-panda.tumblr.com/tagged/Logs

I made a sound log first one i made it befor bed i go over this game plus 2 others
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby Ivan-Aedler » Tue Mar 04, 2014 12:42 pm

Hi, just giving some tips.
I noticed Isabelle and Katrina have too dark shadows in her back legs. I recommended using a color just a bit darker than the front legs.

And I noticed Gracie and the other one are walking with blinking legs, that is, the back leg is with shadow then this disappears.

Any plans to make a backside version of them? : ) It would be so nice to see those chibis in that pose. Good job!
User avatar
Ivan-Aedler
 
Joined: Fri Jun 03, 2011 6:34 am
Location: GMT -3

Re: Lesbian Crossing

Postby hat973 » Tue Mar 04, 2014 7:16 pm

Sorry Ivan took me a while to figer out what you where saying running on fumes Now I know about the leg things ill fixs those later I dont have any back side view of the villagers yet but ill see what i can do
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby hat973 » Tue Mar 04, 2014 11:36 pm

I have updated the 1st page 2nd spoiler is the beta
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby hat973 » Sat Mar 08, 2014 8:59 am

well its been a few days time for a update Alright well the game is still broken Iv been pushed to hard in the real world to touch the game but ill try to work on it asap but i have been working on my Kazooie Project a little here and there planing out the opening stuff like that and for those who played nuts and bolts and wanted to kill L.O.G. will see yours truly blow him up with a bomb egg I will inform every one that the Kazooie game Isnt a true Banjo and Kazooie game but think of it like a breath mint I will make a post when i start working on that project but for right now Lesbian Crossing is still broken im still trying to fix that ground problem
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby hat973 » Sun Mar 09, 2014 6:54 pm

Now Ladies and germs for my next trick http://as3gametuts.com/2012/01/08/platformer-3/ I will try to fallow the stuff in this link to make Lesbian crossing main player walk
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby hat973 » Tue Mar 11, 2014 7:35 am

Now Tomorrow is going to be tight for me I have a apointment at 2 and this Floor issue im having with the colishen is driving me nuts so I would like people to know that I did fallow these rules there is a layer named Back and a layer marked Player the player moves to a point and is stopped by almost anything like thin air or a flower (Not joking) so i will find a way to get the map to work maybe start at squear one to get with the ground and see if i make head way
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby Nintendolo » Tue Mar 11, 2014 11:54 am

i will update you if i make any progress
inactivity was due to account being lost and me forgetting this forum while i was building a new pc
Sorry folks...
User avatar
Nintendolo
 
Joined: Sat Jul 02, 2011 8:50 am

Re: Lesbian Crossing

Postby hat973 » Tue Mar 11, 2014 4:20 pm

thank you nintendolo ill do the same
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby hat973 » Sun Mar 23, 2014 8:38 pm

I have made a new update on the tumbler page

http://red-light-panda.tumblr.com/tagged/logs
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby hat973 » Tue Mar 25, 2014 1:55 am

for those who have or haven't herd the news i plan on making the game into a dating sim then do the sex parts in a 3rd person thing
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

Re: Lesbian Crossing

Postby hat973 » Thu Mar 27, 2014 1:38 am

Hey everyone I wish to tell you igot the map done for the lesbian crossing i am now working on the demo people Mrs. Nook (Nooks mother),Abby the scientist mouse, Reese and her husband and then the bg
Red light panda

:ugeek: Tumbler: Tumbler
:geek: I have a Blog: Red Light Blog
;) I stream to Give me a Watch over at: Picarto
:mrgreen: Donate: Patreon
:roll: Discord:Discord
User avatar
hat973
 
Joined: Tue Apr 24, 2012 12:44 am

PreviousNext

Return to Flash Projects



Who is online

Users browsing this forum: Google [Bot], Majestic-12 [Bot]