I just realised how high my voice was here... O_o
Computoguy 3 weeks ago
Clever kid.
TheSteamGamer99 3 weeks ago
i have this problem with this function startgame(event:MouseEvent):Void{* says is not loader..
Scene=Scene 1, layer=Layer 1, frame=1, Line 7 The class or interface 'flash.events.MouseEvent' could not be loaded.
Tonnzninety3 4 weeks ago
@Tonnzninety3 i have Adobe Flash Cs5
@Tonnzninety3 At the top of your code, type import flash.events MouseEvent
Computoguy 4 weeks ago
@Computoguy Ok Thanks So Much
Tonnzninety3 3 weeks ago
Nice tutorial. really liking it : )
TheStickofWar 1 month ago
This is just what I'm looking for, thank you so much <3
XLucifernus 2 months ago
@XLucifernus No problem.
Computoguy 2 months ago
hey, any chance you can make a how-to on text boxes?
gsaddfff 2 months ago
@gsaddfff What do you mean?
How did you get that next frame XD
SatanicTutorials 2 months ago
@SatanicTutorials Press F6?
@MyAbstractAnimation Self taught.
Really good tutorial video, am much greatful for it, thank you.
TheDragonFellowship 3 months ago
How did you click that next frame so that there is a dot in the center. I get a white rectangle in it and any change I make applies to all the frames
how do you delete start button for just the second frame without deleting the the first frame
helium73 3 months ago
@helium73 Ok I figured it out you have to insert a keyframe which you can do by rightclicking and selecting keyframe on the timenline where you want the keyframe. That will allow the dot to be in the center.
Also, start using proper naming conventions for your movieclips (lower camelCase) and explore OOP concepts more. Timeline coding is so last year lol.
DerpBanana 3 months ago
This is way too basic.. I used to code things like this back in my 2-4 days of learning As3. But still a nice tutorial for beginners I guess.. 6/10?
wow your good !!!
TheDarkBlueGamer 3 months ago
@TheDarkBlueGamer aww thanks.
Computoguy 3 months ago
Your accent completes it.
TarnationCarnation 4 months ago 5
@TarnationCarnation Ha ha
Computoguy 4 months ago
@TarnationCarnation his voice sounds different in real life
5dGraphics 4 months ago
I haven't been able to get past step one. I can't name the instance, when i save it as a button, it takes me to a new page
IDK what i'm doing...-___-
KNAV3 4 months ago
@KNAV3 So when you create the symbol for the button, and give it an instance name, another window comes up? What is this window and what does it say?
@Computoguy does this work with flash 8 to?
KillTheCarebears 4 months ago
@KillTheCarebears No, this is AS3, which only works from Adobe Flash CS3 up. Goto Adobe's website and search for Flash CS5.5 for the latest update.
on the first line in the code what is after the (Mouseevent.CLICK, startgame) ?
AbeVHelsing 6 months ago
@AbeVHelsing Here is the whole script for that frame.
import flash.events.MouseEvent;
stop();
startbtn.addEventListener(MouseEvent.CLICK, startgame);
function startgame(event:MouseEvent):void{ nextFrame();
}
Computoguy 6 months ago
@Computoguy And YouTube mucked that up, makes sure nextFrame is under the function.
@Computoguy um what version of flash are you using beucase when i open it, it just flickers between the start screen and the game
@AbeVHelsing What version do you use? That will make things easier and I should be able to sort it out for you.
@Computoguy i use CS5.5
@AbeVHelsing Watch Part 2! It will solve your problems, promise.
@Computoguy so do i follow whats in this video or just watch that one instead?
@AbeVHelsing Keep the code you had in the first video, but watch part 2 because I correct some things I may of done wrong in this episode.
what version is this? and do you put the title a symobl?
@Leryuremu Read your PMs.
HAHAHAHA I LOLD SO BADLY WHEN YOU STARTED TALKING!
rapsis2x2 6 months ago
@rapsis2x2 Right then... O_o
can you post the actionscript in the description?
kotoyoto 6 months ago
@kotoyoto No problem. It will be up in a minute.
I just realised how high my voice was here... O_o
Computoguy 3 weeks ago
Clever kid.
TheSteamGamer99 3 weeks ago
i have this problem with this function startgame(event:MouseEvent):Void{* says is not loader..
Scene=Scene 1, layer=Layer 1, frame=1, Line 7 The class or interface 'flash.events.MouseEvent' could not be loaded.
Tonnzninety3 4 weeks ago
@Tonnzninety3 i have Adobe Flash Cs5
Tonnzninety3 4 weeks ago
@Tonnzninety3 At the top of your code, type import flash.events MouseEvent
Computoguy 4 weeks ago
@Computoguy Ok Thanks So Much
Tonnzninety3 3 weeks ago
Nice tutorial. really liking it : )
TheStickofWar 1 month ago
This is just what I'm looking for, thank you so much <3
XLucifernus 2 months ago
@XLucifernus No problem.
Computoguy 2 months ago
hey, any chance you can make a how-to on text boxes?
gsaddfff 2 months ago
@gsaddfff What do you mean?
Computoguy 2 months ago
How did you get that next frame XD
SatanicTutorials 2 months ago
@SatanicTutorials Press F6?
Computoguy 2 months ago
@MyAbstractAnimation Self taught.
Computoguy 2 months ago
Really good tutorial video, am much greatful for it, thank you.
TheDragonFellowship 3 months ago
How did you click that next frame so that there is a dot in the center. I get a white rectangle in it and any change I make applies to all the frames
how do you delete start button for just the second frame without deleting the the first frame
helium73 3 months ago
@helium73 Ok I figured it out you have to insert a keyframe which you can do by rightclicking and selecting keyframe on the timenline where you want the keyframe. That will allow the dot to be in the center.
helium73 3 months ago
Also, start using proper naming conventions for your movieclips (lower camelCase) and explore OOP concepts more. Timeline coding is so last year lol.
DerpBanana 3 months ago
This is way too basic.. I used to code things like this back in my 2-4 days of learning As3. But still a nice tutorial for beginners I guess.. 6/10?
DerpBanana 3 months ago
wow your good !!!
TheDarkBlueGamer 3 months ago
@TheDarkBlueGamer aww thanks.
Computoguy 3 months ago
Your accent completes it.
TarnationCarnation 4 months ago 5
@TarnationCarnation Ha ha
Computoguy 4 months ago
@TarnationCarnation his voice sounds different in real life
5dGraphics 4 months ago
I haven't been able to get past step one. I can't name the instance, when i save it as a button, it takes me to a new page
IDK what i'm doing...-___-
KNAV3 4 months ago
@KNAV3 So when you create the symbol for the button, and give it an instance name, another window comes up? What is this window and what does it say?
Computoguy 4 months ago
@Computoguy does this work with flash 8 to?
KillTheCarebears 4 months ago
@KillTheCarebears No, this is AS3, which only works from Adobe Flash CS3 up. Goto Adobe's website and search for Flash CS5.5 for the latest update.
Computoguy 4 months ago
on the first line in the code what is after the (Mouseevent.CLICK, startgame) ?
AbeVHelsing 6 months ago
@AbeVHelsing Here is the whole script for that frame.
import flash.events.MouseEvent;
stop();
startbtn.addEventListener(MouseEvent.CLICK, startgame);
function startgame(event:MouseEvent):void{ nextFrame();
}
Computoguy 6 months ago
@Computoguy And YouTube mucked that up, makes sure nextFrame is under the function.
Computoguy 6 months ago
@Computoguy um what version of flash are you using beucase when i open it, it just flickers between the start screen and the game
AbeVHelsing 6 months ago
@AbeVHelsing What version do you use? That will make things easier and I should be able to sort it out for you.
Computoguy 6 months ago
@Computoguy i use CS5.5
AbeVHelsing 6 months ago
@AbeVHelsing Watch Part 2! It will solve your problems, promise.
Computoguy 6 months ago
@Computoguy so do i follow whats in this video or just watch that one instead?
AbeVHelsing 6 months ago
@AbeVHelsing Keep the code you had in the first video, but watch part 2 because I correct some things I may of done wrong in this episode.
Computoguy 6 months ago
what version is this? and do you put the title a symobl?
AbeVHelsing 6 months ago
@Leryuremu Read your PMs.
Computoguy 6 months ago
HAHAHAHA I LOLD SO BADLY WHEN YOU STARTED TALKING!
rapsis2x2 6 months ago
@rapsis2x2 Right then... O_o
Computoguy 6 months ago
can you post the actionscript in the description?
kotoyoto 6 months ago
@kotoyoto No problem. It will be up in a minute.
Computoguy 6 months ago