SWF Sig Buttons

Started by: Fordz | Replies: 6 | Views: 943

Fordz
2

Posts: 1,495
Joined: Jan 2012
Rep: 10

View Profile
Jun 13, 2012 10:55 AM #676004
Apparently, the buttons on my shockwave sig aren't working, can you tell me why? or how to fix it?
Drone
2

Posts: 11,650
Joined: Mar 2012
Rep: 10

View Profile
Jun 13, 2012 11:08 AM #676011
Lol, holy shit.
Everyone seems to be making one of these now xP
I'm not a coder, and i dont know the slightest bit about coding, so i cant really help you.
I can however, cnc your art by saying that it would look better if there was shading and that his right ear is bigger than his left.
I like the overall pic and button idea though :O
Fordz
2

Posts: 1,495
Joined: Jan 2012
Rep: 10

View Profile
Jun 13, 2012 11:16 AM #676014
Quote from Drone
Lol, holy shit.
Everyone seems to be making one of these now xP
I'm not a coder, and i dont know the slightest bit about coding, so i cant really help you.
I can however, cnc your art by saying that it would look better if there was shading and that his right ear is bigger than his left.
I like the overall pic and button idea though :O


LoL, you can copy the idea, it's ur idea though lol. Yeah, his right ear does seem a bit bigger. There's shading dude, only that it's too faint to see...
Chimero
2

Posts: 626
Joined: Jan 2012
Rep: 10

View Profile
Jun 13, 2012 11:17 AM #676015
link.onPress = function()
{
getURL("Put the site's URL here",_blank);
}

Instance name of the button, (can be a movieclip): link

Replace Put the site's URL here with the site's URL. :|

This is the one I used for making the clan page, it will work.

Edit: Put the coding on a layer, not on the button itself.
Scarecrow
2

Posts: 9,168
Joined: Oct 2005
Rep: 10

View Profile
Jun 14, 2012 3:07 AM #676629
if you post the script for one of your buttons and the version of actionscript you are using i can probably tell you what you're doing wrong.
UncleNecNec

Posts: 7
Joined: Jun 2012
Rep: 10

View Profile
Jun 14, 2012 3:26 AM #676638
This is the code that I use for url button coding
button.onRelease = function ():Void{
getURL("http://www.yoursite.com/", _self);
}

Or you can use the one FFA posted both should work
Make sure your link is complete(ex: http://www.thespritas.com/)
Fordz
2

Posts: 1,495
Joined: Jan 2012
Rep: 10

View Profile
Jun 14, 2012 9:21 AM #676704
FFA, Your instructions doesn't work
UncleNecNec, Here's what I heard when I followed you...

**Error** Scene=Scene 1, layer=Layer 11, frame=1:Line 1: Statement must appear within on handler
button.onRelease = function ():Void{

Total ActionScript Errors: 1 Reported Errors: 1

FYI this is the code I'm using...

on(release) {
getURL("http://www.youtube.com/user/MultiMulford"), ("_blank");
}

This works on Fileize but doesn't work on SP