Be a Supporter!
Response to: Does my art look unique? Posted June 1st, 2010 in Art

Barney scares me o_e Great pictures though!

Response to: Saving Variables??? Posted April 17th, 2010 in Game Development

Thanks a lot! I understand it a little, but I try altering it a bit and doesn't work =S I will keep studying, but thanks for the help!

-Abx1

Saving Variables??? Posted April 17th, 2010 in Game Development

Say I were to make a Pokemon Game in Macromedia Flash 8 only. Is there any way to make it so if the Player clicks a button in a menu (save), then it would save it to the Player's computer or something like that? Like the Player's money or something? If so, what would the code be? Thanks!

-Abx1

Saving Variables? Posted April 17th, 2010 in Programming

Say I were to make a Pokemon Game in Macromedia Flash 8 only. Is there any way to make it so if the Player clicks a button in a menu (save), then it would save it to the Player's computer or something like that? Like the Player's money or something? If so, what would the code be? Thanks!

Response to: A Mega Rpg Posted October 25th, 2009 in Game Development

Ok and hdx :( Just cause I am a level 1 doesn't mean I am pathetic...

A Mega Rpg Posted October 25th, 2009 in Game Development

I want to make an epic RPG that you can jump, move around, open doors, attack, etc. I know how to make some of the stuff but I need some members to help.

Scripters : Abx1 and (Name)
Drawers : (Name) and (Name)
Developers : Abx1 and (Name)
Storyline : (Name) and (Name)

Please post if you want to help. Thanks!

Response to: loosing my mind: password text Posted October 18th, 2009 in Game Development

Mine works I tested it.

on (release) {
if (_root.pass1 == "Roy") {
gotoAndStop(145);
}
}

Response to: Problem Editing Multiple Frames! Posted October 18th, 2009 in Game Development

Duplicate the symbol :) Then edit the duplicate and paste in the certain frame.

Response to: background looping help Posted October 18th, 2009 in Game Development

Make some frames, give the first frame of the background a label of StartAgain and give the end frame where the background loops this AS :

gotoAndPlay("StartAgain")

Response to: loosing my mind: password text Posted October 18th, 2009 in Game Development

Make an InputText. Give it a Var (lower right in properties) of pass1. Make the button and name it anything you want... Put this in ActionScript :

on (release) {
if (_root.pass1 == "Code Here") {
gotoAndStop(145);
}
}

Response to: How do i save my movies to .swf? Posted October 18th, 2009 in Game Development

Save the animation as a .fla file to a folder. Then click File > Publish and it will create a SWF and HTML file of your animation in that folder.