The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 Viewsbegins working day and gray masses of workers go to work. Worms symbolize home spit out these gray masses. original of the A4. Here, in a very poor quality.
Wow in 3 picture i scared to fall:) Good prospect
another one from my on work drawings. Called PROPOGANDA
I know left hand is horrible. drawing on the work.
This picture is suitable for collab or not?
MODERATORS delete please this topic. I want to move into the previously created by me topic.
thank you very much. Now I'll know:). So whats about my art?
I could not find this tread. How you can find this?
I want to be scouted. it will be an incentive to draw more.
I use Paint.net, with tablet. Try to draw in gimp.
At 3/27/10 11:34 AM, SpeedUP wrote: Horror of ice climber world
bad image quality
It sounds good. Im in deal man (art, maybe grafity)
I can try help you with graphics. E-mail masagen@yandex.ru
I dont understand whats wrong with it. Help please kind people as it to make correctly.
Main class
package{
import flash.display.*
import flash.text.*
import flash.events.*
import flash.net.URLRequest;
public class Os extends MovieClip{
static public var main;
public var poi:Sprite;
public function Os(){
main = this;
}
}
}
Object Class:
package{
import flash.display.*
import flash.events.*
import flash.ui.*
import flash.filters.*
import flash.utils.Timer;
import flash.events.TimerEvent;
public class Poi extends MovieClip{
static public var main;
public var up:Boolean = false;
public var v:Number = 5;
public function Poi(){
main = this;
Os.main.stage.addEventListener(KeyboardEvent.KEY_DOWN,keyP);
Os.main.stage.addEventListener(KeyboardEvent.KEY_UP,keyR);
addEventListener(Event.ENTER_FRAME,enterF);
}
function enterF(e:Event):void{
if(up){
this.x += v;
}
}
function keyP(e:KeyboardEvent):void{
if ( e.keyCode == Keyboard.UP )
{
up = true;
}
}
function keyR(e:KeyboardEvent):void{
if ( e.keyCode == Keyboard.UP )
{
up = false;
}
}
}
}
Thanks for your reviews and i do always try my best
I want to do point and click adventure like submachine, or alice is dead, but hyave not skill in AS3 to do it.
I see many tutorials, but dont find anithing about adventures. Can anyone advise me where i can find such tutorial or information.
PS Sorry for my english.