-
linkinpark9sc commented 6 months ago
@gungrave4ever I wasn't taking it as a compliment, I was calling you a retard.
-
linkinpark9sc commented 7 months ago
@gungrave4ever Because I'm that good with Flash, or your knowledge of Flash and programming in general is awful.
-
-
linkinpark9sc posted a bulletin 10 months ago
Decided to start from scratch with the FF RPG Flash tutorials, changed too much so a lot of previous stuff was obsolete. Tutorials beginning on my new channel shortly. New Channel: http://www.youtube.com/BokoNOM
-
linkinpark9sc commented 1 year ago
@YDProductionz phpMyAdmin for the db, yes. You need PHP support to access it though and the scripting to integrate. Can be done locally or on a web server (most paid/free ones have PHP/MySQL support). Something I forgot to mention in this tutorial which I will do later on my other channel 'Bokono...
-
linkinpark9sc commented 1 year ago
@spazl7 I used PHP5 in this tutorial, it really doesn't matter whether you use PHP4/5, don't think I used any functions which limit the use to PHP5.
-
linkinpark9sc commented 1 year ago
@minifrij I can't really be of any help with a lack of info. Do you get any error? Have you tried browsing to the PHP files to see if you get any error in those? (Or check your error log on the FTP server if you have logging enabled). As long as you have a server whether it's local or not and it ...
-
linkinpark9sc liked 1 year ago
-
Flash RPG Tutorial (Part 1) - Basics
New Channel: http://www.youtube.com/BokoNOM
2,697 views
linkinpark9sc said:
@Zeemis Why the hell do people feel they can get whatever they need for free? It's a tutorial, you don't learn by copying you learn by doing. Nevermind the fact that #1 - Youtube does not allow special characters, #2 - I'm not getting paid for this so why should I waste my time when you're not pr...
Flash RPG Tutorial (Part 1) - Basics
New Channel: http://www.youtube.com/BokoNOM
2,697 views
linkinpark9sc said:
@LeoArctica and sorry for the late-ish reply, I'm rarely checking this account and have taken a break from programming (mainly due to having to install everything again to my new computer). I'll be continuing with these tutorials pretty soon on my new account 'Bokonom'.
Flash RPG Tutorial (Part 1) - Basics
New Channel: http://www.youtube.com/BokoNOM
2,697 views
linkinpark9sc said:
@LeoArctica if(opselected) == true){
should be:
if(opselected == true){
No need for the closing bracket before the operator.
Flash RPG Tutorial (Part 1) - Basics
New Channel: http://www.youtube.com/BokoNOM
2,697 views
linkinpark9sc said:
@LeoArctica For error "Statement block must be terminated by '}'", it just means you're missing a closing brace for your code somewhere. Check all your if statements and make sure they end with }. For me, this is quite a common error when using else statements.
+ View allshow less