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: 2 & 126
Entire Site: 10 & 1343
Page Staff: pokemon x, pennylessz, Barathemos, tgags123, alexanyways, supercool22, RavusRat,
03-28-24 09:16 PM

Forum Links

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

Thread Information

Views
11,347
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: 1,547
Today: 0
Users: 3 unique
Last User View
03-17-20
ccfbubbles

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: 151

POSTS: 2336/6381
POST EXP: 217397
LVL EXP: 42795688
CP: 170.6
VIZ: 49768

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: 1576 days
Last Active: 1210 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: 1426997
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: 3708 days
Last Active: 2513 days

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

BigBob85
Level: 151

POSTS: 2454/6381
POST EXP: 217397
LVL EXP: 42795688
CP: 170.6
VIZ: 49768

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: 1576 days
Last Active: 1210 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: 6153
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: 5463 days
Last Active: 5456 days

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

septembern
Level: 202


POSTS: 748/13800
POST EXP: 413008
LVL EXP: 117205171
CP: 3802.9
VIZ: 230180

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: 4306 days
Last Active: 3694 days

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

Cloudsnakeskin
Level: 23


POSTS: 71/95
POST EXP: 5580
LVL EXP: 65863
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: 4812 days
Last Active: 3425 days

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

Level: 83


POSTS: 436/1754
POST EXP: 60172
LVL EXP: 5233378
CP: 1776.5
VIZ: 36907

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: 1365 days
Last Active: 34 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: 115


POSTS: 2185/3383
POST EXP: 286046
LVL EXP: 16521468
CP: 1070.0
VIZ: 211251

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: 2362 days
Last Active: 1753 days

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

catfight09
Level: 93


POSTS: 979/2328
POST EXP: 74403
LVL EXP: 8043669
CP: 395.7
VIZ: 44950

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: 3215 days
Last Active: 1917 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.

×