The McLeodGaming forums were permanently closed on April 30th, 2020. You are currently viewing a read-only archive.
View unanswered posts | View active topics It is currently Fri May 15, 2020 5:42 am

Forum rules


IMPORTANT

This Forum is for Flash related questions ONLY! Do not ask questions about spriting, Game Maker, Photoshop, or anything else not related to Flash.



 [ 6 posts ] 
[Request] Dragging Movie Clip Help 
Author Message
User avatar

Joined: Tue Oct 28, 2008 1:37 pm
Posts: 300
this is the code i use for draging objects but it dosnt work
on(press){
startDrag("a")
}

on(release){
startDrag("a")
}

help anyone

_________________
Image
super smash bros blits(working title)-1% done
new flash game


Fri Feb 06, 2009 10:45 am
User avatar

Joined: Sat Aug 16, 2008 8:38 am
Posts: 6670
Location: Darkest Antartica
Country: Pakistan (pk)
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
What language?

_________________
Image


Fri Feb 06, 2009 11:49 am
User avatar

Joined: Mon Aug 11, 2008 6:40 am
Posts: 1648
Location: ... Not America
If I stand corrected, Actionscript.
Don't know which one, though.


Fri Feb 06, 2009 4:28 pm
User avatar

Joined: Sun Aug 17, 2008 5:39 pm
Posts: 1248
Gender: Anime Girl
Skype: Nacritico
Currently Playing: LOL
It looks like some people can't read :facepalm:

Quote:
Flash Tutorials
View Flash tutorials created by our users, ask for assistance, or post your own tutorials here.


Sorry X2I, but I'm passing this one to you.


Moved :arrow:

_________________
SALU2'S Image
_________________
Original forum: show
join date: January 08, 2007
Posts on old MG: 2432, level 16

Image
Image chóu


Sat Feb 07, 2009 2:41 am

Joined: Thu Jan 15, 2009 8:32 pm
Posts: 87
Location: En Ja Moma *wink* * wink*
:-_-: Try this :
Code:
on(press){
this.startDrag(true);
}
on(release){
this.stopDrag();

And I don't know if you were accidentally typing the same thing, but you had
Code:
on(release){
   startDrag("a")
Twice Plus The both say start drag instead of start drag then stop drag. The way you were doing it would make it drag forever without stopping when releasing the mouse.

_________________
Currently : Developing A Super Mario Solar Star Engine
Hakker wrote:
Wow...Noobs owning noobs.
The problem is resolving itself!

My ssf2 Main : Image


Sat Feb 07, 2009 3:53 am
User avatar

Joined: Tue Oct 28, 2008 1:37 pm
Posts: 300
thank you i had a realy big prob with it at first (i looked at a shiz tutorial) :D

_________________
Image
super smash bros blits(working title)-1% done
new flash game


Sun Feb 08, 2009 1:57 pm
Display posts from previous:  Sort by  
 [ 6 posts ] 

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software for PTF.