Skip to main content

Get the Reddit app

Scan this QR code to download the app now
Or check it out in the app stores

ActionScript

Idk if this fits the sub, but I’m learning Flash CS5 and ActionScript this school year cause my teacher didn’t want to move on to JavaScript
r/programminghorror

Share strange or straight-up awful code.


Members Online
Idk if this fits the sub, but I’m learning Flash CS5 and ActionScript this school year cause my teacher didn’t want to move on to JavaScript
r/programminghorror - Idk if this fits the sub, but I’m learning Flash CS5 and ActionScript this school year cause my teacher didn’t want to move on to JavaScript



Flashplayer Alternative that supports ActionScript 3? Cpanel issue.
r/flash

All about Adobe Flash, Adobe AIR, Adobe Animate, Haxe, and other uses of the Flash authoring tools for game development, web development + interactive action!


Members Online
Flashplayer Alternative that supports ActionScript 3? Cpanel issue.

I've tried downloading Ruffle on Firefox and Chrome but when I try to view the content it says:

"This SWF contains ActionScript 3 which is not yet supported by Ruffle. The movie may not work as intended."

Does anyone know an alternative? I'm trying to access CPU graphs on my Cpanel and my webhost is saying there is not other way to view this other than finding an alternative to Flashplayer







Browser with flash support (with ActionScript 3 support)
r/linuxquestions

A subreddit for asking question about Linux and all things pertaining to it.


Members Online
Browser with flash support (with ActionScript 3 support)

The college's physics department has a virtual lab made with flash and i dont think they would be updating it. They just posted a link to puffin browser. It requires a a sign up with my credit card . NO WAY. Atleast with the mobile version , its no sign up but the experiments require a lot of dragging and droping and its made to be used with a mouse.

Just need a browser that just does this virtual lab activities. Had to do a presentation of it today and what i did was using scrcpy to mirror the puffin browser in my phone and do everything on my laptop. Its has quite a lot of bugs.

Need Urgent help.

Thank you in advance



ActionScript 3 object array question.
r/learnprogramming

A subreddit for all questions related to programming in any language.


Members Online
ActionScript 3 object array question.

Hi, i made an array with 2 balls, how do i call on both of them to get moved by the function i made. balls.x doesn't work. and if i go balls[0, 1] it gives me an error.

import flash.events.Event;

buttonOne.addEventListener(MouseEvent.CLICK, loop);

var ballSpeedX = -3; var ballSpeedY = -2; var balls:Array = [ballOne, ballTwo]

function loop(e:Event):void {

stage.addEventListener(Event.ENTER_FRAME, bounceBall);	

function bounceBall (e:Event):void {
	

balls[0].x += ballSpeedX;
balls[0].y += ballSpeedY;
	if(balls.x <= balls.width/2) {
		balls.x = balls.width/2;
		ballSpeedX *= -1;
		
	} else if(balls.x >= stage.stageWidth-balls.width/2){ 
    balls.x = stage.stageWidth-balls.width/2;
    ballSpeedX *= -1; 

}

if(balls.y <= balls.height/2) {
	balls.y = balls.height/2;
	ballSpeedY *= -1;
}else if(balls.y >= stage.stageHeight-balls.height/2){ 
    balls.y = stage.stageHeight-balls.height;
    ballSpeedY *= -1; 

}
	
}

}








I finally finished the guide for my most advanced script, ActionScript
r/spaceengineers

This subreddit is an unofficial community about the video game "Space Engineers", a sandbox game on PC, Xbox and PlayStation, about engineering, construction, exploration and survival in space and on planets. Players build space ships, wheeled vehicles, space stations and planetary outposts, pilot ships and travel through space to explore planets and gather resources to survive, or build with no limits in creative mode.


Members Online




Which books do you recommend for an absolute beginner in Flash CS6 and ActionScript 3.0?
r/learnprogramming

A subreddit for all questions related to programming in any language.


Members Online
Which books do you recommend for an absolute beginner in Flash CS6 and ActionScript 3.0?

I've been trying to introduce my little brother to the world of programming, and I think we've reached the stage where we can move onto Flash and the like.

He's 13 and should be able to pick things up quite quickly, but all references to other programming languages will go way over both of our heads. I was wondering if Reddit knows any staple books, or teaching software that can help me guide him through the basics in animation, AV and simple games.

Thanks a lot guys!


Is Actionscript still used in the Industry?
r/gamedev

The subreddit covers various game development aspects, including programming, design, writing, art, game jams, postmortems, and marketing. It serves as a hub for game creators to discuss and share their insights, experiences, and expertise in the industry.


Members Online
Is Actionscript still used in the Industry?

I am about to have an interview with a company that is looking for a UI programmer. The role specifies knwoledge in Actionscript, and at least 3 years of experience with ActionScript or C# (which I am comfortable with). However I have never used Actionscript and I cannot find much information about it online, or at least nothing from the last couple of years. So I'm wondering what they actually use for this UI role, and if this is a common thing for other custom engines. My guess is that they might have their own version of Actionscript that works for their engine, or are just looking for "Actionscript mentality" while working with C# and OOP.



  • members
  • members
  • Join our community of over 1,700,000 Screenwriters! From beginners to professionals, we come together to teach, learn, and share everything about Screenwriting. Please view our rules and wikis before posting. Scroll down for resources, mod and verification applications, and more. members
  • A subreddit for all questions related to programming in any language. members
  • The goal of /r/Movies is to provide an inclusive place for discussions and news about films with major releases. Submissions should be for the purpose of informing or initiating a discussion, not just to entertain readers. Read our extensive list of rules for more information on other types of posts like fan-art and self-promotion, or message the moderators if you have any questions. members
  • Computer Programming members
  • ! -- YOU NEED TO VIEW THE SUB IN OLD MODE TO GET NECESSARY INFORMATION FROM THE SIDEBAR -- ! GO HERE AND READ THE INSTRUCTIONS --> https://old.reddit.com/r/TronScript/ members
  • The subreddit covers various game development aspects, including programming, design, writing, art, game jams, postmortems, and marketing. It serves as a hub for game creators to discuss and share their insights, experiences, and expertise in the industry. members
  • You learn something new every day; what did you learn today? Submit interesting and specific facts about something that you just found out here. members
  • All questions related to using Action Script 3 and HARMAN AIR to develop and publishing games and apps to various platforms: Android, iOS, PC, Steam, Mac. AIR updates, code samples, tools comparison, best practices, projects showcase members
  • All about Adobe Flash, Adobe AIR, Adobe Animate, Haxe, and other uses of the Flash authoring tools for game development, web development + interactive action! members
  • PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. PowerShell includes a command-line shell, object-oriented scripting language, and a set of tools for executing scripts/cmdlets and managing modules. members
  • Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. members
  • Chat about javascript and javascript related projects. Yes, typescript counts. Please keep self promotion to a minimum/reasonable level. members
  • Welcome to r/OnePiece, the community for Eiichiro Oda's manga and anime series One Piece. From the East Blue to the New World, anything related to the world of One Piece belongs here! If you've just set sail with the Straw Hat Pirates, be wary of spoilers on this subreddit! members
  • Writer's block? We're here for you. members
  • For anything funny related to programming and software development. members
  • A safe place for ASMR Scriptwriters to post their scripts and for ASMR Artists to find new content. members
  • This subreddit is an unofficial community about the video game "Space Engineers", a sandbox game on PC, Xbox and PlayStation, about engineering, construction, exploration and survival in space and on planets. Players build space ships, wheeled vehicles, space stations and planetary outposts, pilot ships and travel through space to explore planets and gather resources to survive, or build with no limits in creative mode. members
  • A Reddit sub for getting feedback on your screenplay. members
  • News, articles, tips and tools covering shell scripting and command-line interfaces of all flavors. members
  • A community for discussing anything related to the React UI framework and its ecosystem. Join the Reactiflux Discord (reactiflux.com) for additional React discussion and help. members
  • A place to share scripts and pilot episodes of your podcast for community feedback, as well as to garner tips and tricks for developing your script. members
  • Accredited Screenwriter and actor, Stevie Long, created VooDooBikers Crypto; the first crypto to ever be used to fund the making of a film. This will be the FIRST film, of a trilogy that he plans to make using this crypto! Join our Telegram, Take a look at our website and ask questions! TG: https://t.me/VooDooBikerGang Website: www.voodoobikergang.com members
  • The official Python community for Reddit! Stay up to date with the latest news, packages, and meta information relating to the Python programming language. --- If you have questions or are new to Python use r/LearnPython members
  • Wake me up when September ends. members
  • A community of active roguelike developers. Learn how to make a roguelike, share your progress, follow what others are creating, and engage in discussions about a broad range of related topics and resources. members
  • A subreddit dedicated to helping video creators improve the quality of their videos. This subreddit is focussed on critique and criticism. In order to post videos you must first post useful critique on other people's videos. members
  • members
  • Subreddit for posting questions and asking for general advice about your python code. members