Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Signup for Free!
-More Features-
-Far Less Ads-
About   Users   Help
Users & Guests Online
On Page: 1
Directory: 350
Entire Site: 5 & 3707
Page Staff: tgags123, pokemon x, tgags123, supercool22, SonicOlmstead, SonicOlmstead, Barathemos,
10-12-25 09:32 PM

Forum Links

Official Flash Thread
All your flash and action scripting questions and answers here
Related Threads
Coming Soon

Thread Information

Views
13,300
Replies
48
Rating
0
Status
CLOSED
Thread
Creator
Davideo7
05-11-05 09:53 PM
Last
Post
catfight09
01-12-12 07:33 PM
Additional Thread Details
Views: 2,586
Today: 0
Users: 4 unique

Thread Actions

Thread Closed
New Thread
New Poll
Order
Posts


<<
3 Pages
 

Official Flash Thread

 

05-18-06 06:07 AM
BigBob85 is Offline
| ID: 47754 | 26 Words

BigBob85
Level: 153

POSTS: 2336/6381
POST EXP: 217397
LVL EXP: 44471903
CP: 175.7
VIZ: 50268

Likes: 0  Dislikes: 0
I wouldnt spend that much on software, anything above about 200 i just pirate... and by that i mean, dig it up on a desert island.
I wouldnt spend that much on software, anything above about 200 i just pirate... and by that i mean, dig it up on a desert island.
Vizzed Elite
Member Of The Year 07


Affected by 'Laziness Syndrome'

Registered: 12-09-04
Location: Melbourne, Australia
Last Post: 2139 days
Last Active: 256 days

05-20-06 01:12 PM
Lowell is Offline
| ID: 48032 | 23 Words

Lowell
Level: 57


POSTS: 241/661
POST EXP: 49321
LVL EXP: 1482876
CP: 24.4
VIZ: 2716

Likes: 0  Dislikes: 0
Who would bury flash though? I would think all you could dig up would be old copies of Windows 1.0 or 3.1.
Who would bury flash though? I would think all you could dig up would be old copies of Windows 1.0 or 3.1.
Vizzed Elite

Affected by 'Laziness Syndrome'

Registered: 12-07-04
Location: Portland
Last Post: 4271 days
Last Active: 3076 days

05-21-06 05:49 AM
BigBob85 is Offline
| ID: 48096 | 15 Words

BigBob85
Level: 153

POSTS: 2454/6381
POST EXP: 217397
LVL EXP: 44471903
CP: 175.7
VIZ: 50268

Likes: 0  Dislikes: 0
the Vizzed fileshare thing, in gmail has win3.1 in it... I put it there
the Vizzed fileshare thing, in gmail has win3.1 in it... I put it there
Vizzed Elite
Member Of The Year 07


Affected by 'Laziness Syndrome'

Registered: 12-09-04
Location: Melbourne, Australia
Last Post: 2139 days
Last Active: 256 days

04-13-09 03:34 AM
JoeWoop is Offline
| ID: 85655 | 28 Words

JoeWoop
Level: 12

POSTS: 19/19
POST EXP: 490
LVL EXP: 6460
CP: 0.0
VIZ: 512

Likes: 0  Dislikes: 0
I'm currently in a course at college doing animation so i know how to make movies in flash, but i want to learn Flash Action scripting for games.
I'm currently in a course at college doing animation so i know how to make movies in flash, but i want to learn Flash Action scripting for games.
Member

Affected by 'Laziness Syndrome'

Registered: 02-14-09
Location: United Kingdom
Last Post: 6026 days
Last Active: 6019 days

02-07-10 03:24 PM
septembern is Offline
| ID: 139377 | 15 Words

septembern
Level: 205


POSTS: 748/13800
POST EXP: 413008
LVL EXP: 123355926
CP: 3932.1
VIZ: 242827

Likes: 0  Dislikes: 0
how do you make it so that when you press a button the Scene changes???
how do you make it so that when you press a button the Scene changes???
Vizzed Elite
Winner of the April 2012 Tour de Vizzed


Affected by 'Laziness Syndrome'

Registered: 12-05-09
Last Post: 4869 days
Last Active: 4257 days

09-06-10 02:32 PM
Cloudsnakeskin is Offline
| ID: 236487 | 191 Words

Cloudsnakeskin
Level: 24


POSTS: 71/95
POST EXP: 5580
LVL EXP: 69431
CP: 3.0
VIZ: 8000

Likes: 0  Dislikes: 0
First open up flash and make a scene. Then make it a Button, Now click on the button and press F9 to open up your action panel then type this below.

CODEon(release){
_root.gotoAndPlay("first");
}


The brackets with first written in them can be anything you want then write it down, you need to remember what you put in them. Now wherever you want to start when you push the button you have to find the spot you want and when you have found a frame you want to start it at you put a keyframe there and you name it. Now go to properties and you should see a white box and light grey text inside that says label the frame.


now with the frame labeled you should see a red flag. So all you do for scene select is make a few buttons with the code and change the name inside the quotations(With no backspaces) to first, second and so on.

CODEon(release){
_root.gotoAndPlay("tenth");
}


So now you have made your scene select buttons you need to match them up with the frames, dont forget to change the frame names aswell.

First open up flash and make a scene. Then make it a Button, Now click on the button and press F9 to open up your action panel then type this below.

CODEon(release){
_root.gotoAndPlay("first");
}


The brackets with first written in them can be anything you want then write it down, you need to remember what you put in them. Now wherever you want to start when you push the button you have to find the spot you want and when you have found a frame you want to start it at you put a keyframe there and you name it. Now go to properties and you should see a white box and light grey text inside that says label the frame.


now with the frame labeled you should see a red flag. So all you do for scene select is make a few buttons with the code and change the name inside the quotations(With no backspaces) to first, second and so on.

CODEon(release){
_root.gotoAndPlay("tenth");
}


So now you have made your scene select buttons you need to match them up with the frames, dont forget to change the frame names aswell.

Member
Kickin ass and chewin bubblegum!


Affected by 'Laziness Syndrome'

Registered: 05-22-10
Location: UK
Last Post: 5375 days
Last Active: 3988 days

04-16-11 09:38 PM
Vizzed Ghostblood is Offline
| ID: 369721 | 30 Words

Level: 84


POSTS: 436/1754
POST EXP: 60172
LVL EXP: 5516010
CP: 1781.0
VIZ: 37357

Likes: 0  Dislikes: 0
ok um who know the game maker 8 from yoyogames? because i have it and it so hard to do it! What is the best way to make it easy?
ok um who know the game maker 8 from yoyogames? because i have it and it so hard to do it! What is the best way to make it easy?
Trusted Member


Affected by 'Laziness Syndrome'

Registered: 05-06-10
Location: Oregon |or| Washington D.C.
Last Post: 1928 days
Last Active: 121 days

(edited by legacyme3 on 01-12-12 08:26 PM)    

07-29-11 11:15 PM
Elara is Offline
| ID: 430720 | 50 Words

Elara
Level: 116


POSTS: 2185/3383
POST EXP: 286046
LVL EXP: 17168494
CP: 1083.5
VIZ: 212601

Likes: 0  Dislikes: 0
Alright, here is a question for you guys. How can I teach myself Flash? I don't need to be good enough to make games or anything, just flash for a simple business website. I'd rather not have to go out and buy the Idiot's Guide if I don't have to.
Alright, here is a question for you guys. How can I teach myself Flash? I don't need to be good enough to make games or anything, just flash for a simple business website. I'd rather not have to go out and buy the Idiot's Guide if I don't have to.
Vizzed Elite
Dark Elf Goddess
Penguins Fan


Affected by 'Laziness Syndrome'

Registered: 12-08-04
Last Post: 2925 days
Last Active: 2316 days

01-12-12 07:33 PM
catfight09 is Offline
| ID: 529976 | 35 Words

catfight09
Level: 95


POSTS: 979/2328
POST EXP: 74403
LVL EXP: 8473724
CP: 404.6
VIZ: 45706

Likes: 0  Dislikes: 0
There really isn't flash for iPhone's / Ipod's so they made an app hereurl]http://ipod.about.com/od/BrowserApps/fr/photon-flash-browser-App-Review.htm[/url] even though it's kind of expensive, it's worth the money, as most of the so called flash apps don't even work.
There really isn't flash for iPhone's / Ipod's so they made an app hereurl]http://ipod.about.com/od/BrowserApps/fr/photon-flash-browser-App-Review.htm[/url] even though it's kind of expensive, it's worth the money, as most of the so called flash apps don't even work.
Trusted Member
Final Fantasy XIII player


Affected by 'Laziness Syndrome'

Registered: 03-14-10
Last Post: 3778 days
Last Active: 2480 days

Links

Page Comments


This page has no comments

Adblocker detected!

Vizzed.com is very expensive to keep alive! The Ads pay for the servers.

Vizzed has 3 TB worth of games and 1 TB worth of music.  This site is free to use but the ads barely pay for the monthly server fees.  If too many more people use ad block, the site cannot survive.

We prioritize the community over the site profits.  This is why we avoid using annoying (but high paying) ads like most other sites which include popups, obnoxious sounds and animations, malware, and other forms of intrusiveness.  We'll do our part to never resort to these types of ads, please do your part by helping support this site by adding Vizzed.com to your ad blocking whitelist.

×